<xs:complexType name="CompoundCategoryIdentifierType">
<xs:annotation>
<xs:appinfo>
<mdr:definition>Type used to model the attributes of the ddms:category element.</mdr:definition>
<mdr:comment>Allowed attribute extension for allowing automated populators to give extra values for confidence and relativity.</mdr:comment>
</xs:appinfo>
</xs:annotation>
<xs:attribute name="qualifier" type="xs:anyURI" use="optional"/>
<xs:attribute name="code" type="xs:string" use="optional"/>
<xs:attribute name="label" type="xs:string" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType> |