Provides the maximum weight of checked-in bags per passenger in this cabin.
XSD Schema Diagram:
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>