File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ class ObjectClass(SchemaElement):
126126 sup
127127 This list of strings contains NAMEs or OIDs of object classes
128128 this object class is derived from
129+ x-origin
130+ This string contains the X-ORIGIN text which is typically used to indicate
131+ the source of the associated schema element
129132 """
130133 schema_attribute = u'objectClasses'
131134 token_defaults = {
@@ -227,6 +230,9 @@ class AttributeType(SchemaElement):
227230 sup
228231 This list of strings contains NAMEs or OIDs of attribute types
229232 this attribute type is derived from
233+ x-origin
234+ This string contains the X-ORIGIN text which is typically used to indicate
235+ the source of the associated schema element
230236 """
231237 schema_attribute = u'attributeTypes'
232238 token_defaults = {
You can’t perform that action at this time.
0 commit comments