Definition Type: Element
Name: CabinPref
Containing Schema: OTA_AirPreferences.xsd
MinOccurs 0
MaxOccurs 3
Abstract
Documentation:
Defines preferred cabin(s) to be used in a search.
Collapse XSD Schema Diagram:
Drilldown into CabinSubtype in schema ota_airpreferences_xsd1 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_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CabinPref" minOccurs="0" maxOccurs="3">
    <xs:annotation>
        <xs:documentation xml:lang="en">Defines preferred  cabin(s) to be used in a search.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="CabinPrefGroup" />
        <xs:attribute name="CabinSubtype" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Defines a specific cabin sub type within the cabin type (i.e., first, business, economy.)  For example, 'Premium'.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional
Cabin Cabin (Optional)
CabinSubtype CabinSubtype Optional