Definition Type: SimpleType
Name: DisplayOrderType
Containing Schema: OTA_AirCommonTypes.xsd
Collapse XSD Schema Diagram:
XSD Diagram of DisplayOrderType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:simpleType name="DisplayOrderType">
    <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="ByDepartureTime">
            <xs:annotation>
                <xs:documentation xml:lang="en">Display products by departure time</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ByArrivalTime">
            <xs:annotation>
                <xs:documentation xml:lang="en">Display products by arrival time</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ByJourneyTime">
            <xs:annotation>
                <xs:documentation xml:lang="en">Display products by journey time</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ByPriceHighToLow">
            <xs:annotation>
                <xs:documentation xml:lang="en">AWG ToDo</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ByPriceLowToHigh">
            <xs:annotation>
                <xs:documentation xml:lang="en">AWG ToDo</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration ByDepartureTime
Enumeration ByArrivalTime
Enumeration ByJourneyTime
Enumeration ByPriceHighToLow
Enumeration ByPriceLowToHigh