Definition Type: SimpleType
Name: DateTimeLocal
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
ISO date time type without UTC offset or Z for Zulu restriction indicating it is representing Local Time Example: 2010-12-31T11:55:00 Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}dateTime
Collapse XSD Schema Diagram:
XSD Diagram of DateTimeLocal in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="DateTimeLocal">
    <xsd:annotation>
        <xsd:documentation source="Description">ISO date time type without UTC offset or Z for Zulu restriction indicating it is representing Local Time
Example: 2010-12-31T11:55:00</xsd:documentation>
        <xsd:documentation source="Implementer">Assigned XSD Type:
				{http://www.w3.org/2001/XMLSchema}dateTime</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DateTimeLocal</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:dateTime">
        <xsd:pattern value=".+T[^Z+\-]+" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern .+T[^Z+\-]+
Collapse Derivation Tree:
Collapse References:
pgt-0200:flightDate