<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<IATA_OrderViewRS xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_OrderViewRS">
    <Response>
        <DataLists>
            <PaxJourneyList>
                <PaxJourney>
                    <PaxJourneyID>FL1</PaxJourneyID>
                    <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                </PaxJourney>
                <PaxJourney>
                    <PaxJourneyID>FL2</PaxJourneyID>
                    <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                </PaxJourney>
            </PaxJourneyList>
            <PaxList>
                <Pax>
                    <Individual>
                        <Birthdate>1990-01-10</Birthdate>
                        <GenderCode>M</GenderCode>
                        <GivenName>JOHN</GivenName>
                        <MiddleName>ALEX</MiddleName>
                        <Surname>DOE</Surname>
                    </Individual>
                    <PaxID>PX1</PaxID>
                    <PTC>ADT</PTC>
                </Pax>
                <Pax>
                    <Individual>
                        <GenderCode>F</GenderCode>
                        <GivenName>JANE</GivenName>
                        <Surname>DOE</Surname>
                    </Individual>
                    <PaxID>PX2</PaxID>
                    <PTC>CHD</PTC>
                </Pax>
                <Pax>
                    <Individual>
                        <GenderCode>X</GenderCode>
                        <GivenName>JIMMY</GivenName>
                        <Surname>DOE</Surname>
                    </Individual>
                    <PaxID>PX3</PaxID>
                    <PTC>INF</PTC>
                </Pax>
            </PaxList>
            <PaxSegmentList>
                <PaxSegment>
                    <Arrival>
                        <IATA_LocationCode>AYT</IATA_LocationCode>
                    </Arrival>
                    <DatedOperatingLeg>
                        <Arrival>
                            <IATA_LocationCode>AYT</IATA_LocationCode>
                        </Arrival>
                        <DatedOperatingLegID>DOL1</DatedOperatingLegID>
                        <Dep>
                            <AircraftScheduledDateTime>2020-01-10T16:49:49.707</AircraftScheduledDateTime>
                            <IATA_LocationCode>FRA</IATA_LocationCode>
                        </Dep>
                    </DatedOperatingLeg>
                    <Dep>
                        <AircraftScheduledDateTime>2020-01-10T16:49:49.707</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>
                    <DatedOperatingLeg>
                        <Arrival>
                            <IATA_LocationCode>FRA</IATA_LocationCode>
                        </Arrival>
                        <DatedOperatingLegID>DOL2</DatedOperatingLegID>
                        <Dep>
                            <AircraftScheduledDateTime>2020-01-10T16:49:49.709</AircraftScheduledDateTime>
                            <IATA_LocationCode>AYT</IATA_LocationCode>
                        </Dep>
                    </DatedOperatingLeg>
                    <Dep>
                        <AircraftScheduledDateTime>2020-01-10T16:49:49.709</AircraftScheduledDateTime>
                        <IATA_LocationCode>AYT</IATA_LocationCode>
                    </Dep>
                    <MarketingCarrierInfo>
                        <CarrierDesigCode>ZZ</CarrierDesigCode>
                        <MarketingCarrierFlightNumberText>1503</MarketingCarrierFlightNumberText>
                    </MarketingCarrierInfo>
                    <PaxSegmentID>SEG2</PaxSegmentID>
                </PaxSegment>
            </PaxSegmentList>
            <SeatProfileList>
                <SeatProfile>
                    <CharacteristicCode>K</CharacteristicCode>
                    <CharacteristicCode>W</CharacteristicCode>
                    <CharacteristicCode>CH</CharacteristicCode>
                    <SeatProfileID>SP1</SeatProfileID>
                </SeatProfile>
            </SeatProfileList>
            <ServiceDefinitionList>
                <ServiceDefinition>
                    <Desc>
                        <DescText>Baggage Package 15kg</DescText>
                    </Desc>
                    <Desc>
                        <DescText>Need more hold baggage than you thought? Simply add an additional 15 kg hold luggage to your booking in advance to make packing more relaxing.</DescText>
                    </Desc>
                    <Name>Baggage Package 15kg</Name>
                    <ServiceCode>LGXB</ServiceCode>
                    <ServiceDefinitionID>SVD1</ServiceDefinitionID>
                </ServiceDefinition>
            </ServiceDefinitionList>
        </DataLists>
        <Order>
            <OrderID>123456</OrderID>
            <OrderItem>
                <OrderItemID>OI123456-1</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">149</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                    </ServiceAssociations>
                    <ServiceID>SV1</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-2</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">119</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                    </ServiceAssociations>
                    <ServiceID>SV2</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-3</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">129</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                    </ServiceAssociations>
                    <ServiceID>SV3</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-4</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">99</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                    </ServiceAssociations>
                    <ServiceID>SV4</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-5</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">15</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                    </ServiceAssociations>
                    <ServiceID>SV5</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-6</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">10</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                    </ServiceAssociations>
                    <ServiceID>SV6</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-7</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">25</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <ServiceDefinitionRef>
						    <FlightAssociations>
                                <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                            </FlightAssociations>
                            <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                    </ServiceAssociations>
                    <ServiceID>SV5</ServiceID>
                </Service>
            </OrderItem>
            <OrderItem>
                <OrderItemID>OI123456-8</OrderItemID>
                <Price>
                    <TotalAmount CurCode="EUR">20</TotalAmount>
                </Price>
                <Service>
                    <PaxRefID>PX1</PaxRefID>
                    <ServiceAssociations>
                        <SelectedSeat>
                            <DatedOperatingLegRefID>DOL1</DatedOperatingLegRefID>
                            <Seat>
                                <ColumnID>C</ColumnID>
                                <RowNumber>15</RowNumber>
                                <SeatProfileRefID>SP1</SeatProfileRefID>
                            </Seat>
                        </SelectedSeat>
                    </ServiceAssociations>
                    <ServiceID>SV6</ServiceID>
                </Service>
            </OrderItem>
            <OwnerCode>ZZ</OwnerCode>
        </Order>
    </Response>
</IATA_OrderViewRS>
