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