Definition Type: Attribute
Name: RoutingType
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirPreferences.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies the travel routing preference.
Collapse XSD Schema Diagram:
XSD Diagram of RoutingType in schema ota_airpreferences_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="RoutingType" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the travel routing preference.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Normal">
                <xs:annotation>
                    <xs:documentation xml:lang="en">No special conditions.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Mirror">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Outbound and inbound route of travel must be the same.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Normal
Enumeration Mirror