<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<IATA_ServiceListRQ xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_ServiceListRQ">
    <MessageDoc>
        <RefVersionNumber>1</RefVersionNumber>
    </MessageDoc>
    <Party>
        <Sender>
            <EnabledSystem>
                <SystemID>123456</SystemID>
            </EnabledSystem>
        </Sender>
    </Party>
    <Request>
        <CoreRequest>
            <OriginDest>
                <DestStationCode>AYT</DestStationCode>
                <OriginStationCode>FRA</OriginStationCode>
                <PaxJourney>
                    <PaxSegment>
                        <Arrival>
                            <IATA_LocationCode>AYT</IATA_LocationCode>
                        </Arrival>
                        <CabinType>
                            <CabinTypeCode>Y</CabinTypeCode>
                        </CabinType>
                        <Dep>
                            <AircraftScheduledDateTime>2020-01-10T13:59:30.395</AircraftScheduledDateTime>
                            <IATA_LocationCode>FRA</IATA_LocationCode>
                        </Dep>
                        <MarketingCarrierInfo>
                            <CarrierDesigCode>ZZ</CarrierDesigCode>
                            <MarketingCarrierFlightNumberText>1502</MarketingCarrierFlightNumberText>
                        </MarketingCarrierInfo>
                    </PaxSegment>
                </PaxJourney>
                <PaxJourney>
                    <PaxSegment>
                        <Arrival>
                            <IATA_LocationCode>FRA</IATA_LocationCode>
                        </Arrival>
                        <CabinType>
                            <CabinTypeCode>Y</CabinTypeCode>
                        </CabinType>
                        <Dep>
                            <AircraftScheduledDateTime>2020-01-17T13:59:30.4</AircraftScheduledDateTime>
                            <IATA_LocationCode>AYT</IATA_LocationCode>
                        </Dep>
                        <MarketingCarrierInfo>
                            <CarrierDesigCode>ZZ</CarrierDesigCode>
                            <MarketingCarrierFlightNumberText>1503</MarketingCarrierFlightNumberText>
                        </MarketingCarrierInfo>
                    </PaxSegment>
                </PaxJourney>
            </OriginDest>
            <OriginDest>
                <DestStationCode>FRA</DestStationCode>
                <OriginStationCode>AYT</OriginStationCode>
            </OriginDest>
        </CoreRequest>
        <Pax>
            <PaxID>PX1</PaxID>
            <PTC>ADT</PTC>
        </Pax>
        <Pax>
            <PaxID>PX2</PaxID>
            <PTC>CHD</PTC>
        </Pax>
        <Pax>
            <PaxID>PX3</PaxID>
            <PTC>INF</PTC>
        </Pax>
        <ResponseParameters>
            <CurParameter>
                <RequestedCurCode>EUR</RequestedCurCode>
            </CurParameter>
            <Device/>
        </ResponseParameters>
    </Request>
</IATA_ServiceListRQ>
