<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>
|