Definition Type: SimpleType
Name: LocalDate
Namespace: http://www.opentravel.org/OTM/Common/v0
Containing Schema: OTM_BuiltIns.xsd
Documentation:
ISO date type without UTC offset or Z for Zulu restriction indicating it is representing Local Time. Example: 2010-12-31 Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}date
Collapse XSD Schema Diagram:
XSD Diagram of LocalDate in schema otm_builtins_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="LocalDate">
    <xsd:annotation>
        <xsd:documentation source="Description">ISO date type without UTC offset or Z for Zulu restriction indicating it
				is representing Local Time.  Example: 2010-12-31</xsd:documentation>
        <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}date</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">LocalDate</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:date">
        <xsd:pattern value="[^:Z]*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [^:Z]*