Skip to content
ru
en

Managing Help Queries

Request for Directions from a Carrier

General Provisions

Endpoint: /api/Order/AirlineProfile

The Mixvel_AirlineProfileRQ message is used to request information on the directions operated by the carrier.

To obtain information, the carrier code must be included in the request.

Request structure

Query input must match the schema Mixvel_AirlineProfileRQ.xsd and contain the following basic data:

Parameter XPath Filling in example Description
Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/OwnerCode S7 The carrier code (which routes are requested).
Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate Date search range.

Response structure

The system’s response to the request for the carrier’s routes follows the scheme Mixvel_AirlineProfileRS.xsd and contain the following basic data:

Parameter XPath Filling in example Description
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
Direction
OneWay Determines whether the carrier performs one-way flights
(OneWay) or round trip flights (RoundTrip).
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferDestPoint/CountrySubDivisionCode
MOW Indicates the city code (IATA) where the destination airport is located.
May coincide with an airport code.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferDestPoint/IATA_LocationCode
SVO Indicates the destination airport code (IATA).
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferOriginPoint/CountrySubDivisionCode
NYC Indicates the city code (IATA) where the departure airport is located. May coincide with an airport code.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferOriginPoint/IATA_LocationCode
LGA Indicates the departure airport code (IATA).
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferIntermediatePoint/IATA_LocationCode
MQF Indicates the intermediate airport code (IATA).
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
CarrierFlightNumberText
121 Flight Number.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
AirlineProfileDateInformation
Indicates the date range specified during the search.

Usage scenario and message examples

The agent sent a request for S7 Airlines list of operated destinations, indicating the corresponding airline code – S7.

<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
   <Header/>
   <Body id="ID1">
      <MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2021-03-17T19:37:48Z"/>
      <AppData>
         <m:Mixvel_AirlineProfileRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRQ/1_01">
            <Request>
               <AirlineProfileFilterCriteria>
                  <AirlineProfile>
                     <AirlineProfileDate>
                        <DateRangeStart>2023-10-30</DateRangeStart>
                        <DateRangeEnd>2023-11-30</DateRangeEnd>
                     </AirlineProfileDate>
                     <OwnerCode>S7</OwnerCode>
                  </AirlineProfile>
               </AirlineProfileFilterCriteria>
            </Request>
         </m:Mixvel_AirlineProfileRQ>
      </AppData>
   </Body>
</MixEnv:Envelope>

Due to request execution in the Mixvel_AirlineProfileRS message, the system returned all the actual routes of the carrier.

Show the Mixvel_AirlineProfileRS message example on this page

<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
   <Header/>
   <Body>
      <MessageInfo MessageId="308ce317-e5bf-4e99-a238-c0b09b1ce88c" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2023-10-19T13:55:07.3571038Z"/>
      <AppData>
         <Profile:Mixvel_AirlineProfileRS xmlns:Profile="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRS/1_01">
            <Response>
               <AirlineProfile>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-10-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-11-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <CarrierFlightNumberText>121</CarrierFlightNumberText>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>SIP</CountrySubDivisionCode>
                        <IATA_LocationCode>SIP</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-10-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-11-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <CarrierFlightNumberText>175</CarrierFlightNumberText>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-10-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-11-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <CarrierFlightNumberText>177</CarrierFlightNumberText>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-10-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-11-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <CarrierFlightNumberText>895</CarrierFlightNumberText>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>LON</CountrySubDivisionCode>
                        <IATA_LocationCode>LHR</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-10-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-11-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <CarrierFlightNumberText>1027</CarrierFlightNumberText>
                     <Direction>RoundTrip</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>AER</CountrySubDivisionCode>
                        <IATA_LocationCode>AER</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-10-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-11-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <CarrierFlightNumberText>1028</CarrierFlightNumberText>
                     <Direction>RoundTrip</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>AER</CountrySubDivisionCode>
                        <IATA_LocationCode>AER</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <ProfileOwner>
                     <AirlineDesigCode>MIX</AirlineDesigCode>
                  </ProfileOwner>
               </AirlineProfile>
            </Response>
         </Profile:Mixvel_AirlineProfileRS>
      </AppData>
   </Body>
</MixEnv:Envelope>

To input the dates for the period, or to input the starting/ending date for the period, there is the element AirlineProfileDate (optional) in the Mixvel_AirlineProfileRQ:

Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate

Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate/DateRangeStart

Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate/DateRangeEnd

Element Description
DateRangeStart The date of the dates range start
DateRangeEnd The date of the dates range end

In the Mixvel_AirlineProfileRS the data on the requested dates will be delivered in the field AirlineProfileDateInformation:

Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/AirlineProfileDateInformation

Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/AirlineProfileDateInformation/DirectionRangeStart

Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/AirlineProfileDateInformation/DirectionRangeEnd

Element Description
DirectionRangeStart The date of the dates range start
DirectionRangeEnd The date of the dates range end

Example of AirlineProfileRQ:

<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
   <Header/>
   <Body id="ID1">
  <MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2021-03-17T19:37:48Z"/>
      <AppData>
  <m:Mixvel_AirlineProfileRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRQ/1_01">
            <Request>
               <AirlineProfileFilterCriteria>
                  <AirlineProfile>
                     <AirlineProfileDate>
                        <DateRangeStart>2023-08-30</DateRangeStart> <!--period start date-->
                        <DateRangeEnd>2023-09-30</DateRangeEnd> <!--period end date-->
                     </AirlineProfileDate>
                     <OwnerCode>S7</OwnerCode>
                  </AirlineProfile>
               </AirlineProfileFilterCriteria>
            </Request>
         </m:Mixvel_AirlineProfileRQ>
      </AppData>
   </Body>
</MixEnv:Envelope>

Example of AirlineProfileRS:

Show the Mixvel_AirShoppingRS message example on this page

<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
   <Header/>
   <Body>
      <MessageInfo MessageId="e145ab89-d322-4eab-b70f-36f82eb2b169" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2023-08-21T12:52:56.1432855Z"/>
      <AppData>
         <Profile:Mixvel_AirlineProfileRS xmlns:Profile="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRS/1_01">
            <Response>
               <AirlineProfile>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-08-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-09-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>SIP</CountrySubDivisionCode>
                        <IATA_LocationCode>SIP</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-08-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-09-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-08-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-09-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <Direction>OneWay</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>LON</CountrySubDivisionCode>
                        <IATA_LocationCode>LHR</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>MOW</CountrySubDivisionCode>
                        <IATA_LocationCode>DME</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-08-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-09-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <Direction>RoundTrip</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>AER</CountrySubDivisionCode>
                        <IATA_LocationCode>AER</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <AirlineProfileDataItem>
                     <AirlineProfileDateInformation>
                        <DirectionRangeStart>2023-08-30</DirectionRangeStart>
                        <DirectionRangeEnd>2023-09-30</DirectionRangeEnd>
                     </AirlineProfileDateInformation>
                     <Direction>RoundTrip</Direction>
                     <OfferDestPoint>
                        <CountrySubDivisionCode>OVB</CountrySubDivisionCode>
                        <IATA_LocationCode>OVB</IATA_LocationCode>
                     </OfferDestPoint>
                     <OfferOriginPoint>
                        <CountrySubDivisionCode>AER</CountrySubDivisionCode>
                        <IATA_LocationCode>AER</IATA_LocationCode>
                     </OfferOriginPoint>
                  </AirlineProfileDataItem>
                  <ProfileOwner>
                     <AirlineDesigCode>MIX</AirlineDesigCode>
                  </ProfileOwner>
               </AirlineProfile>
            </Response>
         </Profile:Mixvel_AirlineProfileRS>
      </AppData>
   </Body>
</MixEnv:Envelope>

For correct display of in-between airports on the roadmap in the Mixvel_AirlineProfileRS to the request about the directions which are operated by the carrier, the element OfferIntermediatePoint was added into AirlineProfileDataItemType; by type it’s similar to OfferDestPoint and OfferOriginPoint - GeographicFilterCriteriaType.

Example of AirlineProfileRS:

<AirlineProfileDataItem>
                      <AirlineProfileDateInformation>
                     <DirectionRangeStart>2023-03-28</DirectionRangeStart>                
                       <DirectionRangeEnd>2023-05-30</DirectionRangeEnd>                  
                    </AirlineProfileDateInformation>
              <Direction>OneWay</Direction>
              <OfferDestPoint>
                <CountrySubDivisionCode>SVX</CountrySubDivisionCode>
                <IATA_LocationCode>SVX</IATA_LocationCode>
              </OfferDestPoint>
              <OfferIntermediatePoint>
                <CountrySubDivisionCode>MQF</CountrySubDivisionCode>
                <IATA_LocationCode>MQF</IATA_LocationCode>
              </OfferIntermediatePoint>
              <OfferOriginPoint>
                <CountrySubDivisionCode>MRV</CountrySubDivisionCode>
                <IATA_LocationCode>MRV</IATA_LocationCode>
              </OfferOriginPoint>
 </AirlineProfileDataItem>

Request to Deliver the Schedule

Mixvel_AirlineProfileRQ can be also used to deliver the timetable data for a specific OriginDest for a particular date or a period. As a function of a filter, one can use the possibility to point availability from a particular marketing carrier and obtaining a complex route.

The request is executed at one step. It’s informational only, and it’s not included into the obligatory workflow of sale- or after-sale service.

Mixvel_AirlineProfileRQ

Data delivery of the RQ:

Element Description
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/
OriginDestCriteria/OriginDepCriteria/IATA_LocationCode
Toponym or departure airport
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/
OriginDestCriteria/DestArrivalCriteria/IATA_LocationCode
Toponym or arrival airport
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/
OriginDestCriteria/OriginDepCriteria/DateRangeStart
Data of the schedule search beginning /
Schedule delivery for a particular date
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/
OriginDestCriteria/OriginDepCriteria/DateRangeEnd
Period closing date in the schedule search
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/
ScheduleFilterCriteria/CarrierCriteria/AirlineDesigCode
Search for a particular airline company
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/
ScheduleFilterCriteria/ConnectionCriteria/AllowConnectionsInd
Flag for obtaining direct flights
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
    <Header/>
    <Body id="ID1">
        <MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2021-03-17T19:37:48Z"/>
        <AppData>
            <m:Mixvel_AirlineProfileRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRQ/1_01">
                <Request>
                   <AirScheduleFilterCriteria>
                       <ScheduleRequest>
                           <OriginDestCriteria>
                               <OriginDepCriteria>
                                   <DateRangeStart>2023-03-04</DateRangeStart>
                                   <DateRangeEnd>2023-03-05</DateRangeEnd>
                                   <IATA_LocationCode>MOW</IATA_LocationCode>
                               </OriginDepCriteria>
                           </OriginDestCriteria>
                       </ScheduleRequest>
                       <ScheduleFilterCriteria>
                           <CarrierCriteria>
                               <AirlineDesigCode>UT</AirlineDesigCode>
                           </CarrierCriteria>
                           <ConnectionCriteria>
                               <AllowConnectionsInd>true</AllowConnectionsInd>
                           </ConnectionCriteria>
                       </ScheduleFilterCriteria>
                   </AirScheduleFilterCriteria>
               </Request>
            </m:Mixvel_AirlineProfileRQ>
        </AppData>
    </Body>
</MixEnv:Envelope>

Mixvel_AirlineProfileRS

Data delivery in the response:

Element Description
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Dep/IATA_LocationCode
Toponym or departure airport
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Arrival/IATA_LocationCode
Toponym or arrival airport
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Dep/AircraftScheduleTime
Local arrival time
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Arrival/AircraftScheduleTime
Local departure time
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Duration
Total time of the segment
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
DatedOperatingLeg/CarrierAircraftType/CarrierAircraftTypeCode
Aircraft type
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
MarketingCarrierInfo/MarketingCarrierFlightNumberText
Flight number
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/
PaxSegmentSchedules/PaxSegmentSchedule/OperationDays/Day
Particular weekday when the flight is operated
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/
PaxSegmentSchedules/PaxSegmentSchedule/ScheduleDateInformation/ScheduleRangeStart
Scheduled Range Start
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/
PaxSegmentSchedules/PaxSegmentSchedule/ScheduleDateInformation/ScheduleRangeEnd
Scheduled Range End

As a result of executing the request in the AirlineProfileRS message, the system returned information on the schedule.

Show the Mixvel_AirlineProfileRS message example on this page

<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
    <Header />
    <Body>
        <MessageInfo MessageId="45f02b5f-af72-472e-bd28-947a33714691" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2023-04-06T16:36:11.9046809Z" />
        <AppData>
            <Profile:Mixvel_AirlineProfileRS xmlns:Profile="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRS/1_01">
                <Response>
                    <DataLists>
                        <OriginDestList>
                            <OriginDest>
                                <DestCode>AER</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>124cda94-2739-415c-a2b5-6ccb28a9596e</OriginDestID>
                                <PaxJourneyRefID>a6d8135e-5de2-45f5-bfd2-c2b6b8ec2ee3</PaxJourneyRefID>
                                <PaxJourneyRefID>0afe2461-5474-4378-8dbd-bf020bfe0d0a</PaxJourneyRefID>
                                <PaxJourneyRefID>45ed70c3-5b54-4e53-825c-1288cd6f936b</PaxJourneyRefID>
                                <PaxJourneyRefID>dc624284-b39e-4c5d-a388-36a259a80aef</PaxJourneyRefID>
                                <PaxJourneyRefID>92be0ee1-1251-42be-8d41-21f0e801b71b</PaxJourneyRefID>
                                <PaxJourneyRefID>51663683-0514-48b5-a0e8-b384258cee5b</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode>TJM</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>7276959b-8034-498d-93ab-eae9f9a76d83</OriginDestID>
                                <PaxJourneyRefID>32c52ffd-c153-45d6-a500-117414787d32</PaxJourneyRefID>
                                <PaxJourneyRefID>1fcfc84b-6e29-4785-bf73-e08f9843482f</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode>LED</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>6be29760-71e3-4ae0-a501-e652b06d4709</OriginDestID>
                                <PaxJourneyRefID>6f41bf87-ac8e-4a8a-a90a-8775e0d34dbe</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode>UFA</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>9c1e2973-83c4-4dde-9892-a2c280691e2f</OriginDestID>
                                <PaxJourneyRefID>b845d03d-dac9-423e-8103-3b5a7dfff5bb</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode>NQZ</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>0a9e4399-ae91-4281-a4f6-fe2f54e88526</OriginDestID>
                                <PaxJourneyRefID>e658b191-f444-4986-80f1-f64980f7ab5e</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode>GRV</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>ce268ea5-79ae-4bd8-b4df-dba2f3b2d042</OriginDestID>
                                <PaxJourneyRefID>81d3d4f5-cca1-4890-903c-c99d74543f0c</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode>SGC</DestCode>
                                <OriginCode>MOW</OriginCode>
                                <OriginDestID>c2730a59-1594-4ad9-b8b5-18ce5f31f70e</OriginDestID>
                                <PaxJourneyRefID>2b63d369-1cb1-431b-a273-117a3f81bcf9</PaxJourneyRefID>
                            </OriginDest>
                        </OriginDestList>
                        <PaxJourneyList>
                            <PaxJourney>
                                <Duration>PT2H</Duration>
                                <PaxJourneyID>a6d8135e-5de2-45f5-bfd2-c2b6b8ec2ee3</PaxJourneyID>
                                <PaxSegmentRefID>216acac8-154e-467a-88eb-dd28dbbf054b</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT3H</Duration>
                                <PaxJourneyID>32c52ffd-c153-45d6-a500-117414787d32</PaxJourneyID>
                                <PaxSegmentRefID>bfe4c67f-2d61-4fcb-a697-1e099e9fd6c2</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT20M</Duration>
                                <PaxJourneyID>6f41bf87-ac8e-4a8a-a90a-8775e0d34dbe</PaxJourneyID>
                                <PaxSegmentRefID>ab489e44-9269-41ec-b360-9cbb6bfb62e7</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT2H35M</Duration>
                                <PaxJourneyID>0afe2461-5474-4378-8dbd-bf020bfe0d0a</PaxJourneyID>
                                <PaxSegmentRefID>6e0eac2e-b261-4d9c-8cec-c0bbd9dfc4d1</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT2H20M</Duration>
                                <PaxJourneyID>45ed70c3-5b54-4e53-825c-1288cd6f936b</PaxJourneyID>
                                <PaxSegmentRefID>9d1883e1-658e-4698-a906-e94d0ab5ae85</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT2H30M</Duration>
                                <PaxJourneyID>1fcfc84b-6e29-4785-bf73-e08f9843482f</PaxJourneyID>
                                <PaxSegmentRefID>7d69bc26-7475-4fb4-a923-0b0a8d324567</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT2H5M</Duration>
                                <PaxJourneyID>b845d03d-dac9-423e-8103-3b5a7dfff5bb</PaxJourneyID>
                                <PaxSegmentRefID>e37115d4-c8be-402a-9b2c-1dfefe8c0d62</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT9H</Duration>
                                <PaxJourneyID>e658b191-f444-4986-80f1-f64980f7ab5e</PaxJourneyID>
                                <PaxSegmentRefID>61c3d4f1-cbfc-4afc-b109-864491109e2b</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT1H30M</Duration>
                                <PaxJourneyID>dc624284-b39e-4c5d-a388-36a259a80aef</PaxJourneyID>
                                <PaxSegmentRefID>26059eaa-0660-4c8e-b0fe-25de284a94b1</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT2H20M</Duration>
                                <PaxJourneyID>92be0ee1-1251-42be-8d41-21f0e801b71b</PaxJourneyID>
                                <PaxSegmentRefID>d3fee3be-a852-48df-8316-7f81b0490c52</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT3H25M</Duration>
                                <PaxJourneyID>81d3d4f5-cca1-4890-903c-c99d74543f0c</PaxJourneyID>
                                <PaxSegmentRefID>09880085-c891-4a85-89fd-76ac57166ac8</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT2H25M</Duration>
                                <PaxJourneyID>51663683-0514-48b5-a0e8-b384258cee5b</PaxJourneyID>
                                <PaxSegmentRefID>33834299-a527-42df-880f-90f973835f11</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT3H20M</Duration>
                                <PaxJourneyID>2b63d369-1cb1-431b-a273-117a3f81bcf9</PaxJourneyID>
                                <PaxSegmentRefID>77099f8d-fc2b-4b22-9c28-c1266283be5d</PaxSegmentRefID>
                            </PaxJourney>
                        </PaxJourneyList>
                        <PaxSegmentList>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>16:00</AircraftScheduledTime>
                                    <IATA_LocationCode>TJM</IATA_LocationCode>
                                    <StationName>Tyumen(Roschino)</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>16:00</AircraftScheduledTime>
                                        <IATA_LocationCode>TJM</IATA_LocationCode>
                                        <StationName>Tyumen(Roschino)</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>735</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>789cd814-e6c0-4361-82ea-f47f81838c9a</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>11:30</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:30</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT2H30M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>461</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>7d69bc26-7475-4fb4-a923-0b0a8d324567</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>12:25</AircraftScheduledTime>
                                    <IATA_LocationCode>LED</IATA_LocationCode>
                                    <StationName>St. Petersburg(Pulkovo)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>12:25</AircraftScheduledTime>
                                        <IATA_LocationCode>LED</IATA_LocationCode>
                                        <StationName>St. Petersburg(Pulkovo)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>d99f1faa-436f-41c8-bdde-5dbd064f42cc</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>12:05</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>12:05</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Dep>
                                <Duration>PT20M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>804</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>ab489e44-9269-41ec-b360-9cbb6bfb62e7</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>13:30</AircraftScheduledTime>
                                    <IATA_LocationCode>AER</IATA_LocationCode>
                                    <StationName>Sochi</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>13:30</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Sochi</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>94f4dd7d-a0d6-4351-8605-ade89cb67346</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>11:10</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:10</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT2H20M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>249</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>d3fee3be-a852-48df-8316-7f81b0490c52</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>22:00</AircraftScheduledTime>
                                    <IATA_LocationCode>NQZ</IATA_LocationCode>
                                    <StationName>Astana (Nursultan Nazarbayev)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>22:00</AircraftScheduledTime>
                                        <IATA_LocationCode>NQZ</IATA_LocationCode>
                                        <StationName>Astana (Nursultan Nazarbayev)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>319</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>c171d485-5a10-47d8-bd4b-f2ac66bba9d9</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>10:00</AircraftScheduledTime>
                                        <IATA_LocationCode>DME</IATA_LocationCode>
                                        <StationName>Moscow (Domodedovo)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>10:00</AircraftScheduledTime>
                                    <IATA_LocationCode>DME</IATA_LocationCode>
                                    <StationName>Moscow (Domodedovo)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Dep>
                                <Duration>PT9H</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>7352</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>61c3d4f1-cbfc-4afc-b109-864491109e2b</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>13:00</AircraftScheduledTime>
                                    <IATA_LocationCode>AER</IATA_LocationCode>
                                    <StationName>Sochi</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>13:00</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Sochi</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>efab692b-ae0e-4c7e-b257-ab41c8ecd5eb</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>11:00</AircraftScheduledTime>
                                        <IATA_LocationCode>SVO</IATA_LocationCode>
                                        <StationName>Moscow(Sheremetyevo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:00</AircraftScheduledTime>
                                    <IATA_LocationCode>SVO</IATA_LocationCode>
                                    <StationName>Moscow(Sheremetyevo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT2H</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>3349</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>216acac8-154e-467a-88eb-dd28dbbf054b</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>18:10</AircraftScheduledTime>
                                    <IATA_LocationCode>AER</IATA_LocationCode>
                                    <StationName>Sochi</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>18:10</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Sochi</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>4de2435c-e70c-40b5-88c7-40c36868df98</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>16:40</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>16:40</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT1H30M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>579</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>26059eaa-0660-4c8e-b0fe-25de284a94b1</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>14:00</AircraftScheduledTime>
                                    <IATA_LocationCode>AER</IATA_LocationCode>
                                    <StationName>Sochi</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>14:00</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Sochi</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>42645508-ad13-46b2-ae1b-3d1455a24605</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>11:40</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:40</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT2H20M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>249</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>9d1883e1-658e-4698-a906-e94d0ab5ae85</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>19:55</AircraftScheduledTime>
                                    <IATA_LocationCode>AER</IATA_LocationCode>
                                    <StationName>Sochi</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>19:55</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Sochi</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>735</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>4f61d5a9-9d70-4770-a69d-3d87f0cebd88</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>17:30</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>17:30</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT2H25M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>267</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>33834299-a527-42df-880f-90f973835f11</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>22:00</AircraftScheduledTime>
                                    <IATA_LocationCode>TJM</IATA_LocationCode>
                                    <StationName>Tyumen(Roschino)</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>22:00</AircraftScheduledTime>
                                        <IATA_LocationCode>TJM</IATA_LocationCode>
                                        <StationName>Tyumen(Roschino)</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>735</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>5a76a484-00e6-4f0f-92f8-44aa99fc482d</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>17:00</AircraftScheduledTime>
                                        <IATA_LocationCode>SVO</IATA_LocationCode>
                                        <StationName>Moscow(Sheremetyevo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>17:00</AircraftScheduledTime>
                                    <IATA_LocationCode>SVO</IATA_LocationCode>
                                    <StationName>Moscow(Sheremetyevo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT3H</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>455</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>bfe4c67f-2d61-4fcb-a697-1e099e9fd6c2</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>04:35</AircraftScheduledTime>
                                    <IATA_LocationCode>GRV</IATA_LocationCode>
                                    <StationName>Grozny (Northern)</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>04:35</AircraftScheduledTime>
                                        <IATA_LocationCode>GRV</IATA_LocationCode>
                                        <StationName>Grozny (Northern)</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>735</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>276b8eeb-9788-4a77-8698-e65708e83d71</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>01:10</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>01:10</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT3H25M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>355</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>09880085-c891-4a85-89fd-76ac57166ac8</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>16:50</AircraftScheduledTime>
                                    <IATA_LocationCode>SGC</IATA_LocationCode>
                                    <StationName>Surgut</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>16:50</AircraftScheduledTime>
                                        <IATA_LocationCode>SGC</IATA_LocationCode>
                                        <StationName>Surgut</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>735</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>c1511a6e-3be7-41f5-953e-533ffb9cc174</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>11:30</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:30</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT3H20M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>295</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>77099f8d-fc2b-4b22-9c28-c1266283be5d</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>09:25</AircraftScheduledTime>
                                    <IATA_LocationCode>AER</IATA_LocationCode>
                                    <StationName>Sochi</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>09:25</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Sochi</StationName>
                                        <TerminalName />
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>744</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>b515e682-9ac2-462b-8889-656a0842663e</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>06:50</AircraftScheduledTime>
                                        <IATA_LocationCode>SVO</IATA_LocationCode>
                                        <StationName>Moscow(Sheremetyevo)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>06:50</AircraftScheduledTime>
                                    <IATA_LocationCode>SVO</IATA_LocationCode>
                                    <StationName>Moscow(Sheremetyevo)</StationName>
                                    <TerminalName />
                                </Dep>
                                <Duration>PT2H35M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>7772</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>6e0eac2e-b261-4d9c-8cec-c0bbd9dfc4d1</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <AircraftScheduledTime>05:45</AircraftScheduledTime>
                                    <IATA_LocationCode>UFA</IATA_LocationCode>
                                    <StationName>Ufa</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>05:45</AircraftScheduledTime>
                                        <IATA_LocationCode>UFA</IATA_LocationCode>
                                        <StationName>Ufa</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Arrival>
                                    <CarrierAircraftType>
                                        <CarrierAircraftTypeCode>77W</CarrierAircraftTypeCode>
                                    </CarrierAircraftType>
                                    <DatedOperatingLegID>f069e640-0fdf-486d-a9f6-aad5fcaefb74</DatedOperatingLegID>
                                    <Dep>
                                        <AircraftScheduledTime>01:40</AircraftScheduledTime>
                                        <IATA_LocationCode>VKO</IATA_LocationCode>
                                        <StationName>Moscow(Vnukovo)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>01:40</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Moscow(Vnukovo)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Dep>
                                <Duration>PT2H5M</Duration>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>UT</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>363</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <PaxSegmentID>e37115d4-c8be-402a-9b2c-1dfefe8c0d62</PaxSegmentID>
                            </PaxSegment>
                        </PaxSegmentList>
                    </DataLists>
                    <AirlineSchedules>
                        <Schedule>
                            <PaxJourneyRefID>a6d8135e-5de2-45f5-bfd2-c2b6b8ec2ee3</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>216acac8-154e-467a-88eb-dd28dbbf054b</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-10-15</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-12-31</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>32c52ffd-c153-45d6-a500-117414787d32</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>bfe4c67f-2d61-4fcb-a697-1e099e9fd6c2</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-10-27</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-27</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>6f41bf87-ac8e-4a8a-a90a-8775e0d34dbe</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>ab489e44-9269-41ec-b360-9cbb6bfb62e7</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-09-13</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-25</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>0afe2461-5474-4378-8dbd-bf020bfe0d0a</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>6e0eac2e-b261-4d9c-8cec-c0bbd9dfc4d1</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2023-01-28</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-12-31</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>45ed70c3-5b54-4e53-825c-1288cd6f936b</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>9d1883e1-658e-4698-a906-e94d0ab5ae85</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2023-03-05</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-05</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>1fcfc84b-6e29-4785-bf73-e08f9843482f</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>7d69bc26-7475-4fb4-a923-0b0a8d324567</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-11-24</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2024-03-23</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>b845d03d-dac9-423e-8103-3b5a7dfff5bb</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>e37115d4-c8be-402a-9b2c-1dfefe8c0d62</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2023-03-03</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-09</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>e658b191-f444-4986-80f1-f64980f7ab5e</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>61c3d4f1-cbfc-4afc-b109-864491109e2b</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2023-02-01</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-12-31</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>dc624284-b39e-4c5d-a388-36a259a80aef</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>26059eaa-0660-4c8e-b0fe-25de284a94b1</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-09-13</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-25</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>92be0ee1-1251-42be-8d41-21f0e801b71b</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>d3fee3be-a852-48df-8316-7f81b0490c52</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-12-14</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-04</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>81d3d4f5-cca1-4890-903c-c99d74543f0c</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>09880085-c891-4a85-89fd-76ac57166ac8</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2023-02-06</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-10-28</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>51663683-0514-48b5-a0e8-b384258cee5b</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>33834299-a527-42df-880f-90f973835f11</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2022-11-07</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-03-25</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                        <Schedule>
                            <PaxJourneyRefID>2b63d369-1cb1-431b-a273-117a3f81bcf9</PaxJourneyRefID>
                            <PaxSegmentSchedules>
                                <PaxSegmentSchedule>
                                    <OperationDays>
                                        <Day>Mon</Day>
                                        <Day>Tue</Day>
                                        <Day>Wed</Day>
                                        <Day>Thu</Day>
                                        <Day>Fri</Day>
                                        <Day>Sat</Day>
                                        <Day>Sun</Day>
                                    </OperationDays>
                                    <ServiceLevels>
                                        <CabinType>
                                            <CabinTypeCode>Business</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>Economy</CabinTypeCode>
                                        </CabinType>
                                        <CabinType>
                                            <CabinTypeCode>First</CabinTypeCode>
                                        </CabinType>
                                    </ServiceLevels>
                                    <PaxSegmentRefID>77099f8d-fc2b-4b22-9c28-c1266283be5d</PaxSegmentRefID>
                                    <ScheduleDateInformation>
                                        <ScheduleRangeStart>2023-02-06</ScheduleRangeStart>
                                        <ScheduleRangeEnd>2023-10-28</ScheduleRangeEnd>
                                    </ScheduleDateInformation>
                                </PaxSegmentSchedule>
                            </PaxSegmentSchedules>
                            <OwnerCode>TCH</OwnerCode>
                        </Schedule>
                    </AirlineSchedules>
                </Response>
            </Profile:Mixvel_AirlineProfileRS>
        </AppData>
    </Body>
</MixEnv:Envelope>