Definition Type: SimpleType
Name: DateTimeType
Namespace: urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
Containing Schema: UnqualifiedDataTypeSchemaModule-2.0.xsd
Documentation:
UDT000008 UDT Date Time. Type 1.0 A particular point in the progression of time together with the relevant supplementary information. Date Time string dateTime Can be used for a date and/or time.
Collapse XSD Schema Diagram:
XSD Diagram of DateTimeType in schema unqualifieddatatypeschemamodule-2_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="DateTimeType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            <ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:2">UDT000008</ccts:UniqueID>
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:2">UDT</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:2">Date Time. Type</ccts:DictionaryEntryName>
            <ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:2">1.0</ccts:VersionID>
            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:2">A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
            <ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:2">Date Time</ccts:RepresentationTermName>
            <ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:2">string</ccts:PrimitiveType>
            <xsd:BuiltinType>dateTime</xsd:BuiltinType>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:2">Can be used for a date and/or time.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:dateTime" />
</xsd:simpleType>