Definition Type: Element
Name: AllowanceAndCharge
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirBaggageRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Baggage allowance for an O/D pair with per piece pricing and service information.
Collapse XSD Schema Diagram:
Drilldown into TotalPrice in schema ota_airbaggagers_xsd Drilldown into OriginDestination in schema ota_airbaggagers_xsd Drilldown into OfferInd in schema ota_airbaggagers_xsdXSD Diagram of AllowanceAndCharge in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AllowanceAndCharge" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">Baggage allowance for an O/D pair with per piece pricing and service information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OriginDestination" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">Baggage allowance by origin and destination.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OriginLocation">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Travel Origin Location.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="LocationType">
                                        <xs:attribute name="MultiAirportCityInd" type="xs:boolean" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">If true, other airports within this city may be considered (i.e., EWR, JFK when origin location is LGA.)</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="AlternateLocationInd" type="xs:boolean" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">If true, alternate locations may be considered.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="DestinationLocation">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Travel Destination Location.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="LocationType">
                                        <xs:attribute name="MultiAirportCityInd" type="xs:boolean" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">If true, other airports within this city may be considered (i.e., EWR, JFK when origin location is LGA.)</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="AlternateLocationInd" type="xs:boolean" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">If true, alternate locations may be considered.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="ConnectionLocations" type="ConnectionType" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Travel Connection Location.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                        <xs:element name="BaggageDetail" form="qualified" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Baggage details.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="BaggageSpecificationType">
                                        <xs:sequence>
                                            <xs:element name="Family" minOccurs="0">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">Airline or ATPCO encoded service family(s).</xs:documentation>
                                                </xs:annotation>
                                                <xs:complexType>
                                                    <xs:complexContent>
                                                        <xs:extension base="AncillaryServiceDetailType">
                                                            <xs:sequence>
                                                                <xs:element name="FilingPricing" minOccurs="0">
                                                                    <xs:annotation>
                                                                        <xs:documentation>Filed pricing. Make complexType for both pricing elements.</xs:documentation>
                                                                    </xs:annotation>
                                                                </xs:element>
                                                            </xs:sequence>
                                                        </xs:extension>
                                                    </xs:complexContent>
                                                </xs:complexType>
                                            </xs:element>
                                            <xs:element name="Pricing" minOccurs="0">
                                                <xs:annotation>
                                                    <xs:documentation>Actual pricing. This is what is displayed to customer. Include pricing type with taxes. Extend with DisplayLabel.</xs:documentation>
                                                </xs:annotation>
                                                <xs:complexType>
                                                    <xs:sequence>
                                                        <xs:element name="AddCurrencyConversion" />
                                                    </xs:sequence>
                                                    <xs:attribute name="DisplayLabel">
                                                        <xs:annotation>
                                                            <xs:documentation>Marketing name for pricing type, e.g. "Filed Price".</xs:documentation>
                                                        </xs:annotation>
                                                        <xs:simpleType>
                                                            <xs:restriction base="xs:string" />
                                                        </xs:simpleType>
                                                    </xs:attribute>
                                                    <xs:attributeGroup ref="CurrencyAmountGroup" />
                                                </xs:complexType>
                                            </xs:element>
                                        </xs:sequence>
                                        <xs:attribute name="MaximumPieces" type="xs:positiveInteger" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">The maximum pieces of baggage allowed.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="Quantity" type="xs:positiveInteger" use="optional">
                                            <xs:annotation>
                                                <xs:documentation>Number of pieces.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="BookingInstruction" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Booking and upgrade instructions.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="SSR_Info" type="SpecialServiceRequestType" minOccurs="0" maxOccurs="unbounded">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Special service request information.</xs:documentation>
                                        </xs:annotation>
                                    </xs:element>
                                    <xs:element name="OSI_Info" type="OtherServiceInfoType" minOccurs="0" maxOccurs="unbounded">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Other service information.</xs:documentation>
                                        </xs:annotation>
                                    </xs:element>
                                    <xs:element name="Upgrade" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Upgrade instruction information.</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:sequence>
                                                <xs:element name="Instruction" type="xs:string" minOccurs="0" maxOccurs="unbounded">
                                                    <xs:annotation>
                                                        <xs:documentation source="Description" xml:lang="en">Upgrade instruction text.</xs:documentation>
                                                    </xs:annotation>
                                                </xs:element>
                                            </xs:sequence>
                                            <xs:attribute name="UpgradeMethod" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">The upgrade method that should be applied to the offer.</xs:documentation>
                                                </xs:annotation>
                                                <xs:simpleType>
                                                    <xs:restriction base="xs:string">
                                                        <xs:enumeration value="S_SpecialServiceRequest" />
                                                        <xs:enumeration value="A_AutoUpgrade" />
                                                    </xs:restriction>
                                                </xs:simpleType>
                                            </xs:attribute>
                                            <xs:attribute name="UpgradeDesigCode" type="UpperCaseAlphaLength1to2" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">The upgrade booking class.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:element name="OtherInfo" type="TextDescriptionType" minOccurs="0" maxOccurs="unbounded">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Other information related to the booking instruction.</xs:documentation>
                                        </xs:annotation>
                                    </xs:element>
                                </xs:sequence>
                                <xs:attribute name="BookingMethod" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">The booking method that should be applied to the offer.</xs:documentation>
                                    </xs:annotation>
                                    <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                            <xs:enumeration value="SSR_SpecialServiceRequest" />
                                            <xs:enumeration value="OSI_OtherServiceInformation" />
                                            <xs:enumeration value="API_AdvancedPassengerInformation" />
                                        </xs:restriction>
                                    </xs:simpleType>
                                </xs:attribute>
                                <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                                <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="CustLoyalty" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">An associated loyalty program that influenced the baggage allowance.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:attributeGroup ref="CustomerLoyaltyGroup" />
                                <xs:attribute name="OptionType" use="required">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">A baggage related discount or surcharge type.</xs:documentation>
                                    </xs:annotation>
                                    <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                            <xs:enumeration value="Discount">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">ATPCO - Only applicable when using method F, applying option directly to a fare (not used in an EMD solution).</xs:documentation>
                                                </xs:annotation>
                                            </xs:enumeration>
                                            <xs:enumeration value="Included">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">This item is free of charge due to loyalty program status or chosen price class.</xs:documentation>
                                                </xs:annotation>
                                            </xs:enumeration>
                                            <xs:enumeration value="Not Applicable">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">This item is not available or applicable due to loyalty program status or chosen price class..</xs:documentation>
                                                </xs:annotation>
                                            </xs:enumeration>
                                            <xs:enumeration value="Surcharge" />
                                        </xs:restriction>
                                    </xs:simpleType>
                                </xs:attribute>
                                <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                                <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="CalculationInfo" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Service or bag specific fee calculation information or warnings.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="TextDescriptionType">
                                        <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="MarketingAirline" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">The marketing airline (or validating carrier.)</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="CompanyNameType">
                                        <xs:attribute name="MostSignificantInd" type="xs:boolean" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">If true, this carrier is the most significant carrier governing the baggage restrictions.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="Service" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Baggage service information.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="Family" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Airline or ATPCO encoded service family(s).</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:complexContent>
                                                <xs:extension base="AncillaryServiceDetailType" />
                                            </xs:complexContent>
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:element name="Pricing" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Pricing for this baggage service.</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:sequence>
                                                <xs:element name="TaxInfo" type="TaxType" minOccurs="0" maxOccurs="unbounded">
                                                    <xs:annotation>
                                                        <xs:documentation source="Description" xml:lang="en">Tax(es) that were applied to this pricing.</xs:documentation>
                                                    </xs:annotation>
                                                </xs:element>
                                                <xs:element name="AppliedRule" type="AppliedRuleType" minOccurs="0" maxOccurs="unbounded">
                                                    <xs:annotation>
                                                        <xs:documentation xml:lang="en">Rules that applied to this pricing.</xs:documentation>
                                                    </xs:annotation>
                                                </xs:element>
                                                <xs:element name="PricingQualifier" minOccurs="0">
                                                    <xs:annotation>
                                                        <xs:documentation source="Description" xml:lang="en">Additional information that influenced the pricing, including restrictions, promotions, tax exemptions, private and negotiated fares.</xs:documentation>
                                                    </xs:annotation>
                                                    <xs:complexType>
                                                        <xs:sequence>
                                                            <xs:element name="NegotiatedFare" minOccurs="0">
                                                                <xs:annotation>
                                                                    <xs:documentation source="Description" xml:lang="en">Negotiated fares and services.</xs:documentation>
                                                                </xs:annotation>
                                                                <xs:complexType>
                                                                    <xs:complexContent>
                                                                        <xs:extension base="FareInfoType">
                                                                            <xs:sequence>
                                                                                <xs:element name="Supplier" type="CompanyNameType" minOccurs="0">
                                                                                    <xs:annotation>
                                                                                        <xs:documentation source="Description" xml:lang="en">Supplier/ carrier airline information.</xs:documentation>
                                                                                    </xs:annotation>
                                                                                </xs:element>
                                                                            </xs:sequence>
                                                                        </xs:extension>
                                                                    </xs:complexContent>
                                                                </xs:complexType>
                                                            </xs:element>
                                                            <xs:element name="OriginalIssueInfo" minOccurs="0">
                                                                <xs:annotation>
                                                                    <xs:documentation>Original ticket/document issue information.</xs:documentation>
                                                                </xs:annotation>
                                                                <xs:complexType>
                                                                    <xs:attribute name="TicketDocumentNbr" type="StringLength1to16" use="optional">
                                                                        <xs:annotation>
                                                                            <xs:documentation xml:lang="en">The original ticket/document number.</xs:documentation>
                                                                        </xs:annotation>
                                                                    </xs:attribute>
                                                                    <xs:attribute name="IssuingAgentID" type="NumericStringLength1to8" use="optional">
                                                                        <xs:annotation>
                                                                            <xs:documentation xml:lang="en">ID of the original issuer of the ticket/document.</xs:documentation>
                                                                        </xs:annotation>
                                                                    </xs:attribute>
                                                                    <xs:attribute name="DateOfIssue" type="xs:date" use="optional">
                                                                        <xs:annotation>
                                                                            <xs:documentation>Date the ticket/document was originally issued.</xs:documentation>
                                                                        </xs:annotation>
                                                                    </xs:attribute>
                                                                    <xs:attribute name="LocationCode" type="StringLength1to8" use="optional">
                                                                        <xs:annotation>
                                                                            <xs:documentation xml:lang="en">Location of original issue.</xs:documentation>
                                                                        </xs:annotation>
                                                                    </xs:attribute>
                                                                    <xs:attribute name="IssuingAirlineCode" type="StringLength1to16" use="optional">
                                                                        <xs:annotation>
                                                                            <xs:documentation xml:lang="en">The code of the original issuing airline.</xs:documentation>
                                                                        </xs:annotation>
                                                                    </xs:attribute>
                                                                </xs:complexType>
                                                            </xs:element>
                                                            <xs:element name="Other" type="AirPricingQualifierType" minOccurs="0">
                                                                <xs:annotation>
                                                                    <xs:documentation source="Description" xml:lang="en">Other pricing qualifiers, including promotions, restrictions and tax exemptions.</xs:documentation>
                                                                </xs:annotation>
                                                            </xs:element>
                                                            <xs:element name="PrivateFare" type="PrivateFareType" minOccurs="0">
                                                                <xs:annotation>
                                                                    <xs:documentation source="Description" xml:lang="en">Private fares and services.</xs:documentation>
                                                                </xs:annotation>
                                                            </xs:element>
                                                        </xs:sequence>
                                                    </xs:complexType>
                                                </xs:element>
                                                <xs:element name="RedemptionPoints" type="AirRedemptionMilesType" minOccurs="0">
                                                    <xs:annotation>
                                                        <xs:documentation xml:lang="en">Redemption pricing information if all or a portion of this service may be paid using points.</xs:documentation>
                                                    </xs:annotation>
                                                </xs:element>
                                                <xs:element name="ApplyTo" minOccurs="0">
                                                    <xs:annotation>
                                                        <xs:documentation source="Description" xml:lang="en">References to unique ID(s) set elsewhere in this message to associate this pricing information with.</xs:documentation>
                                                    </xs:annotation>
                                                    <xs:complexType>
                                                        <xs:attribute name="TravelerRPH" type="RPH_Type" use="optional">
                                                            <xs:annotation>
                                                                <xs:documentation source="Description" xml:lang="en">A reference to a unique traveler ID.</xs:documentation>
                                                            </xs:annotation>
                                                        </xs:attribute>
                                                        <xs:attribute name="OrigDestSequenceRPH" type="RPH_Type" use="optional">
                                                            <xs:annotation>
                                                                <xs:documentation source="Description" xml:lang="en">A reference to a unique  O/D pair.</xs:documentation>
                                                            </xs:annotation>
                                                        </xs:attribute>
                                                    </xs:complexType>
                                                </xs:element>
                                            </xs:sequence>
                                            <xs:attribute name="PreTaxAmount" type="Money" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">The amount charged for the service that does NOT include taxes.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="TaxAmount" type="Money" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">The tax amount.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="Amount" type="Money" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">The total amount charged for the service including any applicable tax(es). 

NOTE: If there is no cost associated with the service or redemption miles are being used, set this value to 0.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attributeGroup ref="ExchangeRateGroup" />
                                            <xs:attribute name="BaseNUC_Amount" type="Money" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">The base neutral unit of construction amount.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attributeGroup ref="CurrencyCodeGroup" />
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:element name="ApplyTo" minOccurs="0" maxOccurs="unbounded">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">References to unique ID(s) set elsewhere in this message to associate this pricing information with.</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">A reference to a set of baggage allowance information.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="OrigDestSequenceRPH" type="RPH_Type" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">A reference to a unique  O/D pair.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">A reference to a set of service information.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="TravelerRPH" type="RPH_Type" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">A reference to a unique traveler ID.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:element name="ATPCO_Diagnostic" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">ATPCO diagnostic information.</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:attribute name="S5" type="xs:integer" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">Shows ATPCO record S5 diagnostic information.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="S7" type="xs:integer" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">Shows ATPCO record S7 diagnostic information.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="S7SequenceNo" type="xs:integer" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation source="Description" xml:lang="en">ATPCO record S7 sequence number.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                        </xs:complexType>
                                    </xs:element>
                                </xs:sequence>
                                <xs:attribute name="EMD_TypeValue" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">The EMD type value.</xs:documentation>
                                    </xs:annotation>
                                    <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                            <xs:enumeration value="1 - Standalone" />
                                            <xs:enumeration value="2 - Associated to a Flight" />
                                            <xs:enumeration value="3 - Standalone No Flight Ticket Associated" />
                                            <xs:enumeration value="4 - Carrier Directed No EMD" />
                                            <xs:enumeration value="5 - Eticket" />
                                        </xs:restriction>
                                    </xs:simpleType>
                                </xs:attribute>
                                <xs:attribute name="Method" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">The allowance method.</xs:documentation>
                                    </xs:annotation>
                                    <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                            <xs:enumeration value="D - Direct Settlement" />
                                            <xs:enumeration value="EA - EMD Associated" />
                                            <xs:enumeration value="ES - EMD Standalone" />
                                            <xs:enumeration value="F - Fare Integrated" />
                                            <xs:enumeration value="MA - Flight Associated Settled via MCO" />
                                            <xs:enumeration value="MA - Standalone Settled via MCO" />
                                        </xs:restriction>
                                    </xs:simpleType>
                                </xs:attribute>
                                <xs:attribute name="ServiceLocation" type="AlphaLength3" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">The 3 letter IATA city or airport code related to the service location.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                                <xs:attribute name="ServiceDate" type="DateOrDateTimeType" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">The date of service.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                                <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                    <xs:annotation>
                                        <xs:documentation source="Description" xml:lang="en">A unique identifier to reference this set of service information.</xs:documentation>
                                    </xs:annotation>
                                </xs:attribute>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="TicketBox" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">A baggage allowance descriptor.</xs:documentation>
                                <xs:documentation source="Developer" xml:lang="en">Example: PC = per piece, 2PC = 2 pieces, nn = per weight (nn is the weight limit). A blank string is also allowed in this element.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:simpleContent>
                                    <xs:extension base="xs:string">
                                        <xs:attribute name="Concept" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">The value type.</xs:documentation>
                                            </xs:annotation>
                                            <xs:simpleType>
                                                <xs:restriction base="xs:string">
                                                    <xs:enumeration value="Piece" />
                                                    <xs:enumeration value="Weight" />
                                                </xs:restriction>
                                            </xs:simpleType>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:simpleContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="Offer" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Airline merchandising offers that apply to baggage allowance and/or charges.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="AirOfferType">
                                        <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">A reference to a set baggage allowance information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                        <xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
                                            <xs:annotation>
                                                <xs:documentation xml:lang="en">A reference to a set baggage service charge information.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                    <xs:attribute name="AllowanceRPH" type="RPH_Type" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">A unique identifier for this baggage allowance information.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="ArrivalDateTime" type="DateOrDateTimeType" use="optional">
                        <xs:annotation>
                            <xs:documentation source="Description" xml:lang="en">The arrival date.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="DepartureDateTime" type="DateOrDateTimeType" use="optional">
                        <xs:annotation>
                            <xs:documentation source="Description" xml:lang="en">The departure date.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="OrigDestSequenceRPH" type="RPH_Type" use="optional">
                        <xs:annotation>
                            <xs:documentation source="Description" xml:lang="en">A unique reference to this O/D pair.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
            <xs:element name="TotalPrice" minOccurs="0">
                <xs:annotation>
                    <xs:documentation source="Description" xml:lang="en">The total baggage price for the entire trip (including all passengers.)</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="TaxInfo" type="TaxType" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Tax(es) that were applied to this pricing.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                        <xs:element name="RedemptionPoints" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Redemption pricing information if all or a portion of this service may be paid using points.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:complexContent>
                                    <xs:extension base="AlternateCurrencyType">
                                        <xs:attribute name="CabinClass" type="CabinType" use="optional">
                                            <xs:annotation>
                                                <xs:documentation source="Description" xml:lang="en">Cabin type.</xs:documentation>
                                            </xs:annotation>
                                        </xs:attribute>
                                    </xs:extension>
                                </xs:complexContent>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="AppliedRule" type="AppliedRuleType" minOccurs="0" maxOccurs="unbounded">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Rules that applied to this pricing.</xs:documentation>
                            </xs:annotation>
                        </xs:element>
                        <xs:element name="PricingQualifier" minOccurs="0">
                            <xs:annotation>
                                <xs:documentation source="Description" xml:lang="en">Additional information that influenced the pricing, including restrictions, promotions, tax exemptions, private and negotiated fares.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="NegotiatedFare" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Negotiated fares and services.</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:complexContent>
                                                <xs:extension base="FareInfoType">
                                                    <xs:sequence>
                                                        <xs:element name="Supplier" type="CompanyNameType" minOccurs="0">
                                                            <xs:annotation>
                                                                <xs:documentation source="Description" xml:lang="en">Supplier/ carrier airline information.</xs:documentation>
                                                            </xs:annotation>
                                                        </xs:element>
                                                    </xs:sequence>
                                                </xs:extension>
                                            </xs:complexContent>
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:element name="OriginalIssueInfo" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation>Original ticket/document issue information.</xs:documentation>
                                        </xs:annotation>
                                        <xs:complexType>
                                            <xs:attribute name="TicketDocumentNbr" type="StringLength1to16" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">The original ticket/document number.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="IssuingAgentID" type="NumericStringLength1to8" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">ID of the original issuer of the ticket/document.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="DateOfIssue" type="xs:date" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation>Date the ticket/document was originally issued.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="LocationCode" type="StringLength1to8" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">Location of original issue.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                            <xs:attribute name="IssuingAirlineCode" type="StringLength1to16" use="optional">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">The code of the original issuing airline.</xs:documentation>
                                                </xs:annotation>
                                            </xs:attribute>
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:element name="Other" type="AirPricingQualifierType" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Other pricing qualifiers, including promotions, restrictions and tax exemptions.</xs:documentation>
                                        </xs:annotation>
                                    </xs:element>
                                    <xs:element name="PrivateFare" type="PrivateFareType" minOccurs="0">
                                        <xs:annotation>
                                            <xs:documentation source="Description" xml:lang="en">Private fares and services.</xs:documentation>
                                        </xs:annotation>
                                    </xs:element>
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                    <xs:attribute name="PreTaxAmount" type="Money" use="optional">
                        <xs:annotation>
                            <xs:documentation source="Description" xml:lang="en">The amount charged for the service that does NOT include taxes.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="TaxAmount" type="Money" use="optional">
                        <xs:annotation>
                            <xs:documentation source="Description" xml:lang="en">The tax amount.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="Amount" type="Money" use="optional">
                        <xs:annotation>
                            <xs:documentation source="Description" xml:lang="en">The total amount charged for the service including any applicable tax(es). 

NOTE: If there is no cost associated with the service or redemption miles are being used, set this value to 0.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attributeGroup ref="ExchangeRateGroup" />
                    <xs:attribute name="BaseNUC_Amount" type="Money" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The base neutral unit of construction amount.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attributeGroup ref="CurrencyCodeGroup" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="OfferInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation source="Description" xml:lang="en">If true, the baggage allowance may be subject to air supplier merchandising offers.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginDestination nsA:OriginDestination 0 unbounded
TotalPrice nsA:TotalPrice 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
OfferInd nsA:OfferInd Optional