Definition Type: SimpleType
Name: TimeType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0
Containing Schema: UBL-UnspecializedDatatypes-1.0.xsd
Documentation:
DT Time. Type Time Date Time. Type
Collapse XSD Schema Diagram:
XSD Diagram of TimeType in schema ubl-unspecializeddatatypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="TimeType">
    <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>Time. Type</ccts:DictionaryEntryName>
                <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
                <ccts:DataType>Date Time. Type</ccts:DataType>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:time" />
</xsd:simpleType>