IATA_AirShoppingRQ/RS

Introduction

The IATA_AirShoppingRQ/RS message pair is used to search available flights on requested routes.

The search can be parameterized using Origin/Destination-Pairs, cabin types, tariffs and connection criteria.

It can also be used to request price calendars, if the connected airline reservation system supports this functionality.

The IATA_AirShoppingRS contains available flights, including complete route details, price and baggage details and applicable fare rules.

Note

To increase the success rate of flight searches, it is highly recommended to only request routes, that are offered by the requested airline.

This information can be retrieved using IATA_AirlineProfileRQ/RS

General Usage

The basic mandatory information needed to request an IATA_AirShoppingRQ are:

  • Origin Airport (IATA Location Code)

  • Departure Date

  • Destination Airport (IATA Location Code)

  • Carrier

  • FlightNumber (to request an AirShoppingRQ without FlightNumber, just set it to “0000”)

The results returned in the IATA_AirShoppingRS can be narrowed down, by adding the following parameters to IATA_AirShoppingRQ:

  • specific FlightNumber

  • PaxTypes (only return prices for requested passengers, not for all available passenger types)

  • Cabin Type

  • Tariff

  • Maximum Connections

Sample

Below sample shows the simpliest version of an IATA_AirShoppingRQ, that only contains mandatory information. For more detailed samples, please refer to the NDC XML Samples.

IATA_AirShoppingRQ

Show/Hide Request

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<IATA_AirShoppingRQ
   xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersMessage"
   xmlns:ns2="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes"
   xmlns:ns3="http://www.w3.org/2000/09/xmldsig#">
   <DistributionChain>
      <ns2:DistributionChainLink>
         <ns2:Ordinal>1</ns2:Ordinal>
         <ns2:OrgRole>Seller</ns2:OrgRole>
         <ns2:ParticipatingOrg>
            <ns2:OrgID>94021</ns2:OrgID>
         </ns2:ParticipatingOrg>
      </ns2:DistributionChainLink>
   </DistributionChain>
   <Request>
      <ns2:DatedMarketingSegmentList>
         <ns2:DatedMarketingSegment>
            <ns2:Arrival>
               <ns2:IATA_LocationCode>TFS</ns2:IATA_LocationCode>
            </ns2:Arrival>
            <ns2:CarrierDesigCode>ZZ</ns2:CarrierDesigCode>
            <ns2:DatedMarketingSegmentId>DMS1</ns2:DatedMarketingSegmentId>
            <ns2:DatedOperatingSegmentRefId>DOS1</ns2:DatedOperatingSegmentRefId>
            <ns2:Dep>
               <ns2:AircraftScheduledDateTime>2024-03-14T00:00:00</ns2:AircraftScheduledDateTime>
               <ns2:IATA_LocationCode>FRA</ns2:IATA_LocationCode>
            </ns2:Dep>
            <ns2:MarketingCarrierFlightNumberText>0000</ns2:MarketingCarrierFlightNumberText>
         </ns2:DatedMarketingSegment>
         <ns2:DatedMarketingSegment>
            <ns2:Arrival>
               <ns2:IATA_LocationCode>TFS</ns2:IATA_LocationCode>
            </ns2:Arrival>
            <ns2:CarrierDesigCode>DI</ns2:CarrierDesigCode>
            <ns2:DatedMarketingSegmentId>DMS2</ns2:DatedMarketingSegmentId>
            <ns2:DatedOperatingSegmentRefId>DOS2</ns2:DatedOperatingSegmentRefId>
            <ns2:Dep>
               <ns2:AircraftScheduledDateTime>2024-03-14T00:00:00</ns2:AircraftScheduledDateTime>
               <ns2:IATA_LocationCode>FRA</ns2:IATA_LocationCode>
            </ns2:Dep>
            <ns2:MarketingCarrierFlightNumberText>0000</ns2:MarketingCarrierFlightNumberText>
         </ns2:DatedMarketingSegment>
         <ns2:DatedMarketingSegment>
            <ns2:Arrival>
               <ns2:IATA_LocationCode>TFS</ns2:IATA_LocationCode>
            </ns2:Arrival>
            <ns2:CarrierDesigCode>MBU</ns2:CarrierDesigCode>
            <ns2:DatedMarketingSegmentId>DMS3</ns2:DatedMarketingSegmentId>
            <ns2:DatedOperatingSegmentRefId>DOS3</ns2:DatedOperatingSegmentRefId>
            <ns2:Dep>
               <ns2:AircraftScheduledDateTime>2024-03-14T00:00:00</ns2:AircraftScheduledDateTime>
               <ns2:IATA_LocationCode>FRA</ns2:IATA_LocationCode>
            </ns2:Dep>
            <ns2:MarketingCarrierFlightNumberText>0000</ns2:MarketingCarrierFlightNumberText>
         </ns2:DatedMarketingSegment>
      </ns2:DatedMarketingSegmentList>
      <ns2:DatedOperatingSegmentList>
         <ns2:DatedOperatingSegment>
            <ns2:CarrierDesigCode>ZZ</ns2:CarrierDesigCode>
            <ns2:DatedOperatingSegmentId>DOS1</ns2:DatedOperatingSegmentId>
         </ns2:DatedOperatingSegment>
         <ns2:DatedOperatingSegment>
            <ns2:CarrierDesigCode>DI</ns2:CarrierDesigCode>
            <ns2:DatedOperatingSegmentId>DOS2</ns2:DatedOperatingSegmentId>
         </ns2:DatedOperatingSegment>
         <ns2:DatedOperatingSegment>
            <ns2:CarrierDesigCode>MBU</ns2:CarrierDesigCode>
            <ns2:DatedOperatingSegmentId>DOS3</ns2:DatedOperatingSegmentId>
         </ns2:DatedOperatingSegment>
      </ns2:DatedOperatingSegmentList>
      <ns2:FlightRelatedCriteria>
         <ns2:CarrierCriteria>
            <ns2:Carrier>
               <ns2:AirlineDesigCode>ZZ</ns2:AirlineDesigCode>
            </ns2:Carrier>
         </ns2:CarrierCriteria>
         <ns2:CarrierCriteria>
            <ns2:Carrier>
               <ns2:AirlineDesigCode>MBU</ns2:AirlineDesigCode>
            </ns2:Carrier>
         </ns2:CarrierCriteria>
         <ns2:CarrierCriteria>
            <ns2:Carrier>
               <ns2:AirlineDesigCode>DI</ns2:AirlineDesigCode>
            </ns2:Carrier>
         </ns2:CarrierCriteria>
         <ns2:ConnectionCriteria>
            <ns2:ConnectionCriteriaID>CP1</ns2:ConnectionCriteriaID>
            <ns2:MaximumConnectionQty>100</ns2:MaximumConnectionQty>
         </ns2:ConnectionCriteria>
         <ns2:FlightCriteria>
            <ns2:RBD>
               <ns2:RBD_Code>Y</ns2:RBD_Code>
            </ns2:RBD>
         </ns2:FlightCriteria>
      </ns2:FlightRelatedCriteria>
      <ns2:FlightRequest>
         <ns2:FlightRequestSpecificOriginDestinations>
            <ns2:SpecificOriginDestCriteria>
               <ns2:DestCode>TFS</ns2:DestCode>
               <ns2:OriginCode>FRA</ns2:OriginCode>
               <ns2:OriginDestID>OD1</ns2:OriginDestID>
               <ns2:PaxJourneyRefID>PJ1</ns2:PaxJourneyRefID>
            </ns2:SpecificOriginDestCriteria>
            <ns2:SpecificOriginDestCriteria>
               <ns2:DestCode>TFS</ns2:DestCode>
               <ns2:OriginCode>FRA</ns2:OriginCode>
               <ns2:OriginDestID>OD2</ns2:OriginDestID>
               <ns2:PaxJourneyRefID>PJ2</ns2:PaxJourneyRefID>
            </ns2:SpecificOriginDestCriteria>
            <ns2:SpecificOriginDestCriteria>
               <ns2:DestCode>TFS</ns2:DestCode>
               <ns2:OriginCode>FRA</ns2:OriginCode>
               <ns2:OriginDestID>OD3</ns2:OriginDestID>
               <ns2:PaxJourneyRefID>PJ3</ns2:PaxJourneyRefID>
            </ns2:SpecificOriginDestCriteria>
         </ns2:FlightRequestSpecificOriginDestinations>
      </ns2:FlightRequest>
      <ns2:OfferCriteria>
         <ns2:FareCriteria>
            <ns2:FareBasisCode>SPO</ns2:FareBasisCode>
            <ns2:PrefLevel>
               <ns2:PrefLevelCode>Preferred</ns2:PrefLevelCode>
            </ns2:PrefLevel>
         </ns2:FareCriteria>
      </ns2:OfferCriteria>
      <ns2:PaxJourneyList>
         <ns2:PaxJourney>
            <ns2:PaxJourneyID>PJ1</ns2:PaxJourneyID>
            <ns2:PaxSegment>
               <ns2:DatedMarketingSegmentRefId>DMS1</ns2:DatedMarketingSegmentRefId>
               <ns2:PaxSegmentID>SEG1</ns2:PaxSegmentID>
            </ns2:PaxSegment>
         </ns2:PaxJourney>
         <ns2:PaxJourney>
            <ns2:PaxJourneyID>PJ2</ns2:PaxJourneyID>
            <ns2:PaxSegment>
               <ns2:DatedMarketingSegmentRefId>DMS2</ns2:DatedMarketingSegmentRefId>
               <ns2:PaxSegmentID>SEG2</ns2:PaxSegmentID>
            </ns2:PaxSegment>
         </ns2:PaxJourney>
         <ns2:PaxJourney>
            <ns2:PaxJourneyID>PJ3</ns2:PaxJourneyID>
            <ns2:PaxSegment>
               <ns2:DatedMarketingSegmentRefId>DMS3</ns2:DatedMarketingSegmentRefId>
               <ns2:PaxSegmentID>SEG3</ns2:PaxSegmentID>
            </ns2:PaxSegment>
         </ns2:PaxJourney>
      </ns2:PaxJourneyList>
      <ns2:PaxList>
         <ns2:Pax>
            <ns2:PaxID>PX1</ns2:PaxID>
            <ns2:PTC>ADT</ns2:PTC>
         </ns2:Pax>
         <ns2:Pax>
            <ns2:PaxID>PX2</ns2:PaxID>
            <ns2:PTC>CHD</ns2:PTC>
         </ns2:Pax>
         <ns2:Pax>
            <ns2:PaxID>PX3</ns2:PaxID>
            <ns2:PTC>INF</ns2:PTC>
         </ns2:Pax>
      </ns2:PaxList>
      <ns2:ResponseParameters>
         <ns2:CurParameter>
            <ns2:CurCode>EUR</ns2:CurCode>
         </ns2:CurParameter>
      </ns2:ResponseParameters>
   </Request>
</IATA_AirShoppingRQ>

IATA_AirShoppingRS

Show/Hide Response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:IATA_AirShoppingRS
   xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes"
   xmlns:ns2="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersMessage"
   xmlns:ns3="http://www.w3.org/2000/09/xmldsig#">
   <ns2:Response>
      <DataLists>
         <BaggageAllowanceList>
            <BaggageAllowance>
               <BaggageAllowanceID>BA1</BaggageAllowanceID>
               <PieceAllowance>
                  <TotalQty>1</TotalQty>
               </PieceAllowance>
               <TypeCode>CARRY_ON</TypeCode>
               <WeightAllowance>
                  <MaximumWeightMeasure>8</MaximumWeightMeasure>
                  <WeightUnitOfMeasurement>KGM</WeightUnitOfMeasurement>
               </WeightAllowance>
            </BaggageAllowance>
            <BaggageAllowance>
               <BaggageAllowanceID>BA2</BaggageAllowanceID>
               <TypeCode>CHECKED</TypeCode>
               <WeightAllowance>
                  <MaximumWeightMeasure>20</MaximumWeightMeasure>
                  <WeightUnitOfMeasurement>KGM</WeightUnitOfMeasurement>
               </WeightAllowance>
            </BaggageAllowance>
            <BaggageAllowance>
               <BaggageAllowanceID>BA3</BaggageAllowanceID>
               <PieceAllowance>
                  <TotalQty>1</TotalQty>
               </PieceAllowance>
               <TypeCode>CARRY_ON</TypeCode>
               <WeightAllowance>
                  <MaximumWeightMeasure>8</MaximumWeightMeasure>
                  <WeightUnitOfMeasurement>KGM</WeightUnitOfMeasurement>
               </WeightAllowance>
            </BaggageAllowance>
            <BaggageAllowance>
               <BaggageAllowanceID>BA4</BaggageAllowanceID>
               <TypeCode>CHECKED</TypeCode>
               <WeightAllowance>
                  <MaximumWeightMeasure>20</MaximumWeightMeasure>
                  <WeightUnitOfMeasurement>KGM</WeightUnitOfMeasurement>
               </WeightAllowance>
            </BaggageAllowance>
            <BaggageAllowance>
               <BaggageAllowanceID>BA5</BaggageAllowanceID>
               <PieceAllowance>
                  <TotalQty>0</TotalQty>
               </PieceAllowance>
               <TypeCode>CARRY_ON</TypeCode>
               <WeightAllowance>
                  <MaximumWeightMeasure>0</MaximumWeightMeasure>
                  <WeightUnitOfMeasurement>KGM</WeightUnitOfMeasurement>
               </WeightAllowance>
            </BaggageAllowance>
            <BaggageAllowance>
               <BaggageAllowanceID>BA6</BaggageAllowanceID>
               <TypeCode>CHECKED</TypeCode>
               <WeightAllowance>
                  <MaximumWeightMeasure>10</MaximumWeightMeasure>
                  <WeightUnitOfMeasurement>KGM</WeightUnitOfMeasurement>
               </WeightAllowance>
            </BaggageAllowance>
         </BaggageAllowanceList>
         <DatedMarketingSegmentList>
            <DatedMarketingSegment>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T11:40:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedMarketingSegmentId>DMS1</DatedMarketingSegmentId>
               <DatedOperatingSegmentRefId>DOS1</DatedOperatingSegmentRefId>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T08:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
               <MarketingCarrierFlightNumberText>1478</MarketingCarrierFlightNumberText>
            </DatedMarketingSegment>
            <DatedMarketingSegment>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T11:35:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Arrival>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedMarketingSegmentId>DMS2</DatedMarketingSegmentId>
               <DatedOperatingSegmentRefId>DOS2</DatedOperatingSegmentRefId>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T08:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
               <MarketingCarrierFlightNumberText>1404</MarketingCarrierFlightNumberText>
            </DatedMarketingSegment>
            <DatedMarketingSegment>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T14:40:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedMarketingSegmentId>DMS3</DatedMarketingSegmentId>
               <DatedOperatingSegmentRefId>DOS3</DatedOperatingSegmentRefId>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T14:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Dep>
               <MarketingCarrierFlightNumberText>1234</MarketingCarrierFlightNumberText>
            </DatedMarketingSegment>
            <DatedMarketingSegment>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T11:35:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Arrival>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedMarketingSegmentId>DMS4</DatedMarketingSegmentId>
               <DatedOperatingSegmentRefId>DOS4</DatedOperatingSegmentRefId>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T08:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
               <MarketingCarrierFlightNumberText>1404</MarketingCarrierFlightNumberText>
            </DatedMarketingSegment>
            <DatedMarketingSegment>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T18:15:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedMarketingSegmentId>DMS5</DatedMarketingSegmentId>
               <DatedOperatingSegmentRefId>DOS5</DatedOperatingSegmentRefId>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T17:35:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Dep>
               <MarketingCarrierFlightNumberText>1234</MarketingCarrierFlightNumberText>
            </DatedMarketingSegment>
         </DatedMarketingSegmentList>
         <DatedOperatingLegList>
            <DatedOperatingLeg>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T11:40:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <CarrierAircraftType/>
               <DatedOperatingLegID>DOL1</DatedOperatingLegID>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T08:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
            </DatedOperatingLeg>
            <DatedOperatingLeg>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T11:35:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Arrival>
               <CarrierAircraftType/>
               <DatedOperatingLegID>DOL2</DatedOperatingLegID>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T08:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
            </DatedOperatingLeg>
            <DatedOperatingLeg>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T14:40:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <CarrierAircraftType/>
               <DatedOperatingLegID>DOL3</DatedOperatingLegID>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T14:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Dep>
            </DatedOperatingLeg>
            <DatedOperatingLeg>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T11:35:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Arrival>
               <CarrierAircraftType/>
               <DatedOperatingLegID>DOL4</DatedOperatingLegID>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T08:00:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
            </DatedOperatingLeg>
            <DatedOperatingLeg>
               <Arrival>
                  <AircraftScheduledDateTime>2024-03-14T18:15:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <CarrierAircraftType/>
               <DatedOperatingLegID>DOL5</DatedOperatingLegID>
               <Dep>
                  <AircraftScheduledDateTime>2024-03-14T17:35:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>LPA</IATA_LocationCode>
               </Dep>
            </DatedOperatingLeg>
         </DatedOperatingLegList>
         <DatedOperatingSegmentList>
            <DatedOperatingSegment>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedOperatingLegRefID>DOL1</DatedOperatingLegRefID>
               <DatedOperatingSegmentId>DOS1</DatedOperatingSegmentId>
               <Duration>P0Y0M0DT4H40M0.000S</Duration>
               <OperatingCarrierFlightNumberText>1478</OperatingCarrierFlightNumberText>
            </DatedOperatingSegment>
            <DatedOperatingSegment>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedOperatingLegRefID>DOL2</DatedOperatingLegRefID>
               <DatedOperatingSegmentId>DOS2</DatedOperatingSegmentId>
               <Duration>P0Y0M0DT4H35M0.000S</Duration>
               <OperatingCarrierFlightNumberText>1404</OperatingCarrierFlightNumberText>
            </DatedOperatingSegment>
            <DatedOperatingSegment>
               <CarrierDesigCode>NT</CarrierDesigCode>
               <DatedOperatingLegRefID>DOL3</DatedOperatingLegRefID>
               <DatedOperatingSegmentId>DOS3</DatedOperatingSegmentId>
               <Duration>P0Y0M0DT0H40M0.000S</Duration>
               <OperatingCarrierFlightNumberText>823</OperatingCarrierFlightNumberText>
            </DatedOperatingSegment>
            <DatedOperatingSegment>
               <CarrierDesigCode>ZZ</CarrierDesigCode>
               <DatedOperatingLegRefID>DOL4</DatedOperatingLegRefID>
               <DatedOperatingSegmentId>DOS4</DatedOperatingSegmentId>
               <Duration>P0Y0M0DT4H35M0.000S</Duration>
               <OperatingCarrierFlightNumberText>1404</OperatingCarrierFlightNumberText>
            </DatedOperatingSegment>
            <DatedOperatingSegment>
               <CarrierDesigCode>NT</CarrierDesigCode>
               <DatedOperatingLegRefID>DOL5</DatedOperatingLegRefID>
               <DatedOperatingSegmentId>DOS5</DatedOperatingSegmentId>
               <Duration>P0Y0M0DT0H40M0.000S</Duration>
               <OperatingCarrierFlightNumberText>837</OperatingCarrierFlightNumberText>
            </DatedOperatingSegment>
         </DatedOperatingSegmentList>
         <OriginDestList>
            <OriginDest>
               <DestCode>TFS</DestCode>
               <OriginCode>FRA</OriginCode>
               <OriginDestID>OD1</OriginDestID>
               <PaxJourneyRefID>PJ1</PaxJourneyRefID>
            </OriginDest>
            <OriginDest>
               <DestCode>TFS</DestCode>
               <OriginCode>FRA</OriginCode>
               <OriginDestID>OD2</OriginDestID>
               <PaxJourneyRefID>PJ2</PaxJourneyRefID>
            </OriginDest>
            <OriginDest>
               <DestCode>TFS</DestCode>
               <OriginCode>FRA</OriginCode>
               <OriginDestID>OD3</OriginDestID>
               <PaxJourneyRefID>PJ3</PaxJourneyRefID>
            </OriginDest>
         </OriginDestList>
         <PaxJourneyList>
            <PaxJourney>
               <Duration>P0Y0M0DT4H40M0.000S</Duration>
               <PaxJourneyID>PJ1</PaxJourneyID>
               <PaxSegmentRefID>PS1</PaxSegmentRefID>
            </PaxJourney>
            <PaxJourney>
               <Duration>P0Y0M0DT7H40M0.000S</Duration>
               <PaxJourneyID>PJ2</PaxJourneyID>
               <PaxSegmentRefID>PS2</PaxSegmentRefID>
               <PaxSegmentRefID>PS3</PaxSegmentRefID>
            </PaxJourney>
            <PaxJourney>
               <Duration>P0Y0M0DT11H15M0.000S</Duration>
               <PaxJourneyID>PJ3</PaxJourneyID>
               <PaxSegmentRefID>PS4</PaxSegmentRefID>
               <PaxSegmentRefID>PS5</PaxSegmentRefID>
            </PaxJourney>
         </PaxJourneyList>
         <PaxList>
            <Pax>
               <PaxID>PX1</PaxID>
               <PTC>ADT</PTC>
            </Pax>
            <Pax>
               <PaxID>PX2</PaxID>
               <PTC>CHD</PTC>
            </Pax>
            <Pax>
               <PaxID>PX3</PaxID>
               <PTC>INF</PTC>
            </Pax>
         </PaxList>
         <PaxSegmentList>
            <PaxSegment>
               <CabinTypeAssociationChoice>
                  <SegmentCabinType>
                     <CabinTypeName>ECONOMY</CabinTypeName>
                  </SegmentCabinType>
               </CabinTypeAssociationChoice>
               <DatedMarketingSegmentRefId>DMS1</DatedMarketingSegmentRefId>
               <PaxSegmentID>PS1</PaxSegmentID>
            </PaxSegment>
            <PaxSegment>
               <CabinTypeAssociationChoice>
                  <SegmentCabinType>
                     <CabinTypeName>ECONOMY</CabinTypeName>
                  </SegmentCabinType>
               </CabinTypeAssociationChoice>
               <DatedMarketingSegmentRefId>DMS2</DatedMarketingSegmentRefId>
               <PaxSegmentID>PS2</PaxSegmentID>
            </PaxSegment>
            <PaxSegment>
               <CabinTypeAssociationChoice>
                  <SegmentCabinType>
                     <CabinTypeName>ECONOMY</CabinTypeName>
                  </SegmentCabinType>
               </CabinTypeAssociationChoice>
               <DatedMarketingSegmentRefId>DMS3</DatedMarketingSegmentRefId>
               <PaxSegmentID>PS3</PaxSegmentID>
            </PaxSegment>
            <PaxSegment>
               <CabinTypeAssociationChoice>
                  <SegmentCabinType>
                     <CabinTypeName>ECONOMY</CabinTypeName>
                  </SegmentCabinType>
               </CabinTypeAssociationChoice>
               <DatedMarketingSegmentRefId>DMS4</DatedMarketingSegmentRefId>
               <PaxSegmentID>PS4</PaxSegmentID>
            </PaxSegment>
            <PaxSegment>
               <CabinTypeAssociationChoice>
                  <SegmentCabinType>
                     <CabinTypeName>ECONOMY</CabinTypeName>
                  </SegmentCabinType>
               </CabinTypeAssociationChoice>
               <DatedMarketingSegmentRefId>DMS5</DatedMarketingSegmentRefId>
               <PaxSegmentID>PS5</PaxSegmentID>
            </PaxSegment>
         </PaxSegmentList>
         <PriceClassList>
            <PriceClass>
               <FareBasisCode>SPO</FareBasisCode>
               <Name>SPO</Name>
               <PriceClassID>PC1</PriceClassID>
            </PriceClass>
         </PriceClassList>
         <ServiceDefinitionList>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance CarryOn Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceCarry</Name>
               <OwnerCode>NA</OwnerCode>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRef>
                     <BaggageAllowanceRefID>BA1</BaggageAllowanceRefID>
                  </BaggageAllowanceRef>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD1</ServiceDefinitionID>
            </ServiceDefinition>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance Checked Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceChecked</Name>
               <OwnerCode>NA</OwnerCode>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRef>
                     <BaggageAllowanceRefID>BA2</BaggageAllowanceRefID>
                  </BaggageAllowanceRef>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD2</ServiceDefinitionID>
            </ServiceDefinition>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance CarryOn Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceCarry</Name>
               <OwnerCode>NA</OwnerCode>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRef>
                     <BaggageAllowanceRefID>BA3</BaggageAllowanceRefID>
                  </BaggageAllowanceRef>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD3</ServiceDefinitionID>
            </ServiceDefinition>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance Checked Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceChecked</Name>
               <OwnerCode>NA</OwnerCode>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRef>
                     <BaggageAllowanceRefID>BA4</BaggageAllowanceRefID>
                  </BaggageAllowanceRef>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD4</ServiceDefinitionID>
            </ServiceDefinition>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance CarryOn Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceCarry</Name>
               <OwnerCode>NA</OwnerCode>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRef>
                     <BaggageAllowanceRefID>BA5</BaggageAllowanceRefID>
                  </BaggageAllowanceRef>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD5</ServiceDefinitionID>
            </ServiceDefinition>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance Checked Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceChecked</Name>
               <OwnerCode>NA</OwnerCode>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRef>
                     <BaggageAllowanceRefID>BA6</BaggageAllowanceRefID>
                  </BaggageAllowanceRef>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD6</ServiceDefinitionID>
            </ServiceDefinition>
         </ServiceDefinitionList>
      </DataLists>
      <OffersGroup>
         <CarrierOffers>
            <Offer>
               <OfferID>OFb7daa48d-7402-11ee-96ea-131651a9e86d</OfferID>
               <OfferItem>
                  <ChangeRestrictions>
                     <DescText> If the fare for the new flight is higher, the fare difference must be paid as rebooking fee. The stated fees apply to each booking modification. They are restricted to the same flight zone and can be made until 24 hours before scheduled departure.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>In the case of cancellation or no-show, it is not possible to refund the air fare.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>No changes can be made.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>Name correction is free of charge.</DescText>
                  </ChangeRestrictions>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS1</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">97.52</BaseAmount>
                           <TaxSummary>
                              <Tax>
                                 <Amount CurCode="EUR">10.00</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>ZZ</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">12.73</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>OY</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">29.74</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>RA</TaxCode>
                              </Tax>
                              <TotalTaxAmount CurCode="EUR">52.47</TotalTaxAmount>
                           </TaxSummary>
                           <TotalAmount CurCode="EUR">149.99</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX1</PaxRefID>
                  </FareDetail>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS1</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">97.52</BaseAmount>
                           <TaxSummary>
                              <Tax>
                                 <Amount CurCode="EUR">10.00</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>ZZ</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">12.73</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>OY</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">29.74</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>RA</TaxCode>
                              </Tax>
                              <TotalTaxAmount CurCode="EUR">52.47</TotalTaxAmount>
                           </TaxSummary>
                           <TotalAmount CurCode="EUR">149.99</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX2</PaxRefID>
                  </FareDetail>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS1</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">50.00</BaseAmount>
                           <TotalAmount CurCode="EUR">50.00</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX3</PaxRefID>
                  </FareDetail>
                  <OfferItemID>OFIb7daa48d-7402-11ee-96ea-131651a9e86d1</OfferItemID>
                  <Price>
                     <TotalAmount CurCode="EUR">349.98</TotalAmount>
                  </Price>
                  <Service>
                     <OfferServiceAssociation>
                        <PaxJourneyRef>
                           <PaxJourneyRefID>PJ1</PaxJourneyRefID>
                        </PaxJourneyRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <PaxRefID>PX2</PaxRefID>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV1</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS1</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <ServiceID>SV2</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS1</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD2</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <ServiceID>SV3</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS1</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD3</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX2</PaxRefID>
                     <ServiceID>SV4</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS1</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD4</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX2</PaxRefID>
                     <ServiceID>SV5</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS1</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD5</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV6</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS1</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD6</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV7</ServiceID>
                  </Service>
               </OfferItem>
               <OwnerCode>ZZ</OwnerCode>
               <TotalPrice>
                  <BaseAmount CurCode="EUR">245.04</BaseAmount>
                  <TaxSummary>
                     <Tax>
                        <Amount CurCode="EUR">10.00</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>ZZ</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">12.73</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>OY</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">29.74</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>RA</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">10.00</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>ZZ</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">12.73</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>OY</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">29.74</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>RA</TaxCode>
                     </Tax>
                     <TotalTaxAmount CurCode="EUR">104.94</TotalTaxAmount>
                  </TaxSummary>
                  <TotalAmount CurCode="EUR">349.98</TotalAmount>
               </TotalPrice>
            </Offer>
            <Offer>
               <OfferID>OFb7dca067-7402-11ee-96ea-f1662140cf54</OfferID>
               <OfferItem>
                  <ChangeRestrictions>
                     <DescText> If the fare for the new flight is higher, the fare difference must be paid as rebooking fee. The stated fees apply to each booking modification. They are restricted to the same flight zone and can be made until 24 hours before scheduled departure.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>In the case of cancellation or no-show, it is not possible to refund the air fare.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>No changes can be made.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>Name correction is free of charge.</DescText>
                  </ChangeRestrictions>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS2</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">147.14</BaseAmount>
                           <TaxSummary>
                              <Tax>
                                 <Amount CurCode="EUR">10.00</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>ZZ</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">12.73</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>OY</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">29.74</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>RA</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.24</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>JD</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">0.18</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>OG</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.96</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>QV</TaxCode>
                              </Tax>
                              <TotalTaxAmount CurCode="EUR">55.85</TotalTaxAmount>
                           </TaxSummary>
                           <TotalAmount CurCode="EUR">202.99</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX1</PaxRefID>
                  </FareDetail>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS2</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">147.14</BaseAmount>
                           <TaxSummary>
                              <Tax>
                                 <Amount CurCode="EUR">10.00</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>ZZ</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">12.73</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>OY</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">29.74</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>RA</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.24</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>JD</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">0.18</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>OG</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.96</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>QV</TaxCode>
                              </Tax>
                              <TotalTaxAmount CurCode="EUR">55.85</TotalTaxAmount>
                           </TaxSummary>
                           <TotalAmount CurCode="EUR">202.99</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX2</PaxRefID>
                  </FareDetail>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS2</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">50.00</BaseAmount>
                           <TotalAmount CurCode="EUR">50.00</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX3</PaxRefID>
                  </FareDetail>
                  <OfferItemID>OFIb7dca067-7402-11ee-96ea-f1662140cf541</OfferItemID>
                  <Price>
                     <TotalAmount CurCode="EUR">455.98</TotalAmount>
                  </Price>
                  <Service>
                     <OfferServiceAssociation>
                        <PaxJourneyRef>
                           <PaxJourneyRefID>PJ2</PaxJourneyRefID>
                        </PaxJourneyRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <PaxRefID>PX2</PaxRefID>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV8</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS2</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <ServiceID>SV9</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS2</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD2</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <ServiceID>SV10</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS2</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD3</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX2</PaxRefID>
                     <ServiceID>SV11</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS2</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD4</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX2</PaxRefID>
                     <ServiceID>SV12</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS2</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD5</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV13</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS2</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD6</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV14</ServiceID>
                  </Service>
               </OfferItem>
               <OwnerCode>ZZ</OwnerCode>
               <TotalPrice>
                  <BaseAmount CurCode="EUR">344.28</BaseAmount>
                  <TaxSummary>
                     <Tax>
                        <Amount CurCode="EUR">10.00</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>ZZ</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">12.73</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>OY</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">29.74</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>RA</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.24</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>JD</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">0.18</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>OG</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.96</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>QV</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">10.00</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>ZZ</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">12.73</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>OY</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">29.74</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>RA</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.24</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>JD</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">0.18</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>OG</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.96</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>QV</TaxCode>
                     </Tax>
                     <TotalTaxAmount CurCode="EUR">111.70</TotalTaxAmount>
                  </TaxSummary>
                  <TotalAmount CurCode="EUR">455.98</TotalAmount>
               </TotalPrice>
            </Offer>
            <Offer>
               <OfferID>OFb7de001c-7402-11ee-96ea-5da3d71d1033</OfferID>
               <OfferItem>
                  <ChangeRestrictions>
                     <DescText> If the fare for the new flight is higher, the fare difference must be paid as rebooking fee. The stated fees apply to each booking modification. They are restricted to the same flight zone and can be made until 24 hours before scheduled departure.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>In the case of cancellation or no-show, it is not possible to refund the air fare.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>No changes can be made.</DescText>
                  </ChangeRestrictions>
                  <ChangeRestrictions>
                     <DescText>Name correction is free of charge.</DescText>
                  </ChangeRestrictions>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS4</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">147.14</BaseAmount>
                           <TaxSummary>
                              <Tax>
                                 <Amount CurCode="EUR">10.00</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>ZZ</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">12.73</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>OY</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">29.74</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>RA</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.24</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>JD</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">0.18</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>OG</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.96</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>QV</TaxCode>
                              </Tax>
                              <TotalTaxAmount CurCode="EUR">55.85</TotalTaxAmount>
                           </TaxSummary>
                           <TotalAmount CurCode="EUR">202.99</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX1</PaxRefID>
                  </FareDetail>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS4</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">147.14</BaseAmount>
                           <TaxSummary>
                              <Tax>
                                 <Amount CurCode="EUR">10.00</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>ZZ</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">12.73</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>OY</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">29.74</Amount>
                                 <Country>
                                    <CountryCode>ZZ</CountryCode>
                                 </Country>
                                 <TaxCode>RA</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.24</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>JD</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">0.18</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>OG</TaxCode>
                              </Tax>
                              <Tax>
                                 <Amount CurCode="EUR">1.96</Amount>
                                 <Country>
                                    <CountryCode>ES</CountryCode>
                                 </Country>
                                 <TaxCode>QV</TaxCode>
                              </Tax>
                              <TotalTaxAmount CurCode="EUR">55.85</TotalTaxAmount>
                           </TaxSummary>
                           <TotalAmount CurCode="EUR">202.99</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX2</PaxRefID>
                  </FareDetail>
                  <FareDetail>
                     <FareComponent>
                        <CabinType>
                           <CabinTypeCode>Y</CabinTypeCode>
                           <CabinTypeName>ECONOMY</CabinTypeName>
                        </CabinType>
                        <FareBasisCode>SPO</FareBasisCode>
                        <FareRule>
                           <Remark>
                              <RemarkText>Online Check-In is free of charge</RemarkText>
                           </Remark>
                           <RuleCode>online_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Airport Check-In and Check-In kiosks are free of charge.</RemarkText>
                           </Remark>
                           <RuleCode>airport_check-in</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</RemarkText>
                           </Remark>
                           <RuleCode>option_bookings</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Meals and beverages are not included.</RemarkText>
                           </Remark>
                           <RuleCode>meals_and_beverages</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Fees are applicable for seat reservation until 24 h before scheduled departure. </RemarkText>
                           </Remark>
                           <RuleCode>seat_reservation</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>You'll receive 125 Miles per flight leg.</RemarkText>
                           </Remark>
                           <RuleCode>miles_and_more</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Priority baggage, security check and boarding is not included. </RemarkText>
                           </Remark>
                           <RuleCode>priority_package</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>Ejournals and magazines are not included.</RemarkText>
                           </Remark>
                           <RuleCode>ejournals_magazines</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>No additional services included. </RemarkText>
                           </Remark>
                           <RuleCode>additional_services</RuleCode>
                        </FareRule>
                        <FareRule>
                           <Remark>
                              <RemarkText>https://www.condor.com/eu/flight-preparation/travel-advice/entry-regulations-worldwide.jsp</RemarkText>
                           </Remark>
                           <RuleCode>entry_regulations</RuleCode>
                        </FareRule>
                        <PaxSegmentRefID>PS4</PaxSegmentRefID>
                        <PriceClassRefID>PC1</PriceClassRefID>
                     </FareComponent>
                     <FarePriceType>
                        <FarePriceTypeCode>Net</FarePriceTypeCode>
                        <Price>
                           <BaseAmount CurCode="EUR">50.00</BaseAmount>
                           <TotalAmount CurCode="EUR">50.00</TotalAmount>
                        </Price>
                     </FarePriceType>
                     <PaxRefID>PX3</PaxRefID>
                  </FareDetail>
                  <OfferItemID>OFIb7de001c-7402-11ee-96ea-5da3d71d10331</OfferItemID>
                  <Price>
                     <TotalAmount CurCode="EUR">455.98</TotalAmount>
                  </Price>
                  <Service>
                     <OfferServiceAssociation>
                        <PaxJourneyRef>
                           <PaxJourneyRefID>PJ3</PaxJourneyRefID>
                        </PaxJourneyRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <PaxRefID>PX2</PaxRefID>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV15</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS4</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <ServiceID>SV16</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS4</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD2</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX1</PaxRefID>
                     <ServiceID>SV17</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS4</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD3</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX2</PaxRefID>
                     <ServiceID>SV18</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS4</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD4</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX2</PaxRefID>
                     <ServiceID>SV19</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS4</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD5</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV20</ServiceID>
                  </Service>
                  <Service>
                     <OfferServiceAssociation>
                        <ServiceDefinitionRef>
                           <OfferFlightAssociations>
                              <PaxSegmentReferences>
                                 <PaxSegmentRefID>PS4</PaxSegmentRefID>
                              </PaxSegmentReferences>
                           </OfferFlightAssociations>
                           <ServiceDefinitionRefID>SVD6</ServiceDefinitionRefID>
                        </ServiceDefinitionRef>
                     </OfferServiceAssociation>
                     <PaxRefID>PX3</PaxRefID>
                     <ServiceID>SV21</ServiceID>
                  </Service>
               </OfferItem>
               <OwnerCode>ZZ</OwnerCode>
               <TotalPrice>
                  <BaseAmount CurCode="EUR">344.28</BaseAmount>
                  <TaxSummary>
                     <Tax>
                        <Amount CurCode="EUR">10.00</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>ZZ</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">12.73</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>OY</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">29.74</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>RA</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.24</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>JD</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">0.18</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>OG</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.96</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>QV</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">10.00</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>ZZ</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">12.73</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>OY</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">29.74</Amount>
                        <Country>
                           <CountryCode>ZZ</CountryCode>
                        </Country>
                        <TaxCode>RA</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.24</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>JD</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">0.18</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>OG</TaxCode>
                     </Tax>
                     <Tax>
                        <Amount CurCode="EUR">1.96</Amount>
                        <Country>
                           <CountryCode>ES</CountryCode>
                        </Country>
                        <TaxCode>QV</TaxCode>
                     </Tax>
                     <TotalTaxAmount CurCode="EUR">111.70</TotalTaxAmount>
                  </TaxSummary>
                  <TotalAmount CurCode="EUR">455.98</TotalAmount>
               </TotalPrice>
            </Offer>
         </CarrierOffers>
      </OffersGroup>
   </ns2:Response>
   <ns2:PayloadAttributes>
      <Timestamp>2023-10-26T13:22:31.765127208</Timestamp>
      <TrxID>5e59af2a-9697-42fd-bb38-72be26d6f924</TrxID>
      <VersionNumber>21.3</VersionNumber>
   </ns2:PayloadAttributes>
</ns2:IATA_AirShoppingRS>