<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>
|