Definition Type: Attribute
Name: FlightDistanceQualifier
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirPreferences.xsd
ContentType Restriction
Use Optional
Documentation:
Used to distingish a flight as long haul or short haul.
Collapse XSD Schema Diagram:
XSD Diagram of FlightDistanceQualifier in schema ota_airpreferences_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="FlightDistanceQualifier" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to distingish a flight as long haul or short haul.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="LongHaul">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Designates a flight as a long haul.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="ShortHaul">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Designates a flight as a short haul.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration LongHaul
Enumeration ShortHaul