Definition Type: Element
Name: GlobalIndicatorPref
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Specify global direction preferences (e.g. AP- Atlantic Ocean, PA, Pacific Ocean etc.)
Collapse XSD Schema Diagram:
Drilldown into PreferLevel in schema ota_airfaredisplayrq_xsd Drilldown into CodeContext in schema ota_airfaredisplayrq_xsd Drilldown into GlobalIndicatorCode in schema ota_airfaredisplayrq_xsdXSD Diagram of GlobalIndicatorPref in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="GlobalIndicatorPref" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify global direction preferences (e.g. AP- Atlantic Ocean, PA, Pacific Ocean etc.)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="GlobalIndicatorCode" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">AP - Atlantic Ocean
PA - Pacific Ocean
WH - Western Hemisphere
EH - Eastern Hemisphere
PO - Polar Route
TS - Trans Siberia Route
AP - Atlantic/Pacific Round-the-World</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="AT" />
                    <xs:enumeration value="PA" />
                    <xs:enumeration value="WH" />
                    <xs:enumeration value="EH" />
                    <xs:enumeration value="PO" />
                    <xs:enumeration value="TS">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Trans Siberian.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="AP">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Atlantic Pacific.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="SP" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CodeContext" type="StringLength1to32" use="optional" default="IATA">
            <xs:annotation>
                <xs:documentation xml:lang="en">The code list from which the global indicator code is valid</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
GlobalIndicatorCode nsA:GlobalIndicatorCode Optional
CodeContext nsA:CodeContext IATA Optional
PreferLevel nsA:PreferLevel Optional