<xsd:complexType name="IdentifierType">
<xsd:annotation>
<xsd:documentation>
<ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
<ccts:ComponentType>DT</ccts:ComponentType>
<ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
<ccts:Definition>A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information.</ccts:Definition>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="cct:IdentifierType">
<xsd:attribute name="identificationSchemeID" type="xsd:normalizedString" use="optional" />
<xsd:attribute name="identificationSchemeName" type="xsd:string" use="optional" />
<xsd:attribute name="identificationSchemeAgencyID" type="xsd:normalizedString" use="optional" />
<xsd:attribute name="identificationSchemeAgencyName" type="xsd:string" use="optional" />
<xsd:attribute name="identificationSchemeVersionID" type="xsd:normalizedString" use="optional" />
<xsd:attribute name="identificationSchemeURI" type="xsd:anyURI" use="optional" />
<xsd:attribute name="identificationSchemeDataURI" type="xsd:anyURI" use="optional" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|