Definition Type: SimpleType
Name: DeadlineDropTime_Enum
Namespace: http://www.opentravel.org/OTM/product/Ground/v2
Containing Schema: Ground_2_0_0.xsd
Documentation:
An enumerated type indicating when the deadline drop time goes into effect.
Collapse XSD Schema Diagram:
XSD Diagram of DeadlineDropTime_Enum in schema ground_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="DeadlineDropTime_Enum">
    <xsd:annotation>
        <xsd:documentation source="Description">An enumerated type indicating when the deadline drop time goes into effect.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DeadlineDropTime_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="BeforeArrival" />
        <xsd:enumeration value="AfterBooking" />
        <xsd:enumeration value="AfterConfirmation">
            <xsd:annotation>
                <xsd:documentation source="Description">The deadline information applies from when the reservation was confirmed.  In some systems the confirmation time will differ from the booking time.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AfterArrival">
            <xsd:annotation>
                <xsd:documentation source="Description">The deadline applies after the scheduled arrival time.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="AfterDeparture">
            <xsd:annotation>
                <xsd:documentation source="Description">The deadline applies after the scheduled departure time.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="BeforeDeparture">
            <xsd:annotation>
                <xsd:documentation source="Description">The deadline applies before departure.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration BeforeArrival
Enumeration AfterBooking
Enumeration AfterConfirmation
Enumeration AfterArrival
Enumeration AfterDeparture
Enumeration BeforeDeparture
Collapse Derivation Tree:
Collapse References:
order-0300:deadlineType