<xs:complexType name="CompoundCategoryIdentifierType">
<xs:annotation>
<xs:appinfo xml:lang="en">Type used to model the attributes of the ddms:category element. The UCore taxonomy is a specific use of category that is permitted. Allowed attriubute extension for allowing automated populators to give extra values for confidence and relativity.</xs:appinfo>
</xs:annotation>
<xs:attribute name="qualifier" type="xs:anyURI" use="optional"/>
<xs:attribute name="code" type="simpleTokenType" use="optional"/>
<xs:attribute name="label" type="simpleTokenType" use="required"/>
<xs:attributeGroup ref="SecurityAttributesOptionGroup"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
|