<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<IATA_ServiceListRS xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_ServiceListRS">
    <Response>
        <ALaCarteOffer>
            <ALaCarteOfferItem>
                <Eligibility>
                    <FlightAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                    </FlightAssociations>
                </Eligibility>
                <OfferItemID>OFI1</OfferItemID>
                <Service>
                    <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID>
                    <ServiceID>SV1</ServiceID>
                </Service>
                <UnitPrice>
                    <TotalAmount>45</TotalAmount>
                </UnitPrice>
            </ALaCarteOfferItem>
            <ALaCarteOfferItem>
                <Eligibility>
                    <FlightAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                    </FlightAssociations>
                </Eligibility>
                <OfferItemID>OFI1</OfferItemID>
                <Service>
                    <ServiceDefinitionRefID>SVD2</ServiceDefinitionRefID>
                    <ServiceID>SV2</ServiceID>
                </Service>
                <UnitPrice>
                    <TotalAmount>70</TotalAmount>
                </UnitPrice>
            </ALaCarteOfferItem>
            <OfferID>OF1</OfferID>
            <OwnerCode>ZZ</OwnerCode>
        </ALaCarteOffer>
        <DataLists>
            <OriginDestList>
                <OriginDest>
                    <DestCode>AYT</DestCode>
                    <OriginCode>FRA</OriginCode>
                    <PaxJourneyRefID>FL1</PaxJourneyRefID>
                </OriginDest>
                <OriginDest>
                    <DestCode>FRA</DestCode>
                    <OriginCode>AYT</OriginCode>
                    <PaxJourneyRefID>FL2</PaxJourneyRefID>
                </OriginDest>
            </OriginDestList>
            <PaxJourneyList>
                <PaxJourney>
                    <PaxJourneyID>FL1</PaxJourneyID>
                    <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                </PaxJourney>
                <PaxJourney>
                    <PaxJourneyID>FL2</PaxJourneyID>
                    <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                </PaxJourney>
            </PaxJourneyList>
            <PaxList>
                <Pax>
                    <PaxID>PX1</PaxID>
                    <PTC>ADT</PTC>
                </Pax>
            </PaxList>
            <PaxSegmentList>
                <PaxSegment>
                    <Arrival>
                        <IATA_LocationCode>AYT</IATA_LocationCode>
                    </Arrival>
                    <Dep>
                        <AircraftScheduledDateTime>2020-01-03T13:35:49.12</AircraftScheduledDateTime>
                        <IATA_LocationCode>FRA</IATA_LocationCode>
                    </Dep>
                    <MarketingCarrierInfo>
                        <CarrierDesigCode>ZZ</CarrierDesigCode>
                        <MarketingCarrierFlightNumberText>1502</MarketingCarrierFlightNumberText>
                    </MarketingCarrierInfo>
                    <PaxSegmentID>SEG1</PaxSegmentID>
                </PaxSegment>
                <PaxSegment>
                    <Arrival>
                        <IATA_LocationCode>FRA</IATA_LocationCode>
                    </Arrival>
                    <Dep>
                        <AircraftScheduledDateTime>2020-01-10T13:35:49.123</AircraftScheduledDateTime>
                        <IATA_LocationCode>AYT</IATA_LocationCode>
                    </Dep>
                    <MarketingCarrierInfo>
                        <CarrierDesigCode>ZZ</CarrierDesigCode>
                        <MarketingCarrierFlightNumberText>1503</MarketingCarrierFlightNumberText>
                    </MarketingCarrierInfo>
                    <PaxSegmentID>SEG2</PaxSegmentID>
                </PaxSegment>
            </PaxSegmentList>
            <ServiceDefinitionList>
                <ServiceDefinition>
                    <Desc>
                        <DescText>First additional Bag - up to 23kg</DescText>
                    </Desc>
                    <Name>ABAG</Name>
                    <ServiceDefinitionID>SVD1</ServiceDefinitionID>
                </ServiceDefinition>
                <ServiceDefinition>
                    <Desc>
                        <DescText>Second additional Bag - up to 46kg</DescText>
                    </Desc>
                    <Name>BBAG</Name>
                    <ServiceDefinitionID>SVD2</ServiceDefinitionID>
                </ServiceDefinition>
            </ServiceDefinitionList>
        </DataLists>
    </Response>
</IATA_ServiceListRS>
