Definition Type: Element
Name: FareBaggageAllowance
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Checked baggage allowance for the fare.
Collapse XSD Schema Diagram:
Drilldown into FlightSegmentRPH in schema ota_aircommontypes_xsd 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 FareBaggageAllowance in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareBaggageAllowance" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Checked baggage allowance for the fare.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="UnitsOfMeasureGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Baggage allowance for this fare.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="FlightSegmentRPH" type="RPH_Type" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The segment this baggage allowance is associated with.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
UnitOfMeasureQuantity UnitOfMeasureQuantity Optional
UnitOfMeasure UnitOfMeasure Optional
UnitOfMeasureCode UnitOfMeasureCode Optional
FlightSegmentRPH FlightSegmentRPH Optional