Definition Type: ComplexType
Name: CodeType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: UBL-CoreComponentTypes-1.0.xsd
Abstract
Documentation:
CCT Code. Type A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. Code Type
Collapse XSD Schema Diagram:
Drilldown into codeListSchemeURI in schema ubl-corecomponenttypes-1_0_xsd Drilldown into codeListURI in schema ubl-corecomponenttypes-1_0_xsd Drilldown into languageID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into name in schema ubl-corecomponenttypes-1_0_xsd Drilldown into codeListVersionID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into codeListName in schema ubl-corecomponenttypes-1_0_xsd Drilldown into codeListAgencyName in schema ubl-corecomponenttypes-1_0_xsd Drilldown into codeListAgencyID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into codeListID in schema ubl-corecomponenttypes-1_0_xsdXSD Diagram of CodeType in schema ubl-corecomponenttypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="CodeType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>CCT</ccts:ComponentType>
                <ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName>
                <ccts:Definition>A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.</ccts:Definition>
                <ccts:ObjectClass>Code</ccts:ObjectClass>
                <ccts:PropertyTerm>Type</ccts:PropertyTerm>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="codeListID" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="codeListAgencyID" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="codeListAgencyName" type="xsd:string" use="optional" />
            <xsd:attribute name="codeListName" type="xsd:string" use="optional" />
            <xsd:attribute name="codeListVersionID" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="name" type="xsd:string" use="optional" />
            <xsd:attribute name="languageID" type="xsd:language" use="optional" />
            <xsd:attribute name="codeListURI" type="xsd:anyURI" use="optional" />
            <xsd:attribute name="codeListSchemeURI" type="xsd:anyURI" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeListID cct:codeListID Optional
codeListAgencyID cct:codeListAgencyID Optional
codeListAgencyName cct:codeListAgencyName Optional
codeListName cct:codeListName Optional
codeListVersionID cct:codeListVersionID Optional
name cct:name Optional
languageID cct:languageID Optional
codeListURI cct:codeListURI Optional
codeListSchemeURI cct:codeListSchemeURI Optional
Collapse Derivation Tree:
Collapse References:
udt:CodeType