complexType IdentifierType
diagram CODICE_2.8.0_diagrams/CODICE_2.8.0_p2731.png
namespace urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2
type extension of xsd:normalizedString
properties
base xsd:normalizedString
used by
complexType IdentifierType
attributes
Name  Type  Use  Default  Fixed  Annotation
schemeID  xsd:normalizedString  optional      
documentation
<ccts:UniqueID>UNDT000011-SC2</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The identification of the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
schemeName  xsd:string  optional      
documentation
<ccts:UniqueID>UNDT000011-SC3</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
<ccts:Definition>The name of the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
schemeAgencyID  xsd:normalizedString  optional      
documentation
<ccts:UniqueID>UNDT000011-SC4</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
schemeAgencyName  xsd:string  optional      
documentation
<ccts:UniqueID>UNDT000011-SC5</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme Agency. Name. Text</ccts:DictionaryEntryName>
<ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
schemeVersionID  xsd:normalizedString  optional      
documentation
<ccts:UniqueID>UNDT000011-SC6</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The version of the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
schemeDataURI  xsd:anyURI  optional      
documentation
<ccts:UniqueID>UNDT000011-SC7</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme Data. Uniform Resource. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme data is located.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme Data</ccts:ObjectClass>
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
schemeURI  xsd:anyURI  optional      
documentation
<ccts:UniqueID>UNDT000011-SC8</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Uniform Resource. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme is located.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
annotation
documentation
<ccts:UniqueID>UNDT000011</ccts:UniqueID>
<ccts:CategoryCode>CCT</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
<ccts:VersionID>1.0</ccts:VersionID>
<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:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:complexType name="IdentifierType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011</ccts:UniqueID>
     
<ccts:CategoryCode>CCT</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
     
<ccts:VersionID>1.0</ccts:VersionID>
     
<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:RepresentationTermName>Identifier</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:normalizedString">
     
<xsd:attribute name="schemeID" type="xsd:normalizedString" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC2</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
           
<ccts:Definition>The identification of the identification scheme.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
           
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="schemeName" type="xsd:string" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC3</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
           
<ccts:Definition>The name of the identification scheme.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
           
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="schemeAgencyID" type="xsd:normalizedString" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC4</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
           
<ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
           
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
           
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC5</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme Agency. Name. Text</ccts:DictionaryEntryName>
           
<ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
           
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="schemeVersionID" type="xsd:normalizedString" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC6</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
           
<ccts:Definition>The version of the identification scheme.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
           
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC7</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme Data. Uniform Resource. Identifier</ccts:DictionaryEntryName>
           
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme data is located.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme Data</ccts:ObjectClass>
           
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">
           
<ccts:UniqueID>UNDT000011-SC8</ccts:UniqueID>
           
<ccts:CategoryCode>SC</ccts:CategoryCode>
           
<ccts:DictionaryEntryName>Identification Scheme. Uniform Resource. Identifier</ccts:DictionaryEntryName>
           
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme is located.</ccts:Definition>
           
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
           
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
           
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
           
<ccts:PrimitiveType>string</ccts:PrimitiveType>
         
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute IdentifierType/@schemeID
type xsd:normalizedString
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC2</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The identification of the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:attribute name="schemeID" type="xsd:normalizedString" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC2</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
     
<ccts:Definition>The identification of the identification scheme.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
     
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@schemeName
type xsd:string
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC3</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
<ccts:Definition>The name of the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:attribute name="schemeName" type="xsd:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC3</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
     
<ccts:Definition>The name of the identification scheme.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
     
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@schemeAgencyID
type xsd:normalizedString
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC4</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
source <xsd:attribute name="schemeAgencyID" type="xsd:normalizedString" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC4</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
     
<ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
     
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
     
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@schemeAgencyName
type xsd:string
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC5</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme Agency. Name. Text</ccts:DictionaryEntryName>
<ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC5</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme Agency. Name. Text</ccts:DictionaryEntryName>
     
<ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
     
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@schemeVersionID
type xsd:normalizedString
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC6</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The version of the identification scheme.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:attribute name="schemeVersionID" type="xsd:normalizedString" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC6</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
     
<ccts:Definition>The version of the identification scheme.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
     
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@schemeDataURI
type xsd:anyURI
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC7</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme Data. Uniform Resource. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme data is located.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme Data</ccts:ObjectClass>
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC7</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme Data. Uniform Resource. Identifier</ccts:DictionaryEntryName>
     
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme data is located.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme Data</ccts:ObjectClass>
     
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute IdentifierType/@schemeURI
type xsd:anyURI
properties
use optional
annotation
documentation
<ccts:UniqueID>UNDT000011-SC8</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Identification Scheme. Uniform Resource. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme is located.</ccts:Definition>
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
source <xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
     
<ccts:UniqueID>UNDT000011-SC8</ccts:UniqueID>
     
<ccts:CategoryCode>SC</ccts:CategoryCode>
     
<ccts:DictionaryEntryName>Identification Scheme. Uniform Resource. Identifier</ccts:DictionaryEntryName>
     
<ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme is located.</ccts:Definition>
     
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
     
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
     
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
     
<ccts:PrimitiveType>string</ccts:PrimitiveType>
   
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy