Перейти к содержанию
ru
en

Управление справочными запросами

Запрос направлений перевозчика

Общие положения

Endpoint: /api/Order/AirlineProfile

Для запроса справки о направлениях, которые выполняются перевозчиком, используется метод Mixvel_AirlineProfileRQ.

Для получения информации необходимо включить в запрос код перевозчика.

Структура запроса

Входные данные запроса должны удовлетворять схеме Mixvel_AirlineProfileRQ.xsd и содержать следующие основные данные:

XPath параметра Пример заполнения Описание
Mixvel_AirlineProfileRQ / Request / AirlineProfileFilterCriteria / AirlineProfile / OwnerCode S7 Код перевозчика, маршруты которого запрашиваются.
Mixvel_AirlineProfileRQ / Request / AirlineProfileFilterCriteria / AirlineProfile / AirlineProfileDate Диапазон поиска по датам.

Структура ответа

Ответ системы на запрос предоставления маршрутов перевозчика соответствует схеме Mixvel_AirlineProfileRS.xsd и содержит следующие основные данные:

XPath параметра Пример заполнения Описание
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
Direction
OneWay Определяет выполнение перевозчиком рейсов в одну сторону (OneWay) или в обе (RoundTrip).
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferDestPoint/CountrySubDivisionCode
MOW Указывает код города (IATA), в котором расположен аэропорт назначения. Может совпадать с кодом аэропорта.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferDestPoint/IATA_LocationCode
SVO Указывает код аэропорта (IATA) назначения.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferOriginPoint/CountrySubDivisionCode
NYC Указывает код города (IATA), в котором расположен аэропорт отправления. Может совпадать с кодом аэропорта.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferOriginPoint/IATA_LocationCode
LGA Указывает код аэропорта (IATA) отправления.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
OfferIntermediatePoint/IATA_LocationCode
MQF Указывает код аэропорта (IATA) пересадки.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
CarrierFlightNumberText
121 Номер рейса.
Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/
AirlineProfileDateInformation
Указывает диапазон дат, заданный при поиске.

Сценарий использования и примеры сообщений

Агент отправил запрос на получение списка направлений, выполняемых авиакомпанией S7 Airlines, указав соответствующий код авиакомпании – 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>

В результате выполнения запроса в сообщении Mixvel_AirlineProfileRS системой были возвращены все актуальные маршруты перевозчика.

Показать пример Mixvel_AirlineProfileRS на этой странице

<?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>

Для передачи в запросе периода дат или выборочно даты начала или завершения запрашиваемого периода в схеме Mixvel_AirlineProfileRQ присутствует AirlineProfileDate (опционально):

Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate

Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate/DateRangeStart

Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate/DateRangeEnd

Элемент Описание
DateRangeStart Дата начала диапазона
DateRangeEnd Дата окончания диапазона

В ответном сообщении Mixvel_AirlineProfileRS данные по запрашиваемым датам будут содержаться в поле AirlineProfileDateInformation:

Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/AirlineProfileDateInformation

Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/AirlineProfileDateInformation/DirectionRangeStart

Mixvel_AirlineProfileRS/Response/AirlineProfile/AirlineProfileDataItem/AirlineProfileDateInformation/DirectionRangeEnd

Элемент Описание
DirectionRangeStart Дата начала диапазона
DirectionRangeEnd Дата окончания диапазона

Пример 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> <!--дата начала периода-->
                        <DateRangeEnd>2023-09-30</DateRangeEnd> <!--дата окончания периода-->
                     </AirlineProfileDate>
                     <OwnerCode>S7</OwnerCode>
                  </AirlineProfile>
               </AirlineProfileFilterCriteria>
            </Request>
         </m:Mixvel_AirlineProfileRQ>
      </AppData>
   </Body>
</MixEnv:Envelope>

Пример AirlineProfileRS:

Показать пример AirlineProfileRS на этой странице

<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>

Для корректного отображения промежуточных аэропортов на маршруте в ответном сообщении Mixvel_AirlineProfileRS на справочный запрос о направлениях, которые выполняются перевозчиком в структуру AirlineProfileDataItemType добавлен элемент OfferIntermediatePoint, по типу аналогичный OfferDestPoint и OfferOriginPoint - GeographicFilterCriteriaType.

Пример 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>

Запрос на получение расписания

Запрос Mixvel_AirlineProfileRQ используется для получения информации по расписанию на определенном OriginDest на конкретную дату или диапазон дат. Также возможно использовать фильтр для получения в выдаче конкретного маркетингового перевозчика и сложного маршрута.

Запрос выполняется в одно действие, является справочным и в обязательный workflow продажи или постпродажного обслуживания заказа не входит.

Mixvel_AirlineProfileRQ:

Передача информации при выполнении запроса

Элемент Описание
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/OriginDestCriteria/
OriginDepCriteria/IATA_LocationCode
Топоним или аэропорт вылета
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/OriginDestCriteria/
DestArrivalCriteria/IATA_LocationCode
Топоним или аэропорт прилета
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/OriginDestCriteria/
OriginDepCriteria/DateRangeStart
Дата начала диапазона запроса расписания /
получение расписания на конкретную дату
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleRequest/OriginDestCriteria/
OriginDepCriteria/DateRangeEnd
Дата завершения диапазона запроса расписания
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleFilterCriteria/
CarrierCriteria/AirlineDesigCode
Запрос расписания конкретной авиакомпании
Mixvel_AirlineProfileRQ/Request/AirScheduleFilterCriteria/ScheduleFilterCriteria/
ConnectionCriteria/AllowConnectionsInd
Флаг для получения прямых рейсов
<?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:

Получение информации в ответе

Элемент Описание
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Dep/IATA_LocationCode
Топоним или аэропорт вылета
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Arrival/IATA_LocationCode
Топоним или аэропорт прилета
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Dep/AircraftScheduleTime
Местное время прилета
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Arrival/AircraftScheduleTime
Местное время  вылета
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
Duration
Общее время сегмента
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
DatedOperatingLeg/CarrierAircraftType/CarrierAircraftTypeCode
Тип воздушного судна
Mixvel_AirlineProfileRS/Response/DataLists/PaxSegmentList/PaxSegment/
MarketingCarrierInfo/MarketingCarrierFlightNumberText
Номер рейса
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/
PaxSegmentSchedules/PaxSegmentSchedule/OperationDays/Day
Конкретный день недели, когда выполняется рейс
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/
PaxSegmentSchedules/PaxSegmentSchedule/ScheduleDateInformation/ScheduleRangeStart
Запланированное начало диапазона дат вылета
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/
PaxSegmentSchedules/PaxSegmentSchedule/ScheduleDateInformation/ScheduleRangeEnd
Запланированный конец диапазона дат вылета

В результате выполнения запроса в сообщении AirlineProfileRS системой была возвращена информация по расписанию.

Показать пример сообщения Mixvel_Mixvel_AirlineProfileRS на этой странице

<?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>Тюмень(Рощино)</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>16:00</AircraftScheduledTime>
                                        <IATA_LocationCode>TJM</IATA_LocationCode>
                                        <StationName>Тюмень(Рощино)</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:30</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Санкт-Петербург(Пулково)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>12:25</AircraftScheduledTime>
                                        <IATA_LocationCode>LED</IATA_LocationCode>
                                        <StationName>Санкт-Петербург(Пулково)</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>Москва(Внуково)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>12:05</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Сочи</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>13:30</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Сочи</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:10</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Астана(Нурсултан Назарбаев)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>22:00</AircraftScheduledTime>
                                        <IATA_LocationCode>NQZ</IATA_LocationCode>
                                        <StationName>Астана(Нурсултан Назарбаев)</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>Москва(Домодедово)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>10:00</AircraftScheduledTime>
                                    <IATA_LocationCode>DME</IATA_LocationCode>
                                    <StationName>Москва(Домодедово)</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>Сочи</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>13:00</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Сочи</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>Москва(Шереметьево)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:00</AircraftScheduledTime>
                                    <IATA_LocationCode>SVO</IATA_LocationCode>
                                    <StationName>Москва(Шереметьево)</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>Сочи</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>18:10</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Сочи</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>16:40</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Сочи</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>14:00</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Сочи</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:40</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Сочи</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>19:55</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Сочи</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>17:30</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Тюмень(Рощино)</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>22:00</AircraftScheduledTime>
                                        <IATA_LocationCode>TJM</IATA_LocationCode>
                                        <StationName>Тюмень(Рощино)</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>Москва(Шереметьево)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>17:00</AircraftScheduledTime>
                                    <IATA_LocationCode>SVO</IATA_LocationCode>
                                    <StationName>Москва(Шереметьево)</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>Грозный(Северный)</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>04:35</AircraftScheduledTime>
                                        <IATA_LocationCode>GRV</IATA_LocationCode>
                                        <StationName>Грозный(Северный)</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>01:10</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Сургут</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>16:50</AircraftScheduledTime>
                                        <IATA_LocationCode>SGC</IATA_LocationCode>
                                        <StationName>Сургут</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>Москва(Внуково)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>11:30</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>Сочи</StationName>
                                    <TerminalName />
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>09:25</AircraftScheduledTime>
                                        <IATA_LocationCode>AER</IATA_LocationCode>
                                        <StationName>Сочи</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>Москва(Шереметьево)</StationName>
                                        <TerminalName />
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>06:50</AircraftScheduledTime>
                                    <IATA_LocationCode>SVO</IATA_LocationCode>
                                    <StationName>Москва(Шереметьево)</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>Уфа</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <AircraftScheduledTime>05:45</AircraftScheduledTime>
                                        <IATA_LocationCode>UFA</IATA_LocationCode>
                                        <StationName>Уфа</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>Москва(Внуково)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <AircraftScheduledTime>01:40</AircraftScheduledTime>
                                    <IATA_LocationCode>VKO</IATA_LocationCode>
                                    <StationName>Москва(Внуково)</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>