Definition Type: Element
Name: BaggageAllowance
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Provides the maximum weight of checked-in bags per passenger in this cabin.
Collapse XSD Schema Diagram:
Drilldown into UnitOfMeasureCode in schema ota_commontypes_xsd1 Drilldown into UnitOfMeasure in schema ota_commontypes_xsd1 Drilldown into UnitOfMeasureQuantity in schema ota_commontypes_xsd1 Drilldown into UnitsOfMeasureGroup in schema ota_commontypes_xsdXSD Diagram of BaggageAllowance in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="BaggageAllowance" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides the maximum weight of checked-in bags per passenger in this cabin.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="UnitsOfMeasureGroup" />
    </xs:complexType>
</xs:element>