Definition Type: Element
Name: CabinPref
Containing Schema: OTA_AirPreferences.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Indicates preferred cabin(s) to be used in a search.
Collapse XSD Schema Diagram:
Drilldown into Cabin in schema ota_airpreferences_xsd1 Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsd Drilldown into CabinPrefGroup in schema ota_airpreferences_xsd1XSD Diagram of CabinPref in schema ota_airpreferences_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CabinPref" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en"> Indicates preferred cabin(s) to be used in a search.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="CabinPrefGroup" />
    </xs:complexType>
</xs:element>