Definition Type: ComplexType
Name: TextType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: UBL-CoreComponentTypes-1.0.xsd
Abstract
Documentation:
CCT Quantity. Type A character string (i.e. a finite set of characters) generally in the form of words of a language. Text Type
Collapse XSD Schema Diagram:
Drilldown into languageLocaleID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into languageID in schema ubl-corecomponenttypes-1_0_xsdXSD Diagram of TextType in schema ubl-corecomponenttypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="TextType">
    <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>Quantity. Type</ccts:DictionaryEntryName>
                <ccts:Definition>A character string (i.e. a finite set of characters) generally in the form of words of a language.</ccts:Definition>
                <ccts:ObjectClass>Text</ccts:ObjectClass>
                <ccts:PropertyTerm>Type</ccts:PropertyTerm>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="languageID" type="xsd:language" use="optional" />
            <xsd:attribute name="languageLocaleID" type="xsd:normalizedString" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
languageID cct:languageID Optional
languageLocaleID cct:languageLocaleID Optional
Collapse Derivation Tree:
Collapse References:
udt:NameType, udt:TextType