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):
126
126
sup
127
127
This list of strings contains NAMEs or OIDs of object classes
128
128
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
129
132
"""
130
133
schema_attribute = u'objectClasses'
131
134
token_defaults = {
@@ -227,6 +230,9 @@ class AttributeType(SchemaElement):
227
230
sup
228
231
This list of strings contains NAMEs or OIDs of attribute types
229
232
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
230
236
"""
231
237
schema_attribute = u'attributeTypes'
232
238
token_defaults = {
You can’t perform that action at this time.
0 commit comments