Definition Type: Attribute
Name: DateChangeIdentifier
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCheckIn.xsd
ContentType Restriction
Use Optional
Documentation:
Signifies crossing a dateline and or midnight during the course of the flight.
Collapse XSD Schema Diagram:
XSD Diagram of DateChangeIdentifier in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="DateChangeIdentifier" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Signifies crossing a dateline and or midnight during the course of the flight.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="-1">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The arrival is a day earlier than the departure.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="+1">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The arrival is a day later than the departure.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="+2">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The arrival is a 2 days later than the departure.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration -1
Enumeration +1
Enumeration +2