QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
objectDefinitionURI | URIType | required | |||||
parentObjectDefinitionURIRef | URIType | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | ObjectDefinition |
<xs:complexType name="ObjectDefinitionType"> <xs:sequence> <xs:element ref="ObjectDefinitionHeader"/> <xs:element ref="IndustryCode" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ObjectProperty"/> <xs:element ref="ObjectPropertyGroup"/> </xs:choice> </xs:sequence> <xs:attribute name="objectDefinitionURI" type="adsml:URIType" use="required"/> <xs:attribute name="parentObjectDefinitionURIRef" type="adsml:URIType" use="optional"/> <xs:attribute ref="xml:base" use="optional"/> <xs:attribute ref="xml:lang" use="optional"/> </xs:complexType> |