Search to SOAP/XML AirPricing
After running a JSON Search request, you can choose to switch to the Travelport SOAP/XML APIs to continue the workflow, continuing with an Air Pricing request to confirm pricing and availability on an itinerary The entire trip on a booking, including all flights on all legs. Also called a journey. returned in JSON Search.
This topic discusses how to move from Search to SOAP/XML Air Pricing, including required and optional data and examples of the requests and responses in the flow.
In this topic:
Required and Optional Data
Per the following sections, in your SOAP/XML Air Price request you must include specific objects from the Search response, plus additional data. Other Search response data is optional.
Required JSON Search Response Objects in AirPrice Request
All of the following data from the Search response is required in the Air Pricing request:
-
From the ReferenceListFlight/Flight object for each segment
A flight or flights under one flight number. One flight equals one segment. A segment could have multiple flights if the flight number remains the same, which happens if a flight makes a stop without changing planes.:
-
flight number
-
equipment
-
departure location
-
departure date and time
-
arrival location
-
arrival date and time
-
From ReferenceListProduct/Product(@type ProductAir)/PassengerFlight, the passenger type code (PTC
Passenger Type Code, used to categorize travelers. The most common PTCs are adult (ADT), child (CNN), and infant (INF). You can request a maximum of 9 passengers in one Search request.).
Optional JSON Search Response Objects in AirPrice Request
The following data from the Search response is optional in the Air Pricing request:
-
Brand tier: From ReferenceListBrand/Brand of the relevant ProductBrandOffering, the brand
An upgrade from the base fare that includes certain features in the price, such as wifi or seat selection. Features included in a brand are specified in the brand attributes (BrandAttributes object). tier for each flight. When the brand tier differs for each flight, you must send a flight reference for each brand tier.
-
Class of service: From ReferenceListProduct/Product(@type ProductAir)/PassengerFlight/FlightProduct of the relevant ProductBrandOffering, the class of service for each flight. You must end a flight reference for each class of service.
When ReferenceListProduct/Product(@type ProductAir) returns multiple instances of FlightSegment, the sequence defines the flights as connecting.
Other Required Information in AirPrice Request
In addition to the information from the Search response, all of the following is required in the SOAP/XML Air Pricing request (AirPriceReq):
-
The Billing Point of Sale Info Origin Application you use for Travelport SOAP/XML APIs.
-
All of the following for each segment:
-
A unique Key value.
-
A group number. Note the following:
-
When the flight is not connecting to another flight, the Group number of the air segment is unique.
-
When the flight is connecting to another flight., the Group number of the air segments is the same (Search sequence "1" "2" "3" = uAPI Group "1" "1" "1").
-
-
A connection
A change to a different airplane on the way to the destination. indicator. Note the following:
-
When the flight is connecting to another flight and the JSON API Search response returns the boundFlightsInd, AirSegment/Connection must be sent in the SOAP/XML AirPrice Request for the air segment.
-
-
The provider code you use for SOAP/XML APIs.
-
-
A unique Key value for each passenger.
-
The Air pricing command.
Search to AirPricing Object Mapping
The table below maps the individual objects from the Search response to their corresponding location in the SOAP/XML Air Pricing request.
JSON Search Response Object... |
... maps to SOAP/XML Air Pricing Request Element |
---|---|
ReferenceListFlight |
AirItinerary |
Flight/carrier |
AirSegment @Carrier |
Flight/number |
AirSegment @FlightNumber |
Flight/equipment | AirSegment @Equipment |
Departure/location |
AirSegment @Origin |
Arrival/location |
AirSegment @Destination |
Departure/date + /time |
AirSegment @DepartureTime |
Arrival/date + /time |
AirSegment @ArrivalTime |
ReferenceListProduct/Product (@type ProductAir)/FlightSegment/sequence |
AirSegment @Group (see notes above on Group number) |
ReferenceListProduct/Product (@type ProductAir)/FlightSegment/boundFlightsInd |
AirSegment/Connection (see notes above on Connection indicator) |
ReferenceListProduct/Product (@type ProductAir)/PassengerFlight/passengerTypeCode |
SearchPassenger @Code SearchPassenger @BookingTravelerRef |
ReferenceListBrand/Brand/tier |
AirPricingCommand/AirSegmentPricingModifiers @BrandTier |
ReferenceListProduct/Product (@type ProductAir)/PassengerFlight/FlightProduct/classOfService |
AirPricingCommand/AirSegmentPricingModifiers/PermittedBookingCodes/BookingCode @Code AirPricingCommand/AirSegmentPricingModifiers @AirSegmentRef |
Examples
The following example Search request is for a one-way An itinerary with a single destination; e.g., LHR > CDG. itinerary from SFO to DSM with one passenger.

{
"CatalogProductOfferingsQueryRequest": {
"CatalogProductOfferingsRequest": {
"@type": "CatalogProductOfferingsRequestAir",
"maxNumberOfUpsellsToReturn": 0,
"contentSourceList": [
"GDS
Global Distribution System. A GDS aggregates and distributes air, hotel, and car rental content such as schedules, fares, and upsells. In the JSON APIs, GDS content is distributed from Travelport."
],
"PassengerCriteria": [
{
"number": "1",
"passengerTypeCode": "ADT"
}
],
"SearchCriteriaFlight": [
{
"departureDate": "2024-05-27",
"From": {
"value": "SFO"
},
"To": {
"value": "DSM"
}
}
]
}
}
}
For brevity, the following examples omits object instances not relevant to this flow. Data from segments 37 and 38 (37s and 38s) and product 0 (p0) from the following example are sent in the AirPricing example that follows.

{
"CatalogProductOfferingsResponse": {
"@type": "CatalogProductOfferingsResponse",
"transactionId": "43147ea8-7123-431b-afc6-4404af75c7eb:ppnd1001",
"traceId": "testing_uat",
"CatalogProductOfferings": {
"@type": "CatalogProductOfferings",
"CatalogProductOffering": [
{
"@type": "CatalogProductOffering",
"sequence": 1,
"id": "o1",
"Departure": "SJC",
"Arrival": "DSM",
"Brand": [
{
"@type": "BrandID",
"BrandRef": "b0"
},
{
"@type": "BrandID",
"BrandRef": "b4"
}
],
"ProductBrandOptions": [
{
"@type": "ProductBrandOptions",
"flightRefs": [
"s37",
"s38"
],
"ProductBrandOffering": [
{
"@type": "ProductBrandOffering",
"Price": {
"@type": "PriceDetail",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 346,
"TotalTaxes": 64,
"TotalFees": 0,
"TotalPrice": 410,
"PriceBreakdown": [
{
"@type": "PriceBreakdownAir",
"quantity": 1,
"requestedPassengerType": "ADT",
"Amount": {
"@type": "Amount",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 346,
"Taxes": {
"@type": "TaxesDetail",
"TotalTaxes": 64,
"Tax": [
{
"taxCode": "AY",
"value": 8.8
},
{
"taxCode": "US",
"value": 26
},
{
"taxCode": "XF",
"value": 14.2
},
{
"taxCode": "ZP",
"value": 15
}
]
},
"Fees": {
"@type": "FeesDetail",
"TotalFees": 0
},
"Total": 410
},
"Surcharges": {
"@type": "SurchargesDetail",
"approximateInd": true,
"TotalSurcharges": 29,
"Surcharge": [
{
"currencyCode": "AUD",
"purpose": "Other",
"decimalPlace": 2,
"value": 29
}
]
}
}
]
},
"Brand": {
"@type": "BrandID",
"BrandRef": "b0"
},
"Product": [
{
"@type": "ProductID",
"productRef": "p0"
}
],
"TermsAndConditions": {
"@type": "TermsAndConditionsID",
"termsAndConditionsRef": "T0"
},
"CombinabilityCode": [
"j1"
],
"BestCombinablePrice": {
"@type": "BestCombinablePriceDetail",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 346,
"TotalTaxes": 64,
"TotalPrice": 410,
"PriceBreakdown": [
{
"@type": "PriceBreakdownAir",
"quantity": 1,
"requestedPassengerType": "ADT",
"Amount": {
"@type": "Amount",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 346,
"Taxes": {
"@type": "TaxesDetail",
"TotalTaxes": 64,
"Tax": [
{
"taxCode": "AY",
"value": 8.8
},
{
"taxCode": "US",
"value": 26
},
{
"taxCode": "XF",
"value": 14.2
},
{
"taxCode": "ZP",
"value": 15
}
]
},
"Total": 410
}
}
]
},
"CO2EmissionsData": {
"@type": "CO2EmissionsData",
"Actual": {
"measurementType": "Weight",
"unit": "Kilograms",
"value": 235
},
"Typical": {
"measurementType": "Weight",
"unit": "Kilograms",
"value": 254
},
"Variance": -7
}
}
]
},
{
"@type": "ProductBrandOptions",
"flightRefs": [
"s19",
"s20"
],
"ProductBrandOffering": [
{
"@type": "ProductBrandOffering",
"Price": {
"@type": "PriceDetail",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 478,
"TotalTaxes": 73.9,
"TotalFees": 0,
"TotalPrice": 551.9,
"PriceBreakdown": [
{
"@type": "PriceBreakdownAir",
"quantity": 1,
"requestedPassengerType": "ADT",
"Amount": {
"@type": "Amount",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 478,
"Taxes": {
"@type": "TaxesDetail",
"TotalTaxes": 73.9,
"Tax": [
{
"taxCode": "AY",
"value": 8.8
},
{
"taxCode": "US",
"value": 36
},
{
"taxCode": "XF",
"value": 14.2
},
{
"taxCode": "ZP",
"value": 15
}
]
},
"Fees": {
"@type": "FeesDetail",
"TotalFees": 0
},
"Total": 551.9
},
"Surcharges": {
"@type": "SurchargesDetail",
"approximateInd": true,
"TotalSurcharges": 29,
"Surcharge": [
{
"currencyCode": "AUD",
"purpose": "Other",
"decimalPlace": 2,
"value": 29
}
]
}
}
]
},
"Brand": {
"@type": "BrandID",
"BrandRef": "b4"
},
"Product": [
{
"@type": "ProductID",
"productRef": "p21"
}
],
"TermsAndConditions": {
"@type": "TermsAndConditionsID",
"termsAndConditionsRef": "T9"
},
"CombinabilityCode": [
"j10"
],
"BestCombinablePrice": {
"@type": "BestCombinablePriceDetail",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 478,
"TotalTaxes": 73.9,
"TotalPrice": 551.9,
"PriceBreakdown": [
{
"@type": "PriceBreakdownAir",
"quantity": 1,
"requestedPassengerType": "ADT",
"Amount": {
"@type": "Amount",
"CurrencyCode": {
"decimalPlace": 2,
"value": "AUD"
},
"Base": 478,
"Taxes": {
"@type": "TaxesDetail",
"TotalTaxes": 73.9,
"Tax": [
{
"taxCode": "AY",
"value": 8.8
},
{
"taxCode": "US",
"value": 35.9
},
{
"taxCode": "XF",
"value": 14.2
},
{
"taxCode": "ZP",
"value": 15
}
]
},
"Total": 551.9
}
}
]
},
"CO2EmissionsData": {
"@type": "CO2EmissionsData",
"Actual": {
"measurementType": "Weight",
"unit": "Kilograms",
"value": 235
},
"Typical": {
"measurementType": "Weight",
"unit": "Kilograms",
"value": 254
},
"Variance": -7
}
}
]
}
]
},
{...},
{...},
{...},
{...},
{...},
{...},
{...}
]
},
"Result": {
"@type": "Result"
},
"ReferenceList": [
{
"@type": "ReferenceListFlight",
"Flight": [
{
"@type": "FlightDetail",
"distance": 1573,
"duration": "PT3H45M",
"carrier": "DL",
"number": "2521",
"equipment": "320",
"id": "s37",
"Departure": {
"@type": "DepartureDetail",
"terminal": "A",
"location": "SJC",
"date": "2024-05-27",
"time": "06:30:00"
},
"Arrival": {
"@type": "ArrivalDetail",
"terminal": "1",
"location": "MSP",
"date": "2024-05-27",
"time": "12:15:00"
},
"AvailabilitySourceCode": "S"
},
{
"@type": "FlightDetail",
"distance": 233,
"duration": "PT1H17M",
"carrier": "DL",
"number": "5063",
"operatingCarrierName": "ENDEAVOR AIR DBA DELTA CONNECTION",
"equipment": "CR9",
"id": "s38",
"Departure": {
"@type": "DepartureDetail",
"terminal": "1",
"location": "MSP",
"date": "2024-05-27",
"time": "15:30:00"
},
"Arrival": {
"@type": "ArrivalDetail",
"location": "DSM",
"date": "2024-05-27",
"time": "16:47:00"
},
"AvailabilitySourceCode": "S"
},
]
},
{
"@type": "ReferenceListProduct",
"Product": [
{
"@type": "ProductAir",
"totalDuration": "PT8H17M",
"id": "p0",
"Quantity": 9,
"FlightSegment": [
{
"@type": "FlightSegment",
"sequence": 1,
"connectionDuration": "PT3H15M",
"boundFlightsInd": true,
"Flight": {
"@type": "FlightID",
"FlightRef": "s37"
},
"Co2Actual": {
"measurementType": "Weight",
"unit": "Kilograms",
"value": 170
}
},
{
"@type": "FlightSegment",
"sequence": 2,
"Flight": {
"@type": "FlightID",
"FlightRef": "s38"
},
"Co2Actual": {
"measurementType": "Weight",
"unit": "Kilograms",
"value": 65
}
}
],
"PassengerFlight": [
{
"@type": "PassengerFlight",
"passengerQuantity": 1,
"passengerTypeCode": "ADT",
"FlightProduct": [
{
"@type": "FlightProduct",
"segmentSequence": [
1,
2
],
"classOfService": "E",
"cabin": "Economy",
"fareBasisCode": "UAWNA0BC",
"fareType": "PublicFare",
"fareTypeCode": "EOU",
"Brand": {
"@type": "BrandID",
"BrandRef": "b0"
}
}
]
}
]
},
]
},
{
"@type": "ReferenceListTermsAndConditions",
"TermsAndConditions": [...]
},
{
"@type": "ReferenceListBrand",
"Brand": [
{...},
{...},
{
"@type": "Brand",
"name": "Main Cabin",
"tier": 2,
"shelfNumbers": [],
"id": "b4",
"Identifier": {
"value": "1083648"
},
"BrandAttribute": [
{
"@type": "BrandAttribute",
"classification": "Refund",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "Meals",
"inclusion": "Included"
},
{
"@type": "BrandAttribute",
"classification": "CarryOn",
"inclusion": "Included"
},
{
"@type": "BrandAttribute",
"classification": "CheckedBag",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "LieFlatSeat",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "Rebooking",
"inclusion": "Included"
},
{
"@type": "BrandAttribute",
"classification": "SeatAssignment",
"inclusion": "Included"
}
],
"AdditionalBrandAttribute": [
{
"@type": "AdditionalBrandAttribute",
"Classification": "Priority CheckIn",
"Inclusion": "Not Offered"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "Lounge Access",
"Inclusion": "Not Offered"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "Priority Boarding",
"Inclusion": "Not Offered"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "Mileage Accrual",
"Inclusion": "Included"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "In Flight Entertainment",
"Inclusion": "Included"
}
]
},
{...},
{
"@type": "Brand",
"name": "Basic Economy",
"tier": 1,
"shelfNumbers": [],
"id": "b0",
"Identifier": {
"value": "1083649"
},
"BrandAttribute": [
{
"@type": "BrandAttribute",
"classification": "Refund",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "Meals",
"inclusion": "Included"
},
{
"@type": "BrandAttribute",
"classification": "CarryOn",
"inclusion": "Included"
},
{
"@type": "BrandAttribute",
"classification": "CheckedBag",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "LieFlatSeat",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "Rebooking",
"inclusion": "Not Offered"
},
{
"@type": "BrandAttribute",
"classification": "SeatAssignment",
"inclusion": "Not Offered"
}
],
"AdditionalBrandAttribute": [
{
"@type": "AdditionalBrandAttribute",
"Classification": "Priority CheckIn",
"Inclusion": "Not Offered"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "Lounge Access",
"Inclusion": "Not Offered"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "Priority Boarding",
"Inclusion": "Included"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "Mileage Accrual",
"Inclusion": "Not Offered"
},
{
"@type": "AdditionalBrandAttribute",
"Classification": "In Flight Entertainment",
"Inclusion": "Included"
}
]
},
{...}
]
}
]
}
}
The following example AirPricing request sends the required details from the Search response above.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<air:AirPriceReq TargetBranch="P7043349" AuthorizedBy="Eve" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:com="http://www.travelport.com/schema/common_v50_0" xmlns:common_v50_0="http://www.travelport.com/schema/common_v50_0">
<com:BillingPointOfSaleInfo OriginApplication="Your OriginApplication value"/>
<air:AirItinerary>
<air:AirSegment Key="dC+/XPHqWDKAQGAAAAAAAA==" Group="0" ProviderCode="1G" Carrier="DL" ClassOfService="E" FlightNumber="2521" Origin="SJC" Destination="MSP" DepartureTime="2024-05-27T06:30:00.000" ArrivalTime="2024-05-27T12:15:00.000" Equipment="320"/>
<air:AirSegment Key="dC+/XPHqWDKAXGAAAAAAAA==" Group="0" ProviderCode="1G" Carrier="DL" ClassOfService="E" FlightNumber="5063" Origin="MSP" Destination="DSM" DepartureTime="2024-05-27T15:30:00.000" ArrivalTime="2024-05-27T16:47:00.000" Equipment="CR9"/>
</air:AirItinerary>
<com:SearchPassenger BookingTravelerRef="1" Code="ADT"/>
<air:AirPricingCommand>
</air:AirPricingCommand>
</air:AirPriceReq>
</soap:Body>
</soap:Envelope>
The following example AirPricing response returns pricing for the flights sent in the AirPricing request above.

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<air:AirPriceRsp TransactionId="AF4024930A0D6A90751D554002C95B05" ResponseTime="369" xmlns:air="http://www.travelport.com/schema/air_v50_0" xmlns:common_v50_0="http://www.travelport.com/schema/common_v50_0">
<common_v50_0:ResponseMessage Code="710401" Type="Warning" ProviderCode="1G">Taxes returned at the FareInfo level are for informational purposes only, and may differ from those returned at the Itinerary/Passenger Type levels.</common_v50_0:ResponseMessage>
<common_v50_0:ResponseMessage Code="0" Type="Warning" ProviderCode="1G">The price is informational and can only be stored manually.</common_v50_0:ResponseMessage>
<air:AirItinerary>
<air:AirSegment Key="9WU0tqQqWDKAhHBAAAAAAA==" Group="0" Carrier="DL" FlightNumber="2521" ProviderCode="1G" Origin="SJC" Destination="MSP" DepartureTime="2024-05-27T06:30:00.000-07:00" ArrivalTime="2024-05-27T12:15:00.000-05:00" FlightTime="225" TravelTime="225" Distance="1573" ClassOfService="E" Equipment="320" ChangeOfPlane="false" OptionalServicesIndicator="false" AvailabilitySource="Q" PolledAvailabilityOption="O and D cache or polled status used with different local status" AvailabilityDisplayType="Fare Specific Fare Quote Unbooked">
<air:CodeshareInfo OperatingCarrier="DL">Delta Air Lines</air:CodeshareInfo>
<air:FlightDetails Key="9WU0tqQqWDKAiHBAAAAAAA==" Origin="SJC" Destination="MSP" DepartureTime="2024-05-27T06:30:00.000-07:00" ArrivalTime="2024-05-27T12:15:00.000-05:00" FlightTime="225" TravelTime="225" Distance="1573"/>
</air:AirSegment>
<air:AirSegment Key="9WU0tqQqWDKAjHBAAAAAAA==" Group="0" Carrier="DL" FlightNumber="5063" ProviderCode="1G" Origin="MSP" Destination="DSM" DepartureTime="2024-05-27T15:30:00.000-05:00" ArrivalTime="2024-05-27T16:47:00.000-05:00" FlightTime="77" TravelTime="77" Distance="233" ClassOfService="E" Equipment="CR9" ChangeOfPlane="false" OptionalServicesIndicator="false" AvailabilitySource="Q" PolledAvailabilityOption="O and D cache or polled status used with different local status" AvailabilityDisplayType="Fare Specific Fare Quote Unbooked">
<air:CodeshareInfo OperatingCarrier="DL">Delta Air Lines</air:CodeshareInfo>
<air:FlightDetails Key="9WU0tqQqWDKAkHBAAAAAAA==" Origin="MSP" Destination="DSM" DepartureTime="2024-05-27T15:30:00.000-05:00" ArrivalTime="2024-05-27T16:47:00.000-05:00" FlightTime="77" TravelTime="77" Distance="233"/>
</air:AirSegment>
</air:AirItinerary>
<air:AirPriceResult>
<air:AirPricingSolution Key="9WU0tqQqWDKAlHBAAAAAAA==" TotalPrice="AUD410.00" BasePrice="USD221.39" ApproximateTotalPrice="AUD410.00" ApproximateBasePrice="AUD346.00" EquivalentBasePrice="AUD346.00" Taxes="AUD64.00" Fees="AUD0.00" ApproximateTaxes="AUD64.00" QuoteDate="2023-09-20">
<air:AirSegmentRef Key="9WU0tqQqWDKAhHBAAAAAAA=="/>
<air:AirSegmentRef Key="9WU0tqQqWDKAjHBAAAAAAA=="/>
<air:AirPricingInfo Key="9WU0tqQqWDKAnHBAAAAAAA==" TotalPrice="AUD410.00" BasePrice="USD221.39" ApproximateTotalPrice="AUD410.00" ApproximateBasePrice="AUD346.00" EquivalentBasePrice="AUD346.00" ApproximateTaxes="AUD64.00" Taxes="AUD64.00" LatestTicketingTime="2023-09-21T23:59:00.000+10:00" PricingMethod="Guaranteed" IncludesVAT="false" ETicketability="Yes" PlatingCarrier="DL" ProviderCode="1G">
<air:FareInfo Key="9WU0tqQqWDKAsHBAAAAAAA==" FareBasis="UAWNA0BC" PassengerTypeCode="ADT" Origin="SJC" Destination="DSM" EffectiveDate="2023-09-21T07:02:00.000+10:00" DepartureDate="2024-05-27" Amount="AUD346.00" NegotiatedFare="false" NotValidBefore="2024-05-27" NotValidAfter="2024-05-27" TaxAmount="AUD64.00">
<common_v50_0:Endorsement Value="NONREF"/>
<common_v50_0:Endorsement Value="NOPRE RSVDSEAT"/>
<air:FareRuleKey FareInfoRef="9WU0tqQqWDKAsHBAAAAAAA==" ProviderCode="1G">6UUVoSldxwgK6PvAXbNmjsbKj3F8T9EyxsqPcXxP0TLGyo9xfE/RMsuWFfXVd1OAly5qxZ3qLwOXLmrFneovA5cuasWd6i8Dly5qxZ3qLwOXLmrFneovA9dHkMNnZggHTDjQ/kmAYOw3aSkvhp2ybT6xfH+iX9maLR8jg9156xWR6ourDpAdD+Mop7WwBi8jxuBdNuiAKWjiTIV1SHFTder/bRGkSYBehf6E18cRejGnsahilB5/WMheQDUITjruh0R+9p0loj22w8z4t/zTxhdBMIWWcywWQ8VztmZCE/5QkOqP6GWC3uN9ZCd/SpeAZWeUw8HPi1WBebdlUYXcJshnquBrEJo4AhLhFMje/UCdGy3b6Vm4apfVthdbjcWf5sVG0cydqZhyZsJr/NqEpCD52x3a7OntZrrFIcT7sKRea0QwqSmeKK4nIH4EDhVnNBqkNsIAyv+/he9va7VDH7+F729rtUMfv4Xvb2u1Qx9R6F6N7tsATw==</air:FareRuleKey>
<air:Brand Key="9WU0tqQqWDKAsHBAAAAAAA==" BrandID="1083649" UpSellBrandID="1083648" Name="BASIC ECONOMY" Carrier="DL" BrandTier="0001">
<air:Title Type="External" LanguageCode="EN">Basic Economy</air:Title>
<air:Title Type="Short" LanguageCode="EN">BASICECON</air:Title>
<air:Text Type="ATPCO
Airline Tariff Publishing Company, a company that collects and distributes fare data for the airline and travel industry." LanguageCode="EN">TIER 1 BASIC ECONOMY BRAND//0B5/D/PRERESERVED SEAT ASSIGNMENT//0MU/F/CARRYON BAG//BG1/C/FIRST BAG 23K 50LB 62LI158LCM//BG2/C/SECOND BAG 23K 50LB 62LI158LCM//CXL/C/CANCELLATION TOECREDIT//059/D/CHANGEABLETICKET//056/D/REFUNDABLE TICKET//BRD/F/LAST TOBOARD//BIN/F/LIMITED OVERHEAD BINSPACE//0CM/D/MILEAGE ACCRUAL//058/D/UPGRADEELIGIBILITY//08S/D/SAME DAYCHANGE//0BV/D/STANDBY//SBO/D/STANDARDBOARDING//0G6/D/PRIORITY BOARDING//03P/D/PRIORITYCHECK IN//MDL/D/STATUS ACCRUAL//0AV/C/ALCOHOLICDRINK//0AT/F/SNACK//0CL/C/INTERNETACCESS//OEA/F/INFLIGHTENTERTAINMENT//0BH/C/UNACCOMPANIED MINOR</air:Text>
<air:Text Type="Upsell
A fare presented along with the base fare as a higher level of service, usually a branded fare. Returned if filed by the carrier and requested with maxNumberOfUpsellsToReturn in the Search request." LanguageCode="EN">Upgrade to Main Cabin for added flexibility, including seat selection at purchase, same day travel changes (subject to availability, fees may apply) and full Medallion® benefits</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">"FOR EVERYONE’S SAFETY, MASKS ARE NOW REQUIRED.
In compliance with CDC recommendations, we are requiring all employees and customers to wear masks or face coverings.
SETTING THE STANDARD FOR SAFER TRAVEL
Our new Delta CareStandard(sm) focuses on clean surfaces, more space, safer service and personal care-
Save with Basic Economy, but please remember refunds and changes are not available
• No changes or refunds allowed
• Seat(s) assigned after check-in, may not be together
• Ineligible for upgrades
• No ticket value upon cancellation
• Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above."</air:Text>
<air:Text Type="Strapline" LanguageCode="EN">Low Fare with Restrictions</air:Text>
<air:ImageLocation Type="Agent" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/delta/DL_general_medium_21.jpg</air:ImageLocation>
<air:OptionalServices>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0MU" Key="9WU0tqQqWDKAvHBAAAAAAA==" SecondaryType="CY" Chargeable="Included in the brand" OptionalServicesRuleRef="9WU0tqQqWDKAwHBAAAAAAA==" Tag="Carry On Hand Baggage" DisplayOrder="2">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Carry on bags</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88855.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD
Electronic miscellaneous document (EMD); issued for a paid seat, ancillary, or any other paid service after successful payment. See the Ancillary and EMD Guide. AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">Carry on baggage</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Baggage may not exceed 45 linear inches (or 114 cm) in combined length, width and height, including any handles and wheels.
Baggage must meet carry on size limits (approximately 22" x 14" x 9" or 56 x 35 x 23 cm).</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Baggage may not exceed 45 linear inches (or 114 cm) in combined length, width and height, including any handles and wheels.
Baggage must meet carry on size limits (approximately 22" x 14" x 9" or 56 x 35 x 23 cm).</air:Text>
<air:Title Type="External" LanguageCode="EN">Carry on bags</air:Title>
<air:Title Type="Short" LanguageCode="EN">Carry on</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="BG1" Key="9WU0tqQqWDKAxHBAAAAAAA==" Chargeable="Available for a charge" OptionalServicesRuleRef="9WU0tqQqWDKAyHBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>First Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdnpp.travelport.com/delta/DL_general_small_394207.png"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88838.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">First Checked Bag</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN"/>
<air:Title Type="External" LanguageCode="EN">First Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN">1CheckedBa</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="BG2" Key="9WU0tqQqWDKAzHBAAAAAAA==" Chargeable="Available for a charge" OptionalServicesRuleRef="9WU0tqQqWDKA0HBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Second Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88841.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">Second Checked Bag</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Title Type="External" LanguageCode="EN">Second Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN">2Checked B</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="BG3" Key="9WU0tqQqWDKA1HBAAAAAAA==" Chargeable="Not offered" OptionalServicesRuleRef="9WU0tqQqWDKA2HBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>First 32kg Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88838.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">First Checked 32kg Bag</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Title Type="External" LanguageCode="EN">First 32kg Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN">FirstJChec</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="BG4" Key="9WU0tqQqWDKA3HBAAAAAAA==" Chargeable="Not offered" OptionalServicesRuleRef="9WU0tqQqWDKA4HBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Second 32kg Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88841.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Title Type="External" LanguageCode="EN">Second 32kg Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN"/>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="CXL" Key="9WU0tqQqWDKA5HBAAAAAAA==" SecondaryType="VC" Chargeable="Available for a charge" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Cancellation To Ecredit</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Cancellation To Ecredit</air:Text>
<air:Title Type="External" LanguageCode="EN">Cancellation To Ecredit</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="SBO" Key="9WU0tqQqWDKA6HBAAAAAAA==" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Standard boarding</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Standard boarding priority</air:Text>
<air:Title Type="External" LanguageCode="EN">Standard boarding</air:Title>
<air:Title Type="Short" LanguageCode="EN">StdBoard</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" Key="9WU0tqQqWDKA7HBAAAAAAA==" SecondaryType="PS" Chargeable="Not offered" Tag="Priority Services" DisplayOrder="13">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Priority Services</common_v50_0:Description>
</common_v50_0:ServiceInfo>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="056" Key="9WU0tqQqWDKA8HBAAAAAAA==" SecondaryType="RF" Chargeable="Not offered" Tag="Refund" DisplayOrder="4">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Refundable Ticket</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88854.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88854.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Cancelling your reservation</air:Text>
<air:Title Type="External" LanguageCode="EN">Refundable Ticket</air:Title>
<air:Title Type="Short" LanguageCode="EN">Refunds</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="EXL" Key="9WU0tqQqWDKA9HBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Extra legroom</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88846.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88846.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Extra space to stretch out</air:Text>
<air:Title Type="External" LanguageCode="EN">Extra legroom</air:Title>
<air:Title Type="Short" LanguageCode="EN">Xlegroom</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="LFS" Key="9WU0tqQqWDKA+HBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Lie flat seat</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193207.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193207.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">The ultimate in comfort</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">If the flight is operated by another airline then the onboard seating options might be different.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">If the flight is operated by another airline then the onboard seating options might be different.</air:Text>
<air:Title Type="External" LanguageCode="EN">Lie flat seat</air:Title>
<air:Title Type="Short" LanguageCode="EN">LieFlatST</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="05Z" Key="9WU0tqQqWDKA/HBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Premium seat</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193208.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193208.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">More space and comfort</air:Text>
<air:Title Type="External" LanguageCode="EN">Premium seat</air:Title>
<air:Title Type="Short" LanguageCode="EN">PremST</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="STS" Key="9WU0tqQqWDKAAIBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Standard Seat</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Standard Seat</air:Text>
<air:Title Type="External" LanguageCode="EN">Standard Seat</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="058" Key="9WU0tqQqWDKABIBAAAAAAA==" SecondaryType="UE" Chargeable="Not offered" Tag="Upgrade" DisplayOrder="9">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Upgrade eligibility</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193205.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193205.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Why not try an upgrade</air:Text>
<air:Title Type="External" LanguageCode="EN">Upgrade eligibility</air:Title>
<air:Title Type="Short" LanguageCode="EN">Upgrades</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="059" Key="9WU0tqQqWDKACIBAAAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Changeable ticket</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
</common_v50_0:ServiceInfo>
<air:Title Type="External" LanguageCode="EN">Changeable ticket</air:Title>
<air:Title Type="Short" LanguageCode="EN">Changes</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="08S" Key="9WU0tqQqWDKADIBAAAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Same day change</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Making changes on the day</air:Text>
<air:Title Type="External" LanguageCode="EN">Same day change</air:Title>
<air:Title Type="Short" LanguageCode="EN">SameDYCHG</air:Title>
</air:OptionalService>
<air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0B5" Key="9WU0tqQqWDKAEIBAAAAAAA==" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Pre reserved seat assignment</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88843.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88843.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Pre book your preferred seat</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text>
<air:Title Type="External" LanguageCode="EN">Pre reserved seat assignment</air:Title>
<air:Title Type="Short" LanguageCode="EN">Seating</air:Title>
</air:OptionalService>
<air:OptionalService Type="MealOrBeverage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0AT" Key="9WU0tqQqWDKAFIBAAAAAAA==" SecondaryType="SN" Chargeable="Included in the brand" Tag="Meals and Beverages" DisplayOrder="6">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Snack</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88856.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88856.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">TREAT YOUR TASTEBUDS
Conquer your cravings and enjoy classic snacks and meals for purchase on domestic flights. Or, savor delicious new selections on long-haul international flights, including enhanced meals, snacks and ice cream* paired with a complimentary large water bottle, beer, wine and spirits.
For more information on the meal options available on your flight, click "Details" and select "Meal Services." Dining offerings are based on flight distance.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">TREAT YOUR TASTEBUDS
Conquer your cravings and enjoy classic snacks and meals for purchase on domestic flights. Or, savor delicious new selections on long-haul international flights, including enhanced meals, snacks and ice cream* paired with a complimentary large water bottle, beer, wine and spirits.
For more information on the meal options available on your flight, click "Details" and select "Meal Services." Dining offerings are based on flight distance.</air:Text>
<air:Title Type="External" LanguageCode="EN">Snack</air:Title>
<air:Title Type="Short" LanguageCode="EN">Snack</air:Title>
</air:OptionalService>
<air:OptionalService Type="MealOrBeverage" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0AV" Key="9WU0tqQqWDKAGIBAAAAAAA==" SecondaryType="DR" Chargeable="Available for a charge" Tag="Meals and Beverages" DisplayOrder="6">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Alcoholic Drink</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88844.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88844.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">Enjoy a selection of complimentary beers, wines, and spirits onboard your flight in Delta OneTM, First Class, and Delta Comfort+TM and on most long-haul international flights in the Main Cabin.
On Delta Shuttle ® flights, complimentary beer and wine is offered throughout the Main Cabin and with complimentary beer, wine and spirits offered in First Class.
Delta Shuttle flights may be operated be Delta Shuttle carriers Compass Airlines and Shuttle America.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Enjoy a selection of complimentary beers, wines, and spirits onboard your flight in Delta OneTM, First Class, and Delta Comfort+TM and on most long-haul international flights in the Main Cabin.
On Delta Shuttle ® flights, complimentary beer and wine is offered throughout the Main Cabin and with complimentary beer, wine and spirits offered in First Class.
Delta Shuttle flights may be operated be Delta Shuttle carriers Compass Airlines and Shuttle America.</air:Text>
<air:Title Type="External" LanguageCode="EN">Alcoholic Drink</air:Title>
<air:Title Type="Short" LanguageCode="EN">Alcoholic</air:Title>
</air:OptionalService>
<air:OptionalService Type="InFlightEntertainment" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="OEA" Key="9WU0tqQqWDKAHIBAAAAAAA==" Chargeable="Included in the brand" Tag="In Flight Entertainment" DisplayOrder="11">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Inflight Entertainment</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88858.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88858.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">Delta Studio® is available on select aircraft flying both domestic and transoceanic routes. Entertainment options may vary by aircraft and route.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Delta Studio® is available on select aircraft flying both domestic and transoceanic routes. Entertainment options may vary by aircraft and route.</air:Text>
<air:Title Type="External" LanguageCode="EN">Inflight Entertainment</air:Title>
<air:Title Type="Short" LanguageCode="EN">Inflight E</air:Title>
</air:OptionalService>
<air:OptionalService Type="InFlightEntertainment" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0CL" Key="9WU0tqQqWDKAIIBAAAAAAA==" SecondaryType="IT" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>WiFi</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88347.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88347.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Stay connected on board</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Throughout the Delta fleet, we have the technology and entertainment that help your trip fly by.
Delta is one of the largest providers of in-flight WiFi in the world, and with more than 1,100 enabled aircraft, WiFi access is offered on nearly all flights.
InFlight Wi-Fi powered by Gogo® is installed on all aircraft with two or more cabins.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Throughout the Delta fleet, we have the technology and entertainment that help your trip fly by.
Delta is one of the largest providers of in-flight WiFi in the world, and with more than 1,100 enabled aircraft, WiFi access is offered on nearly all flights.
InFlight Wi-Fi powered by Gogo® is installed on all aircraft with two or more cabins.</air:Text>
<air:Title Type="External" LanguageCode="EN">WiFi</air:Title>
<air:Title Type="Short" LanguageCode="EN">WiFi</air:Title>
</air:OptionalService>
<air:OptionalService Type="InFlightEntertainment" CreateDate="2023-09-19T21:02:11.445+00:00" Key="9WU0tqQqWDKAJIBAAAAAAA==" SecondaryType="VG" Chargeable="Not offered" Tag="Video Games" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Video Games</common_v50_0:Description>
</common_v50_0:ServiceInfo>
</air:OptionalService>
<air:OptionalService Type="FrequentFlyer" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="MDL" Key="9WU0tqQqWDKAKIBAAAAAAA==" Chargeable="Not offered" Tag="Mileage Accrual" DisplayOrder="8">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Status Accrual</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Status Accrual</air:Text>
<air:Title Type="External" LanguageCode="EN">Status Accrual</air:Title>
</air:OptionalService>
<air:OptionalService Type="FrequentFlyer" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0CM" Key="9WU0tqQqWDKALIBAAAAAAA==" SecondaryType="MG" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Mileage accrual</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88860.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88860.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Earn Delta SkyMiles when you fly.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Earn Delta SkyMiles when you fly.</air:Text>
<air:Title Type="External" LanguageCode="EN">Mileage accrual</air:Title>
<air:Title Type="Short" LanguageCode="EN">Miles</air:Title>
</air:OptionalService>
<air:OptionalService Type="Lounge" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0BX" Key="9WU0tqQqWDKAMIBAAAAAAA==" Chargeable="Not offered" Tag="Lounge Access" DisplayOrder="10">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Lounge access</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88849.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88849.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Ticket"/>
<air:Text Type="Strapline" LanguageCode="EN">Somewhere quiet to work or relax</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Looking for a retreat where you can work or relax before your flight? Let Delta Sky Club be your destination between destinations</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Looking for a retreat where you can work or relax before your flight? Let Delta Sky Club be your destination between destinations</air:Text>
<air:Title Type="External" LanguageCode="EN">Lounge access</air:Title>
<air:Title Type="Short" LanguageCode="EN">Lounges</air:Title>
</air:OptionalService>
<air:OptionalService Type="Standby" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0BV" Key="9WU0tqQqWDKANIBAAAAAAA==" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Standby</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">The option to standby on full flights</air:Text>
<air:Title Type="External" LanguageCode="EN">Standby</air:Title>
<air:Title Type="Short" LanguageCode="EN">Standby</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="BRD" Key="9WU0tqQqWDKAOIBAAAAAAA==" SecondaryType="PR" Chargeable="Included in the brand" Tag="Priority Boarding" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Last To Board</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Last To Board</air:Text>
<air:Title Type="External" LanguageCode="EN">Last To Board</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="BIN" Key="9WU0tqQqWDKAPIBAAAAAAA==" SecondaryType="PR" Chargeable="Included in the brand" Tag="Priority Boarding" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Limited Overhead Bin Space</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Limited Overhead Bin Space</air:Text>
<air:Title Type="External" LanguageCode="EN">Limited Overhead Bin Space</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="03P" Key="9WU0tqQqWDKAQIBAAAAAAA==" SecondaryType="PO" Chargeable="Not offered" Tag="Priority CheckIn" DisplayOrder="14">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Priority check in</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Check in at a separate exclusive area</air:Text>
<air:Title Type="External" LanguageCode="EN">Priority check in</air:Title>
<air:Title Type="Short" LanguageCode="EN">PrioChk</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0G6" Key="9WU0tqQqWDKARIBAAAAAAA==" SecondaryType="PR" Chargeable="Not offered" Tag="Priority Boarding" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Priority Boarding</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Be amongst the first to board the aircraft</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Air travel is about getting you there. And Delta Sky Priority helps you get there faster with exclusive services designed to improve your travel experience at every step.
Now instead of waiting, youll always go first ; whether it’s through the airport, onto the plane or exiting baggage claim.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Air travel is about getting you there. And Delta Sky Priority helps you get there faster with exclusive services designed to improve your travel experience at every step.
Now instead of waiting, youll always go first ; whether it’s through the airport, onto the plane or exiting baggage claim.</air:Text>
<air:Title Type="External" LanguageCode="EN">Priority Boarding</air:Title>
<air:Title Type="Short" LanguageCode="EN">PB</air:Title>
</air:OptionalService>
<air:OptionalService Type="UnaccompaniedTravel" CreateDate="2023-09-19T21:02:11.445+00:00" ServiceSubCode="0BH" Key="9WU0tqQqWDKASIBAAAAAAA==" SecondaryType="MR" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Unaccompanied minor</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Children travelling alone</air:Text>
<air:Title Type="External" LanguageCode="EN">Unaccompanied minor</air:Title>
<air:Title Type="Short" LanguageCode="EN">UCMR</air:Title>
</air:OptionalService>
<air:OptionalService Type="Wellbeing" CreateDate="2023-09-19T21:02:11.445+00:00" Key="9WU0tqQqWDKATIBAAAAAAA==" SecondaryType="WB" Chargeable="Not offered" Tag="Wellbeing" DisplayOrder="15">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Wellbeing</common_v50_0:Description>
</common_v50_0:ServiceInfo>
</air:OptionalService>
<air:OptionalServiceRules Key="9WU0tqQqWDKAwHBAAAAAAA==">
<common_v50_0:Remarks>Y,1,X,X,CY - W23,H35,L35,CM</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKAyHBAAAAAAA==">
<common_v50_0:Remarks>Y,1,KG,23,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKA0HBAAAAAAA==">
<common_v50_0:Remarks>Y,2,KG,23,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKA2HBAAAAAAA==">
<common_v50_0:Remarks>J,1,KG,32,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKA4HBAAAAAAA==">
<common_v50_0:Remarks>J,1,KG,32,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
</air:OptionalServices>
</air:Brand>
</air:FareInfo>
<air:BookingInfo BookingCode="E" CabinClass="Economy" FareInfoRef="9WU0tqQqWDKAsHBAAAAAAA==" SegmentRef="9WU0tqQqWDKAhHBAAAAAAA==" HostTokenRef="9WU0tqQqWDKAmHBAAAAAAA=="/>
<air:BookingInfo BookingCode="E" CabinClass="Economy" FareInfoRef="9WU0tqQqWDKAsHBAAAAAAA==" SegmentRef="9WU0tqQqWDKAjHBAAAAAAA==" HostTokenRef="9WU0tqQqWDKAmHBAAAAAAA=="/>
<air:TaxInfo Category="AY" Amount="AUD8.80" Key="9WU0tqQqWDKAoHBAAAAAAA=="/>
<air:TaxInfo Category="US" Amount="AUD26.00" Key="9WU0tqQqWDKApHBAAAAAAA=="/>
<air:TaxInfo Category="XF" Amount="AUD14.20" Key="9WU0tqQqWDKAqHBAAAAAAA==">
<common_v50_0:TaxDetail Amount="USD4.50" OriginAirport="SJC"/>
<common_v50_0:TaxDetail Amount="USD4.50" OriginAirport="MSP"/>
</air:TaxInfo>
<air:TaxInfo Category="ZP" Amount="AUD15.00" Key="9WU0tqQqWDKArHBAAAAAAA==">
<common_v50_0:TaxDetail Amount="USD4.80" OriginAirport="SJC"/>
<common_v50_0:TaxDetail Amount="USD4.80" OriginAirport="MSP"/>
</air:TaxInfo>
<air:FareCalc>SJC DL X/MSP DL DSM Q SJCDSM18.60 202.79UAWNA0BC USD221.39END</air:FareCalc>
<air:PassengerType Code="ADT"/>
<air:ChangePenalty PenaltyApplies="Anytime">
<air:Amount>AUD154.00</air:Amount>
</air:ChangePenalty>
<air:CancelPenalty PenaltyApplies="Anytime">
<air:Percentage>100.00</air:Percentage>
</air:CancelPenalty>
<air:BaggageAllowances>
<air:BaggageAllowanceInfo TravelerType="ADT" Origin="SJC" Destination="DSM" Carrier="DL">
<air:URLInfo>
<air:URL>VIEWTRIP.TRAVELPORT.COM/BAGGAGEPOLICY/DL</air:URL>
</air:URLInfo>
<air:TextInfo>
<air:Text>0P</air:Text>
<air:Text>BAGGAGE DISCOUNTS MAY APPLY BASED ON FREQUENT FLYER STATUS/ ONLINE CHECKIN/FORM OF PAYMENT/MILITARY/ETC.</air:Text>
</air:TextInfo>
<air:BagDetails ApplicableBags="1stChecked" BasePrice="USD30.00" ApproximateBasePrice="AUD46.83" TotalPrice="USD30.00" ApproximateTotalPrice="AUD46.83">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:BagDetails>
<air:BagDetails ApplicableBags="2ndChecked" BasePrice="USD40.00" ApproximateBasePrice="AUD62.45" TotalPrice="USD40.00" ApproximateTotalPrice="AUD62.45">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:BagDetails>
</air:BaggageAllowanceInfo>
<air:CarryOnAllowanceInfo Origin="SJC" Destination="MSP" Carrier="DL">
<air:TextInfo>
<air:Text>1P</air:Text>
</air:TextInfo>
<air:CarryOnDetails ApplicableCarryOnBags="1" BasePrice="USD0.00" ApproximateBasePrice="AUD0.00" TotalPrice="USD0.00" ApproximateTotalPrice="AUD0.00">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO45LI/115LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:CarryOnDetails>
</air:CarryOnAllowanceInfo>
<air:CarryOnAllowanceInfo Origin="MSP" Destination="DSM" Carrier="DL">
<air:TextInfo>
<air:Text>1P</air:Text>
</air:TextInfo>
<air:CarryOnDetails ApplicableCarryOnBags="1" BasePrice="USD0.00" ApproximateBasePrice="AUD0.00" TotalPrice="USD0.00" ApproximateTotalPrice="AUD0.00">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO45LI/115LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:CarryOnDetails>
</air:CarryOnAllowanceInfo>
</air:BaggageAllowances>
</air:AirPricingInfo>
<air:FareNote Key="9WU0tqQqWDKAWIBAAAAAAA==">RATE USED IN EQU TOTAL IS BSR 1USD - 1.561166AUD</air:FareNote>
<air:FareNote Key="9WU0tqQqWDKAXIBAAAAAAA==">LAST DATE TO PURCHASE TICKET: 21SEP23 MEL</air:FareNote>
<air:FareNote Key="9WU0tqQqWDKAYIBAAAAAAA==">TICKETING AGENCY 5KL6</air:FareNote>
<air:FareNote Key="9WU0tqQqWDKAZIBAAAAAAA==">DEFAULT PLATING CARRIER DL</air:FareNote>
<air:FareNote Key="9WU0tqQqWDKAaIBAAAAAAA==">E-TKT REQUIRED</air:FareNote>
<air:FareNote Key="9WU0tqQqWDKAbIBAAAAAAA==">TICKETING FEES MAY APPLY</air:FareNote>
<air:FareNote Key="9WU0tqQqWDKAcIBAAAAAAA==">DUAL INVENTORY FARE: RECOMMEND TICKET TODAY</air:FareNote>
<common_v50_0:HostToken Key="9WU0tqQqWDKAmHBAAAAAAA==">GFB10101ADT00 01UAWNA0BC 0200010002#GFB200010101NADTV30009B570010000399A9#GFMCEOU011N9B57 DL ADTUAWNA0BC</common_v50_0:HostToken>
</air:AirPricingSolution>
<air:AirPricingSolution Key="9WU0tqQqWDKAdIBAAAAAAA==" TotalPrice="AUD460.50" BasePrice="USD251.16" ApproximateTotalPrice="AUD460.50" ApproximateBasePrice="AUD393.00" EquivalentBasePrice="AUD393.00" Taxes="AUD67.50" Fees="AUD0.00" ApproximateTaxes="AUD67.50" QuoteDate="2023-09-20">
<air:AirSegmentRef Key="9WU0tqQqWDKAhHBAAAAAAA=="/>
<air:AirSegmentRef Key="9WU0tqQqWDKAjHBAAAAAAA=="/>
<air:AirPricingInfo Key="9WU0tqQqWDKAfIBAAAAAAA==" TotalPrice="AUD460.50" BasePrice="USD251.16" ApproximateTotalPrice="AUD460.50" ApproximateBasePrice="AUD393.00" EquivalentBasePrice="AUD393.00" ApproximateTaxes="AUD67.50" Taxes="AUD67.50" LatestTicketingTime="2023-09-21T23:59:00.000+10:00" PricingMethod="Guaranteed" IncludesVAT="false" ETicketability="Yes" PlatingCarrier="DL" ProviderCode="1G">
<air:FareInfo Key="9WU0tqQqWDKAkIBAAAAAAA==" FareBasis="LAUNA0MC" PassengerTypeCode="ADT" Origin="SJC" Destination="DSM" EffectiveDate="2023-09-21T07:02:00.000+10:00" DepartureDate="2024-05-27" Amount="AUD393.00" NegotiatedFare="false" TaxAmount="AUD67.50">
<air:FareRuleKey FareInfoRef="9WU0tqQqWDKAkIBAAAAAAA==" ProviderCode="1G">6UUVoSldxwgK6PvAXbNmjsbKj3F8T9EyxsqPcXxP0TLGyo9xfE/RMsuWFfXVd1OAly5qxZ3qLwOXLmrFneovA5cuasWd6i8Dly5qxZ3qLwOXLmrFneovA9dHkMNnZggHTDjQ/kmAYOw3aSkvhp2ybT6xfH+iX9maq4idTMLUZIiR6ourDpAdD1t/ZVk+ZM6eZMRDpSgAa9fiTIV1SHFTder/bRGkSYBehf6E18cRejGnsahilB5/WMheQDUITjruh0R+9p0loj22w8z4t/zTxoB1xjSbRrjKQ8VztmZCE/5QkOqP6GWC3kCpDCVxXYWBZWeUw8HPi1WBebdlUYXcJshnquBrEJo4AhLhFMje/UCdGy3b6Vm4apfVthdbjcWf5sVG0cydqZhyZsJr/NqEpFw68eaQw2NyZrrFIcT7sKRea0QwqSmeKK4nIH4EDhVnNBqkNsIAyv+/he9va7VDH7+F729rtUMfv4Xvb2u1Qx9R6F6N7tsATw==</air:FareRuleKey>
<air:Brand Key="9WU0tqQqWDKAkIBAAAAAAA==" BrandID="1083648" Name="MAIN CABIN" UpSellBrandFound="false" Carrier="DL" BrandTier="0002">
<air:Title Type="External" LanguageCode="EN">Main Cabin</air:Title>
<air:Title Type="Short" LanguageCode="EN">MAINCABIN</air:Title>
<air:Text Type="ATPCO" LanguageCode="EN">TIER 2 MAIN CABIN BRAND//0B5/F/PRERESERVED SEAT ASSIGNMENT//0MU/F/CARRYON BAG//BG1/C/FIRST BAG 23K 50LB 62LI158LCM//BG2/C/SECOND BAG 23K 50LB 62LI158LCM//059/F/CHANGEABLETICKET//056/D/REFUNDABLE TICKET//0CM/F/MILEAGEACCRUAL//058/C/UPGRADEELIGIBILITY//STS/F/STANDARD SEAT//08S/D/SAME DAYCHANGE//0BV/C/STANDBY//SBO/F/STANDARDBOARDING//0G6/C/PRIORITY BOARDING//03P/D/PRIORITYCHECK IN//MDL/F/STATUS ACCRUAL//0AV/C/ALCOHOLICDRINK//0AT/F/SNACK//0CL/C/INTERNETACCESS//OEA/F/INFLIGHTENTERTAINMENT//0BH/C/UNACCOMPANIED MINOR</air:Text>
<air:Text Type="Upsell" LanguageCode="EN">Upgrade to Main Cabin for added flexibility, including seat selection at purchase, same day travel changes (subject to availability, fees may apply) and full Medallion® benefits</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">"FOR EVERYONE’S SAFETY, MASKS ARE NOW REQUIRED.
In compliance with CDC recommendations, we are requiring all employees and customers to wear masks or face coverings.
SETTING THE STANDARD FOR SAFER TRAVEL
Our new Delta CareStandard(sm) focuses on clean surfaces, more space, safer service and personal care
More Control with Main Cabin
• Changes allowed with no change fees
• Select and change seats at any time
• Receive eCredit upon Cancellation
• Eligible for paid upgrades
• Please note that if the flight is operated by another airline then the onboard product or service maybe different to that described above."</air:Text>
<air:Text Type="Strapline" LanguageCode="EN">More Control with Main Cabin</air:Text>
<air:ImageLocation Type="Agent" ImageWidth="150" ImageHeight="99">https://cdn.travelport.com/delta/DL_general_medium_192843.png</air:ImageLocation>
<air:OptionalServices>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0MU" Key="9WU0tqQqWDKAlIBAAAAAAA==" SecondaryType="CY" Chargeable="Included in the brand" OptionalServicesRuleRef="9WU0tqQqWDKAmIBAAAAAAA==" Tag="Carry On Hand Baggage" DisplayOrder="2">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Carry on bags</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88855.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">Carry on baggage</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Baggage may not exceed 45 linear inches (or 114 cm) in combined length, width and height, including any handles and wheels.
Baggage must meet carry on size limits (approximately 22" x 14" x 9" or 56 x 35 x 23 cm).</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Baggage may not exceed 45 linear inches (or 114 cm) in combined length, width and height, including any handles and wheels.
Baggage must meet carry on size limits (approximately 22" x 14" x 9" or 56 x 35 x 23 cm).</air:Text>
<air:Title Type="External" LanguageCode="EN">Carry on bags</air:Title>
<air:Title Type="Short" LanguageCode="EN">Carry on</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="BG1" Key="9WU0tqQqWDKAnIBAAAAAAA==" Chargeable="Available for a charge" OptionalServicesRuleRef="9WU0tqQqWDKAoIBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>First Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdnpp.travelport.com/delta/DL_general_small_394207.png"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88838.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">First Checked Bag</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN"/>
<air:Title Type="External" LanguageCode="EN">First Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN">1CheckedBa</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="BG2" Key="9WU0tqQqWDKApIBAAAAAAA==" Chargeable="Available for a charge" OptionalServicesRuleRef="9WU0tqQqWDKAqIBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Second Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88841.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">Second Checked Bag</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Title Type="External" LanguageCode="EN">Second Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN">2Checked B</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="BG3" Key="9WU0tqQqWDKArIBAAAAAAA==" Chargeable="Not offered" OptionalServicesRuleRef="9WU0tqQqWDKAsIBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>First 32kg Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88838.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="Strapline" LanguageCode="EN">First Checked 32kg Bag</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Title Type="External" LanguageCode="EN">First 32kg Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN">FirstJChec</air:Title>
</air:OptionalService>
<air:OptionalService Type="Baggage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="BG4" Key="9WU0tqQqWDKAtIBAAAAAAA==" Chargeable="Not offered" OptionalServicesRuleRef="9WU0tqQqWDKAuIBAAAAAAA==" Tag="Checked Baggage" DisplayOrder="1">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Second 32kg Checked Bag</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88841.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Chargeable Baggage"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">To better assist you with finding baggage information, please go to :
https://www.delta.com/content/www/en_US/traveling-with-us/baggage/before-your-trip/checked.html
From here select from the routes listed. You’ll find information on fees and size requirements sorted by the general routes where you plan to travel. Exceptions for Active Military, Medallion Members, and Delta SkyMiles Credit Card by American Express Members apply. Please reference Baggage Fee Details & Rules, Baggage Fee Exceptions or the Regions page for more details.</air:Text>
<air:Title Type="External" LanguageCode="EN">Second 32kg Checked Bag</air:Title>
<air:Title Type="Short" LanguageCode="EN"/>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="SBO" Key="9WU0tqQqWDKAvIBAAAAAAA==" Chargeable="Included in the brand" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Standard boarding</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Standard boarding priority</air:Text>
<air:Title Type="External" LanguageCode="EN">Standard boarding</air:Title>
<air:Title Type="Short" LanguageCode="EN">StdBoard</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="STS" Key="9WU0tqQqWDKAwIBAAAAAAA==" SecondaryType="SE" Chargeable="Included in the brand" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Standard Seat</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Standard Seat</air:Text>
<air:Title Type="External" LanguageCode="EN">Standard Seat</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="059" Key="9WU0tqQqWDKAxIBAAAAAAA==" SecondaryType="VC" Chargeable="Included in the brand" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Changeable ticket</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
</common_v50_0:ServiceInfo>
<air:Title Type="External" LanguageCode="EN">Changeable ticket</air:Title>
<air:Title Type="Short" LanguageCode="EN">Changes</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="058" Key="9WU0tqQqWDKAyIBAAAAAAA==" SecondaryType="UE" Chargeable="Available for a charge" Tag="Upgrade" DisplayOrder="9">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Upgrade eligibility</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193205.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193205.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Why not try an upgrade</air:Text>
<air:Title Type="External" LanguageCode="EN">Upgrade eligibility</air:Title>
<air:Title Type="Short" LanguageCode="EN">Upgrades</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" Key="9WU0tqQqWDKAzIBAAAAAAA==" SecondaryType="PS" Chargeable="Not offered" Tag="Priority Services" DisplayOrder="13">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Priority Services</common_v50_0:Description>
</common_v50_0:ServiceInfo>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="056" Key="9WU0tqQqWDKA0IBAAAAAAA==" SecondaryType="RF" Chargeable="Not offered" Tag="Refund" DisplayOrder="4">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Refundable Ticket</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88854.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88854.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Cancelling your reservation</air:Text>
<air:Title Type="External" LanguageCode="EN">Refundable Ticket</air:Title>
<air:Title Type="Short" LanguageCode="EN">Refunds</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="EXL" Key="9WU0tqQqWDKA1IBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Extra legroom</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88846.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88846.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Extra space to stretch out</air:Text>
<air:Title Type="External" LanguageCode="EN">Extra legroom</air:Title>
<air:Title Type="Short" LanguageCode="EN">Xlegroom</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="LFS" Key="9WU0tqQqWDKA2IBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Lie flat seat</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193207.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193207.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">The ultimate in comfort</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">If the flight is operated by another airline then the onboard seating options might be different.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">If the flight is operated by another airline then the onboard seating options might be different.</air:Text>
<air:Title Type="External" LanguageCode="EN">Lie flat seat</air:Title>
<air:Title Type="Short" LanguageCode="EN">LieFlatST</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="05Z" Key="9WU0tqQqWDKA3IBAAAAAAA==" SecondaryType="SE" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Premium seat</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193208.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193208.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">More space and comfort</air:Text>
<air:Title Type="External" LanguageCode="EN">Premium seat</air:Title>
<air:Title Type="Short" LanguageCode="EN">PremST</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="CXL" Key="9WU0tqQqWDKA4IBAAAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Cancellation To Ecredit</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Cancellation To Ecredit</air:Text>
<air:Title Type="External" LanguageCode="EN">Cancellation To Ecredit</air:Title>
</air:OptionalService>
<air:OptionalService Type="Branded Fares" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="08S" Key="9WU0tqQqWDKA5IBAAAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Same day change</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88853.jpg"/>
</common_v50_0:ServiceInfo>
<air:Text Type="Strapline" LanguageCode="EN">Making changes on the day</air:Text>
<air:Title Type="External" LanguageCode="EN">Same day change</air:Title>
<air:Title Type="Short" LanguageCode="EN">SameDYCHG</air:Title>
</air:OptionalService>
<air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0B5" Key="9WU0tqQqWDKA6IBAAAAAAA==" Chargeable="Included in the brand" Tag="Seat Assignment" DisplayOrder="5">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Pre reserved seat assignment</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88843.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88843.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Pre book your preferred seat</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Please note that if the flight is operated by another airline then the options to pre assign seats might be different.</air:Text>
<air:Title Type="External" LanguageCode="EN">Pre reserved seat assignment</air:Title>
<air:Title Type="Short" LanguageCode="EN">Seating</air:Title>
</air:OptionalService>
<air:OptionalService Type="MealOrBeverage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0AT" Key="9WU0tqQqWDKA7IBAAAAAAA==" SecondaryType="SN" Chargeable="Included in the brand" Tag="Meals and Beverages" DisplayOrder="6">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Snack</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88856.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88856.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">TREAT YOUR TASTEBUDS
Conquer your cravings and enjoy classic snacks and meals for purchase on domestic flights. Or, savor delicious new selections on long-haul international flights, including enhanced meals, snacks and ice cream* paired with a complimentary large water bottle, beer, wine and spirits.
For more information on the meal options available on your flight, click "Details" and select "Meal Services." Dining offerings are based on flight distance.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">TREAT YOUR TASTEBUDS
Conquer your cravings and enjoy classic snacks and meals for purchase on domestic flights. Or, savor delicious new selections on long-haul international flights, including enhanced meals, snacks and ice cream* paired with a complimentary large water bottle, beer, wine and spirits.
For more information on the meal options available on your flight, click "Details" and select "Meal Services." Dining offerings are based on flight distance.</air:Text>
<air:Title Type="External" LanguageCode="EN">Snack</air:Title>
<air:Title Type="Short" LanguageCode="EN">Snack</air:Title>
</air:OptionalService>
<air:OptionalService Type="MealOrBeverage" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0AV" Key="9WU0tqQqWDKA8IBAAAAAAA==" SecondaryType="DR" Chargeable="Available for a charge" Tag="Meals and Beverages" DisplayOrder="6">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Alcoholic Drink</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88844.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88844.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">Enjoy a selection of complimentary beers, wines, and spirits onboard your flight in Delta OneTM, First Class, and Delta Comfort+TM and on most long-haul international flights in the Main Cabin.
On Delta Shuttle ® flights, complimentary beer and wine is offered throughout the Main Cabin and with complimentary beer, wine and spirits offered in First Class.
Delta Shuttle flights may be operated be Delta Shuttle carriers Compass Airlines and Shuttle America.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Enjoy a selection of complimentary beers, wines, and spirits onboard your flight in Delta OneTM, First Class, and Delta Comfort+TM and on most long-haul international flights in the Main Cabin.
On Delta Shuttle ® flights, complimentary beer and wine is offered throughout the Main Cabin and with complimentary beer, wine and spirits offered in First Class.
Delta Shuttle flights may be operated be Delta Shuttle carriers Compass Airlines and Shuttle America.</air:Text>
<air:Title Type="External" LanguageCode="EN">Alcoholic Drink</air:Title>
<air:Title Type="Short" LanguageCode="EN">Alcoholic</air:Title>
</air:OptionalService>
<air:OptionalService Type="InFlightEntertainment" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="OEA" Key="9WU0tqQqWDKA9IBAAAAAAA==" Chargeable="Included in the brand" Tag="In Flight Entertainment" DisplayOrder="11">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Inflight Entertainment</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88858.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88858.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="MarketingAgent" LanguageCode="EN">Delta Studio® is available on select aircraft flying both domestic and transoceanic routes. Entertainment options may vary by aircraft and route.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Delta Studio® is available on select aircraft flying both domestic and transoceanic routes. Entertainment options may vary by aircraft and route.</air:Text>
<air:Title Type="External" LanguageCode="EN">Inflight Entertainment</air:Title>
<air:Title Type="Short" LanguageCode="EN">Inflight E</air:Title>
</air:OptionalService>
<air:OptionalService Type="InFlightEntertainment" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0CL" Key="9WU0tqQqWDKA+IBAAAAAAA==" SecondaryType="IT" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>WiFi</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88347.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88347.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Stay connected on board</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Throughout the Delta fleet, we have the technology and entertainment that help your trip fly by.
Delta is one of the largest providers of in-flight WiFi in the world, and with more than 1,100 enabled aircraft, WiFi access is offered on nearly all flights.
InFlight Wi-Fi powered by Gogo® is installed on all aircraft with two or more cabins.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Throughout the Delta fleet, we have the technology and entertainment that help your trip fly by.
Delta is one of the largest providers of in-flight WiFi in the world, and with more than 1,100 enabled aircraft, WiFi access is offered on nearly all flights.
InFlight Wi-Fi powered by Gogo® is installed on all aircraft with two or more cabins.</air:Text>
<air:Title Type="External" LanguageCode="EN">WiFi</air:Title>
<air:Title Type="Short" LanguageCode="EN">WiFi</air:Title>
</air:OptionalService>
<air:OptionalService Type="InFlightEntertainment" CreateDate="2023-09-19T21:02:11.446+00:00" Key="9WU0tqQqWDKA/IBAAAAAAA==" SecondaryType="VG" Chargeable="Not offered" Tag="Video Games" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Video Games</common_v50_0:Description>
</common_v50_0:ServiceInfo>
</air:OptionalService>
<air:OptionalService Type="FrequentFlyer" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="MDL" Key="9WU0tqQqWDKAAJBAAAAAAA==" Chargeable="Included in the brand" Tag="Mileage Accrual" DisplayOrder="8">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Status Accrual</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Status Accrual</air:Text>
<air:Title Type="External" LanguageCode="EN">Status Accrual</air:Title>
</air:OptionalService>
<air:OptionalService Type="FrequentFlyer" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0CM" Key="9WU0tqQqWDKABJBAAAAAAA==" SecondaryType="MG" Chargeable="Included in the brand" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Mileage accrual</common_v50_0:Description>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88860.jpg"/>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88860.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Earn and save</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Earn Delta SkyMiles when you fly.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Earn Delta SkyMiles when you fly.</air:Text>
<air:Title Type="External" LanguageCode="EN">Mileage accrual</air:Title>
<air:Title Type="Short" LanguageCode="EN">Miles</air:Title>
</air:OptionalService>
<air:OptionalService Type="Lounge" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0BX" Key="9WU0tqQqWDKACJBAAAAAAA==" Chargeable="Not offered" Tag="Lounge Access" DisplayOrder="10">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Lounge access</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88849.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88849.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Ticket"/>
<air:Text Type="Strapline" LanguageCode="EN">Somewhere quiet to work or relax</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Looking for a retreat where you can work or relax before your flight? Let Delta Sky Club be your destination between destinations</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Looking for a retreat where you can work or relax before your flight? Let Delta Sky Club be your destination between destinations</air:Text>
<air:Title Type="External" LanguageCode="EN">Lounge access</air:Title>
<air:Title Type="Short" LanguageCode="EN">Lounges</air:Title>
</air:OptionalService>
<air:OptionalService Type="Standby" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0BV" Key="9WU0tqQqWDKADJBAAAAAAA==" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Standby</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">The option to standby on full flights</air:Text>
<air:Title Type="External" LanguageCode="EN">Standby</air:Title>
<air:Title Type="Short" LanguageCode="EN">Standby</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0G6" Key="9WU0tqQqWDKAEJBAAAAAAA==" SecondaryType="PR" Chargeable="Available for a charge" Tag="Priority Boarding" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Priority Boarding</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Be amongst the first to board the aircraft</air:Text>
<air:Text Type="MarketingAgent" LanguageCode="EN">Air travel is about getting you there. And Delta Sky Priority helps you get there faster with exclusive services designed to improve your travel experience at every step.
Now instead of waiting, youll always go first ; whether it’s through the airport, onto the plane or exiting baggage claim.</air:Text>
<air:Text Type="MarketingConsumer" LanguageCode="EN">Air travel is about getting you there. And Delta Sky Priority helps you get there faster with exclusive services designed to improve your travel experience at every step.
Now instead of waiting, youll always go first ; whether it’s through the airport, onto the plane or exiting baggage claim.</air:Text>
<air:Title Type="External" LanguageCode="EN">Priority Boarding</air:Title>
<air:Title Type="Short" LanguageCode="EN">PB</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="03P" Key="9WU0tqQqWDKAFJBAAAAAAA==" SecondaryType="PO" Chargeable="Not offered" Tag="Priority CheckIn" DisplayOrder="14">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Priority check in</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_88852.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Check in at a separate exclusive area</air:Text>
<air:Title Type="External" LanguageCode="EN">Priority check in</air:Title>
<air:Title Type="Short" LanguageCode="EN">PrioChk</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="BRD" Key="9WU0tqQqWDKAGJBAAAAAAA==" SecondaryType="PR" Chargeable="Not offered" Tag="Priority Boarding" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Last To Board</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Last To Board</air:Text>
<air:Title Type="External" LanguageCode="EN">Last To Board</air:Title>
</air:OptionalService>
<air:OptionalService Type="TravelServices" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="BIN" Key="9WU0tqQqWDKAHJBAAAAAAA==" SecondaryType="PR" Chargeable="Not offered" Tag="Priority Boarding" DisplayOrder="17">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Limited Overhead Bin Space</common_v50_0:Description>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Limited Overhead Bin Space</air:Text>
<air:Title Type="External" LanguageCode="EN">Limited Overhead Bin Space</air:Title>
</air:OptionalService>
<air:OptionalService Type="UnaccompaniedTravel" CreateDate="2023-09-19T21:02:11.446+00:00" ServiceSubCode="0BH" Key="9WU0tqQqWDKAIJBAAAAAAA==" SecondaryType="MR" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Unaccompanied minor</common_v50_0:Description>
<common_v50_0:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
<common_v50_0:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/delta/DL_general_medium_193206.jpg"/>
</common_v50_0:ServiceInfo>
<air:EMD AssociatedItem="Flight"/>
<air:Text Type="Strapline" LanguageCode="EN">Children travelling alone</air:Text>
<air:Title Type="External" LanguageCode="EN">Unaccompanied minor</air:Title>
<air:Title Type="Short" LanguageCode="EN">UCMR</air:Title>
</air:OptionalService>
<air:OptionalService Type="Wellbeing" CreateDate="2023-09-19T21:02:11.446+00:00" Key="9WU0tqQqWDKAJJBAAAAAAA==" SecondaryType="WB" Chargeable="Not offered" Tag="Wellbeing" DisplayOrder="15">
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAhHBAAAAAAA=="/>
<common_v50_0:ServiceData AirSegmentRef="9WU0tqQqWDKAjHBAAAAAAA=="/>
<common_v50_0:ServiceInfo>
<common_v50_0:Description>Wellbeing</common_v50_0:Description>
</common_v50_0:ServiceInfo>
</air:OptionalService>
<air:OptionalServiceRules Key="9WU0tqQqWDKAmIBAAAAAAA==">
<common_v50_0:Remarks>Y,1,X,X,CY - W23,H35,L35,CM</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKAoIBAAAAAAA==">
<common_v50_0:Remarks>Y,1,KG,23,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKAqIBAAAAAAA==">
<common_v50_0:Remarks>Y,2,KG,23,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKAsIBAAAAAAA==">
<common_v50_0:Remarks>J,1,KG,32,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
<air:OptionalServiceRules Key="9WU0tqQqWDKAuIBAAAAAAA==">
<common_v50_0:Remarks>J,1,KG,32,BAG</common_v50_0:Remarks>
</air:OptionalServiceRules>
</air:OptionalServices>
</air:Brand>
</air:FareInfo>
<air:BookingInfo BookingCode="L" CabinClass="Economy" FareInfoRef="9WU0tqQqWDKAkIBAAAAAAA==" SegmentRef="9WU0tqQqWDKAhHBAAAAAAA==" HostTokenRef="9WU0tqQqWDKAeIBAAAAAAA=="/>
<air:BookingInfo BookingCode="L" CabinClass="Economy" FareInfoRef="9WU0tqQqWDKAkIBAAAAAAA==" SegmentRef="9WU0tqQqWDKAjHBAAAAAAA==" HostTokenRef="9WU0tqQqWDKAeIBAAAAAAA=="/>
<air:TaxInfo Category="AY" Amount="AUD8.80" Key="9WU0tqQqWDKAgIBAAAAAAA=="/>
<air:TaxInfo Category="US" Amount="AUD29.50" Key="9WU0tqQqWDKAhIBAAAAAAA=="/>
<air:TaxInfo Category="XF" Amount="AUD14.20" Key="9WU0tqQqWDKAiIBAAAAAAA=="/>
<air:TaxInfo Category="ZP" Amount="AUD15.00" Key="9WU0tqQqWDKAjIBAAAAAAA=="/>
<air:FareCalc>SJC DL X/MSP DL DSM Q SJCDSM18.60 232.56LAUNA0MC USD251.16END</air:FareCalc>
<air:PassengerType Code="ADT"/>
<air:ChangePenalty PenaltyApplies="Anytime">
<air:Percentage>0.00</air:Percentage>
</air:ChangePenalty>
<air:CancelPenalty PenaltyApplies="Anytime">
<air:Percentage>100.00</air:Percentage>
</air:CancelPenalty>
<air:BaggageAllowances>
<air:BaggageAllowanceInfo TravelerType="ADT" Origin="SJC" Destination="DSM" Carrier="DL">
<air:URLInfo>
<air:URL>VIEWTRIP.TRAVELPORT.COM/BAGGAGEPOLICY/DL</air:URL>
</air:URLInfo>
<air:TextInfo>
<air:Text>0P</air:Text>
<air:Text>BAGGAGE DISCOUNTS MAY APPLY BASED ON FREQUENT FLYER STATUS/ ONLINE CHECKIN/FORM OF PAYMENT/MILITARY/ETC.</air:Text>
</air:TextInfo>
<air:BagDetails ApplicableBags="1stChecked" BasePrice="USD30.00" ApproximateBasePrice="AUD46.83" TotalPrice="USD30.00" ApproximateTotalPrice="AUD46.83">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:BagDetails>
<air:BagDetails ApplicableBags="2ndChecked" BasePrice="USD40.00" ApproximateBasePrice="AUD62.45" TotalPrice="USD40.00" ApproximateTotalPrice="AUD62.45">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO50LB/23KG AND UPTO62LI/158LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:BagDetails>
</air:BaggageAllowanceInfo>
<air:CarryOnAllowanceInfo Origin="SJC" Destination="MSP" Carrier="DL">
<air:TextInfo>
<air:Text>1P</air:Text>
</air:TextInfo>
<air:CarryOnDetails ApplicableCarryOnBags="1" BasePrice="USD0.00" ApproximateBasePrice="AUD0.00" TotalPrice="USD0.00" ApproximateTotalPrice="AUD0.00">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO45LI/115LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:CarryOnDetails>
</air:CarryOnAllowanceInfo>
<air:CarryOnAllowanceInfo Origin="MSP" Destination="DSM" Carrier="DL">
<air:TextInfo>
<air:Text>1P</air:Text>
</air:TextInfo>
<air:CarryOnDetails ApplicableCarryOnBags="1" BasePrice="USD0.00" ApproximateBasePrice="AUD0.00" TotalPrice="USD0.00" ApproximateTotalPrice="AUD0.00">
<air:BaggageRestriction>
<air:TextInfo>
<air:Text>UPTO45LI/115LCM</air:Text>
</air:TextInfo>
</air:BaggageRestriction>
</air:CarryOnDetails>
</air:CarryOnAllowanceInfo>
</air:BaggageAllowances>
</air:AirPricingInfo>
<common_v50_0:HostToken Key="9WU0tqQqWDKAeIBAAAAAAA==">GFB10101ADT00 01LAUNA0MC 0200010002#GFB200010101NADTV30009M570070000699A9#GFMCENF011N9M57 DL ADTLAUNA0MC</common_v50_0:HostToken>
</air:AirPricingSolution>
</air:AirPriceResult>
</air:AirPriceRsp>
</SOAP:Body>
</SOAP:Envelope>