<xsd:complexType name="IdentifierType">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="schemeID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="schemeName" type="xsd:string" use="optional"/>
<xsd:attribute name="schemeAgencyID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional"/>
<xsd:attribute name="schemeVersionID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional"/>
<xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType> |