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 IATA 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 | UT | The carrier code (which routes are requested). |
Mixvel_AirlineProfileRQ/Request/AirlineProfileFilterCriteria/AirlineProfile/AirlineProfileDate | Date search range. If the parameters DateRangeStart/DateRangeEnd are not specified, the schedule for the current date is displayed. |
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 UT «Utair» Airline list of operated destinations, indicating the corresponding airline code – UT.
<?xml version="1.0"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0295a18c-6cf4-4415-8a18-4dfb863abefb" TimeSent="2025-02-24T18:13:49Z"/>
<AppData>
<m:Mixvel_AirlineProfileRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRQ/1_01">
<Request>
<AirlineProfileFilterCriteria>
<AirlineProfile>
<OwnerCode>UT</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="ca7ee9b6-097e-42c6-9753-84d439de7ea4" ReplyTo="0295a18c-6cf4-4415-8a18-4dfb863abefb" TimeSent="2025-01-04T09:12:04.6038027Z" />
<AppData>
<Profile:Mixvel_AirlineProfileRS xmlns:Profile="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRS/1_01">
<Response>
<AirlineProfile>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-11</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>102</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-06-29</DirectionRangeStart>
<DirectionRangeEnd>2025-05-31</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>572</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>111</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SVX</CountrySubDivisionCode>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>112</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SVX</CountrySubDivisionCode>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>248</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-17</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>250</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-17</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>267</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>295</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>352</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>HMA</CountrySubDivisionCode>
<IATA_LocationCode>HMA</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>357</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>KUF</CountrySubDivisionCode>
<IATA_LocationCode>KUF</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>358</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>KUF</CountrySubDivisionCode>
<IATA_LocationCode>KUF</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>373</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MRV</CountrySubDivisionCode>
<IATA_LocationCode>MRV</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>374</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MRV</CountrySubDivisionCode>
<IATA_LocationCode>MRV</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-26</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>455</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>NOJ</CountrySubDivisionCode>
<IATA_LocationCode>NOJ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-21</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>456</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>NOJ</CountrySubDivisionCode>
<IATA_LocationCode>NOJ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-03-30</DirectionRangeStart>
<DirectionRangeEnd>2025-03-31</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>461</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>DME</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-07-31</DirectionRangeStart>
<DirectionRangeEnd>2026-07-30</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>470</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>SVO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-17</DirectionRangeStart>
<DirectionRangeEnd>2025-10-25</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>513</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-17</DirectionRangeStart>
<DirectionRangeEnd>2025-10-25</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>514</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>559</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MCX</CountrySubDivisionCode>
<IATA_LocationCode>MCX</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>560</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MCX</CountrySubDivisionCode>
<IATA_LocationCode>MCX</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-26</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>561</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>GRV</CountrySubDivisionCode>
<IATA_LocationCode>GRV</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-01-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>571</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>KJA</CountrySubDivisionCode>
<IATA_LocationCode>KJA</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-05-20</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>747</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>FEG</CountrySubDivisionCode>
<IATA_LocationCode>FEG</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-05-21</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>748</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>FEG</CountrySubDivisionCode>
<IATA_LocationCode>FEG</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-17</DirectionRangeStart>
<DirectionRangeEnd>2026-12-16</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>799</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SSH</CountrySubDivisionCode>
<IATA_LocationCode>SSH</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-28</DirectionRangeStart>
<DirectionRangeEnd>2026-02-28</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>804</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-12-31</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>805</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>TAS</CountrySubDivisionCode>
<IATA_LocationCode>TAS</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-16</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4925</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-16</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4926</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4939</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4941</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4945</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4940</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4942</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-12</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4946</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-27</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4979</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-12-21</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4981</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-13</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4980</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2024-11-27</DirectionRangeStart>
<DirectionRangeEnd>2025-03-29</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4982</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</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:
<?xml version="1.0"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0295a18c-6cf4-4415-8a18-4dfb863abefb" TimeSent="2025-02-24T18:19:33Z"/>
<AppData>
<m:Mixvel_AirlineProfileRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRQ/1_01">
<Request>
<AirlineProfileFilterCriteria>
<AirlineProfile>
<AirlineProfileDate>
<DateRangeStart>2025-03-01</DateRangeStart> <!--period start date-->
<DateRangeEnd>2025-03-15</DateRangeEnd> <!--period end date-->
</AirlineProfileDate>
<OwnerCode>UT</OwnerCode>
</AirlineProfile>
</AirlineProfileFilterCriteria>
</Request>
</m:Mixvel_AirlineProfileRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of AirlineProfileRS:
Show the Mixvel_AirShoppingRS 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="0d9b65bf-0e9c-4077-8812-1ed3c2b48070" ReplyTo="0295a18c-6cf4-4415-8a18-4dfb863abefb" TimeSent="2025-01-04T10:56:54.9146585Z" />
<AppData>
<Profile:Mixvel_AirlineProfileRS xmlns:Profile="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRS/1_01">
<Response>
<AirlineProfile>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>102</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>572</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>111</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SVX</CountrySubDivisionCode>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>112</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SVX</CountrySubDivisionCode>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>248</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>250</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>267</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>295</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>351</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>HMA</CountrySubDivisionCode>
<IATA_LocationCode>HMA</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>352</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>HMA</CountrySubDivisionCode>
<IATA_LocationCode>HMA</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>357</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>KUF</CountrySubDivisionCode>
<IATA_LocationCode>KUF</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>358</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>KUF</CountrySubDivisionCode>
<IATA_LocationCode>KUF</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>363</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>UFA</CountrySubDivisionCode>
<IATA_LocationCode>UFA</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>373</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MRV</CountrySubDivisionCode>
<IATA_LocationCode>MRV</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>374</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MRV</CountrySubDivisionCode>
<IATA_LocationCode>MRV</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>400</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>GRV</CountrySubDivisionCode>
<IATA_LocationCode>GRV</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>455</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>NOJ</CountrySubDivisionCode>
<IATA_LocationCode>NOJ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>456</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>NOJ</CountrySubDivisionCode>
<IATA_LocationCode>NOJ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>461</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>DME</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>470</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>SVO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>513</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>514</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>TJM</CountrySubDivisionCode>
<IATA_LocationCode>TJM</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>559</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MCX</CountrySubDivisionCode>
<IATA_LocationCode>MCX</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>560</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MCX</CountrySubDivisionCode>
<IATA_LocationCode>MCX</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>561</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>GRV</CountrySubDivisionCode>
<IATA_LocationCode>GRV</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>571</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>KJA</CountrySubDivisionCode>
<IATA_LocationCode>KJA</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>747</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>FEG</CountrySubDivisionCode>
<IATA_LocationCode>FEG</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>748</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SGC</CountrySubDivisionCode>
<IATA_LocationCode>SGC</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>FEG</CountrySubDivisionCode>
<IATA_LocationCode>FEG</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>799</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SSH</CountrySubDivisionCode>
<IATA_LocationCode>SSH</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>804</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>805</CarrierFlightNumberText>
<Direction>OneWay</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>TAS</CountrySubDivisionCode>
<IATA_LocationCode>TAS</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-04</DirectionRangeStart>
<DirectionRangeEnd>2025-03-11</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4925</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4925</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-04</DirectionRangeStart>
<DirectionRangeEnd>2025-03-11</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4926</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4926</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>AER</CountrySubDivisionCode>
<IATA_LocationCode>AER</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-12</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4937</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>KZN</CountrySubDivisionCode>
<IATA_LocationCode>KZN</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-02</DirectionRangeStart>
<DirectionRangeEnd>2025-03-12</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4938</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>KZN</CountrySubDivisionCode>
<IATA_LocationCode>KZN</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4939</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4941</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4945</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4940</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4942</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4946</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>LED</CountrySubDivisionCode>
<IATA_LocationCode>LED</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-03</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4965</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>SVX</CountrySubDivisionCode>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-03</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4966</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>SVX</CountrySubDivisionCode>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4979</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4981</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-04</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4987</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4980</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-01</DirectionRangeStart>
<DirectionRangeEnd>2025-03-15</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4982</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-04</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4992</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MSQ</CountrySubDivisionCode>
<IATA_LocationCode>MSQ</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-04</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4988</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>GME</CountrySubDivisionCode>
<IATA_LocationCode>GME</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<AirlineProfileDataItem>
<AirlineProfileDateInformation>
<DirectionRangeStart>2025-03-04</DirectionRangeStart>
<DirectionRangeEnd>2025-03-14</DirectionRangeEnd>
</AirlineProfileDateInformation>
<CarrierFlightNumberText>4991</CarrierFlightNumberText>
<Direction>RoundTrip</Direction>
<OfferDestPoint>
<CountrySubDivisionCode>MOW</CountrySubDivisionCode>
<IATA_LocationCode>VKO</IATA_LocationCode>
</OfferDestPoint>
<OfferOriginPoint>
<CountrySubDivisionCode>GME</CountrySubDivisionCode>
<IATA_LocationCode>GME</IATA_LocationCode>
</OfferOriginPoint>
</AirlineProfileDataItem>
<ProfileOwner>
<AirlineDesigCode>MIX</AirlineDesigCode>
</ProfileOwner>
</AirlineProfile>
</Response>
</Profile:Mixvel_AirlineProfileRS>
</AppData>
</Body>
</MixEnv:Envelope>
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:
Transmission of information when executing a request
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 the schedule of 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>2025-03-04</DateRangeStart>
<DateRangeEnd>2025-03-07</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 start of the departure date rnge |
Mixvel_AirlineProfileRS/Response/AirlineSchedules/Schedule/ PaxSegmentSchedules/PaxSegmentSchedule/ScheduleDateInformation/ScheduleRangeEnd |
Scheduled end of the departure date range |
Note: The OriginDestList structure in the AirlineProfileRS response is optional and may be absent.
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="e8ec772e-a1dd-4f84-a3a4-742a0e3f3a34" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-01-04T11:13:37.1561075Z" />
<AppData>
<Profile:Mixvel_AirlineProfileRS xmlns:Profile="https://www.mixvel.com/API/XSD/Mixvel_AirlineProfileRS/1_01">
<Response>
<DataLists>
<PaxJourneyList>
<PaxJourney>
<Duration>PT4H35M</Duration>
<PaxJourneyID>9580e261-7f43-44ae-87c6-88ec7b08d59d</PaxJourneyID>
<PaxSegmentRefID>6a7f8c38-1f53-4444-81e3-7b8a967ff448</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>97ae6793-80e2-474e-ab61-64a3abe2f116</PaxJourneyID>
<PaxSegmentRefID>c5c361bb-0654-431a-85da-056be6f4d151</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H</Duration>
<PaxJourneyID>f2e9cd00-31f7-405d-a688-d7c4c3d57785</PaxJourneyID>
<PaxSegmentRefID>ed3be743-9d16-4dc9-826a-429cc76f23e1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>8048d5d6-a697-4267-a98f-816fef58e950</PaxJourneyID>
<PaxSegmentRefID>44714ffa-1554-4f65-84f5-ec7856dc1ea5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H5M</Duration>
<PaxJourneyID>96f9b5aa-a88e-4c3a-9f19-834df131b4ca</PaxJourneyID>
<PaxSegmentRefID>daf6198e-1990-4c23-bf33-814f9bd672dd</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>7bb160ee-eed8-471a-aeb4-11dec741d3d9</PaxJourneyID>
<PaxSegmentRefID>c37decb6-c3b0-474a-92df-d7df979a7049</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H45M</Duration>
<PaxJourneyID>c50eaad7-e207-4079-94d4-45269c9ae438</PaxJourneyID>
<PaxSegmentRefID>1826ac14-4589-4475-932d-d06c8604551e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H20M</Duration>
<PaxJourneyID>5abf67d8-01ab-4ac3-836f-67c3290c58a8</PaxJourneyID>
<PaxSegmentRefID>63de241e-01a6-4b61-bbb5-54ad5336c44a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>0c7a8260-d979-49ee-9097-3f1c3c7a0f7b</PaxJourneyID>
<PaxSegmentRefID>5c9e4088-dbc9-4670-aaa6-20b0970466c9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>bb5d6383-7548-4ffb-96e7-5c47b9ec0009</PaxJourneyID>
<PaxSegmentRefID>70af8fe4-73ce-4603-8fe1-373c58bb5697</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H5M</Duration>
<PaxJourneyID>e1abc289-9da4-4bbc-af0f-e682aa3093b0</PaxJourneyID>
<PaxSegmentRefID>ea6433a6-8208-4a98-bf76-ef6f8e0d573c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H15M</Duration>
<PaxJourneyID>804004ef-27bf-4bff-8e72-cdcd146d7002</PaxJourneyID>
<PaxSegmentRefID>0a05e554-9785-4d16-8d27-e5e5889b305a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>10560feb-16df-4ec6-820f-13ce562b67fc</PaxJourneyID>
<PaxSegmentRefID>e80231c8-a94e-4c05-a594-9991669ca0c0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H50M</Duration>
<PaxJourneyID>4e3498eb-5332-4022-b9d9-5b687e2b985f</PaxJourneyID>
<PaxSegmentRefID>e46ea246-35b0-449c-94df-04bb5720540a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H20M</Duration>
<PaxJourneyID>d0ade1dd-c641-479c-9caf-cc84c98cdb10</PaxJourneyID>
<PaxSegmentRefID>54c75b46-0db6-459e-88e5-fc38ae036f35</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>77fa4059-8899-44cb-b3b1-31a6c1b4515e</PaxJourneyID>
<PaxSegmentRefID>be8cc29f-37a3-4d64-941b-36dc6b5f910e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>7f431bfc-5806-47fb-a96b-5335efbd0d91</PaxJourneyID>
<PaxSegmentRefID>9c0269cf-76ea-477b-b949-adcc5d8b59ab</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>ac81b70b-eb44-40b6-b22b-4b63507f7419</PaxJourneyID>
<PaxSegmentRefID>c5cc75ad-cbde-481d-b241-4e0c3f99e9c8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H30M</Duration>
<PaxJourneyID>03950440-552d-431e-b6bf-8291415ff95a</PaxJourneyID>
<PaxSegmentRefID>6b66389f-88ba-44de-8a91-27965d661247</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>cac7317c-bede-4137-a246-bb59cc42841b</PaxJourneyID>
<PaxSegmentRefID>627fa97c-5916-4f34-9467-f1711581ba9b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H40M</Duration>
<PaxJourneyID>32f93fe5-c321-4d9b-b7a1-d88856f6ce42</PaxJourneyID>
<PaxSegmentRefID>387091ef-a91d-4d3f-8ef5-2ff64c041844</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H5M</Duration>
<PaxJourneyID>7abbd8f9-5352-475a-a100-5ba92c3a4a14</PaxJourneyID>
<PaxSegmentRefID>822c7b22-34d9-4198-8d70-54b6b11bea34</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>04bee810-4519-47d6-84d9-03135f0b977b</PaxJourneyID>
<PaxSegmentRefID>3104d316-1633-4cb1-a790-c16c07861744</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>f6e31dcd-da93-4c04-b9fe-3252f213346b</PaxJourneyID>
<PaxSegmentRefID>8f8c2d2d-ff18-481c-9e77-aae18404f22b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H10M</Duration>
<PaxJourneyID>f32ffba0-b652-4e55-96c9-92e31724cdee</PaxJourneyID>
<PaxSegmentRefID>e529e37f-a4c2-4cf5-9e8e-466a56845e68</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>2a4d08f2-7ff5-49f4-a621-95982ae24b37</PaxJourneyID>
<PaxSegmentRefID>e63a809f-b063-45bf-a6e9-9560adf3b012</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H</Duration>
<PaxJourneyID>851731bb-a10f-49d8-b538-17d3927d51da</PaxJourneyID>
<PaxSegmentRefID>f6f2904b-145e-429d-ad54-26860c980a04</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>9f2d28fd-de4d-4e4f-a5f5-ee13e0d4222f</PaxJourneyID>
<PaxSegmentRefID>d149e6d7-aa49-4f86-a0df-be6caaf40c14</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H45M</Duration>
<PaxJourneyID>abeeb1a7-add9-4f2b-9e30-de7c44ec6325</PaxJourneyID>
<PaxSegmentRefID>a834a222-caf2-4324-b9cc-903108efa665</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H10M</Duration>
<PaxJourneyID>efcd3b18-a29b-4bfb-97e2-ca9dfb448c0b</PaxJourneyID>
<PaxSegmentRefID>c50bc904-f207-4561-a9c0-61ae8eb375de</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H20M</Duration>
<PaxJourneyID>07b200c2-9e65-40e6-aee0-bf80beafc6a5</PaxJourneyID>
<PaxSegmentRefID>6eb7e68d-87e3-41be-842b-5c30cd2e844f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H20M</Duration>
<PaxJourneyID>08b13146-2dbb-4737-87bd-d10ba2605bbc</PaxJourneyID>
<PaxSegmentRefID>1772c22d-20af-4884-8f33-7a9767a8d922</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H5M</Duration>
<PaxJourneyID>9c552780-b8be-4f83-937e-9d07c4ae593f</PaxJourneyID>
<PaxSegmentRefID>3833f563-a789-4224-a353-15d93e56e6ca</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>f913683c-7cb6-4666-ab88-0af9df21eaa8</PaxJourneyID>
<PaxSegmentRefID>e5903086-56a4-46f5-aac5-55289dd7bc68</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>5e91b382-d2a3-4c07-8cd7-14def2f85d24</PaxJourneyID>
<PaxSegmentRefID>7da3c4fa-44d0-4403-b461-5277fd900618</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>22de2a0d-98e4-4f3d-a8c7-fe2138a09f2e</PaxJourneyID>
<PaxSegmentRefID>19e160fc-71cb-4a90-87a9-46a5b3ec0c09</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H5M</Duration>
<PaxJourneyID>bfd6b1d7-2aad-436a-acec-0f1f53f12347</PaxJourneyID>
<PaxSegmentRefID>0c8178a3-d466-48dc-9d65-7ecc5df9e33e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>005abedc-ca74-4935-b30a-1a276213d61d</PaxJourneyID>
<PaxSegmentRefID>91a87a70-ddec-4317-b10c-d8021330a05c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>273658d7-7799-4cc5-a706-55492578f46e</PaxJourneyID>
<PaxSegmentRefID>fe760a8f-e490-47a6-b616-1dcadead0201</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H40M</Duration>
<PaxJourneyID>d7a59dbd-9278-46da-ba99-819ea04047a0</PaxJourneyID>
<PaxSegmentRefID>76fc20cf-8e13-44e6-939d-bdbc48bc09b8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H20M</Duration>
<PaxJourneyID>62d43334-bc2e-4f78-946f-ac512d8d0808</PaxJourneyID>
<PaxSegmentRefID>3a26e286-6c8f-4315-9ac2-682bd91400f6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H10M</Duration>
<PaxJourneyID>976b0e0f-cd5a-42f3-a1d0-9fe8e3551b3c</PaxJourneyID>
<PaxSegmentRefID>96eb03d7-ea4e-4576-acf6-16e3fe4bec2a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H45M</Duration>
<PaxJourneyID>973f6aaa-4309-409e-9ef3-6a45d7e7796c</PaxJourneyID>
<PaxSegmentRefID>fc76916e-d95e-4cd9-8fce-33a440e3fe3d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H20M</Duration>
<PaxJourneyID>3159802c-f381-4a4f-bcd2-1bf24519f79a</PaxJourneyID>
<PaxSegmentRefID>87cdaf4e-0963-487f-8cd0-9485acdf874c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H10M</Duration>
<PaxJourneyID>7843af8a-e71c-4072-a642-9707a50420a8</PaxJourneyID>
<PaxSegmentRefID>320ef1cb-c5d2-4d87-9028-be351d69ca8b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H35M</Duration>
<PaxJourneyID>31eb9d99-7ca7-494e-96d4-f5eaf49cf8b2</PaxJourneyID>
<PaxSegmentRefID>484f25cc-20f8-462f-a3fa-37dc35e61943</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>06:05</AircraftScheduledTime>
<ScheduledTime>06:05</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>KJA</IATA_LocationCode>
<StationName>Красноярск</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>06:05</AircraftScheduledTime>
<ScheduledTime>06:05</ScheduledTime>
<IATA_LocationCode>KJA</IATA_LocationCode>
<StationName>Красноярск</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7e8cce9c-6fbf-4441-943b-91418f8a49a5</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>21:30</AircraftScheduledTime>
<ScheduledTime>21:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>21:30</AircraftScheduledTime>
<ScheduledTime>21:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT4H35M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>571</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6a7f8c38-1f53-4444-81e3-7b8a967ff448</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>00:35</AircraftScheduledTime>
<ScheduledTime>00:35</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>MSQ</IATA_LocationCode>
<StationName>Минск(Минск Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>00:35</AircraftScheduledTime>
<ScheduledTime>00:35</ScheduledTime>
<IATA_LocationCode>MSQ</IATA_LocationCode>
<StationName>Минск(Минск Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>E75</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a983fa19-97b8-4450-a9d2-d31527d0b594</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>23:10</AircraftScheduledTime>
<ScheduledTime>23:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>23:10</AircraftScheduledTime>
<ScheduledTime>23:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4992</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>B2</CarrierDesigCode>
<OperatingCarrierFlightNumberText>992</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c5c361bb-0654-431a-85da-056be6f4d151</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>01:40</AircraftScheduledTime>
<ScheduledTime>01:40</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>HMA</IATA_LocationCode>
<StationName>Ханты-Мансийск</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>01:40</AircraftScheduledTime>
<ScheduledTime>01:40</ScheduledTime>
<IATA_LocationCode>HMA</IATA_LocationCode>
<StationName>Ханты-Мансийск</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>144b1ed1-c1db-41aa-b0ca-cdffd4814431</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>20:40</AircraftScheduledTime>
<ScheduledTime>20:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>20:40</AircraftScheduledTime>
<ScheduledTime>20:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT3H</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>351</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ed3be743-9d16-4dc9-826a-429cc76f23e1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>22:15</AircraftScheduledTime>
<ScheduledTime>22:15</ScheduledTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>22:15</AircraftScheduledTime>
<ScheduledTime>22:15</ScheduledTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>13413a33-c481-4726-a752-3dda43410269</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>19:30</AircraftScheduledTime>
<ScheduledTime>19:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>19:30</AircraftScheduledTime>
<ScheduledTime>19:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>357</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>44714ffa-1554-4f65-84f5-ec7856dc1ea5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>02:50</AircraftScheduledTime>
<ScheduledTime>02:50</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>MCX</IATA_LocationCode>
<StationName>Махачкала(Уйташ)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>02:50</AircraftScheduledTime>
<ScheduledTime>02:50</ScheduledTime>
<IATA_LocationCode>MCX</IATA_LocationCode>
<StationName>Махачкала(Уйташ)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>74af6d8b-1dc2-454c-8893-b3faa6ff308d</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>23:45</AircraftScheduledTime>
<ScheduledTime>23:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>23:45</AircraftScheduledTime>
<ScheduledTime>23:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT3H5M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>559</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>daf6198e-1990-4c23-bf33-814f9bd672dd</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>18:40</AircraftScheduledTime>
<ScheduledTime>18:40</ScheduledTime>
<IATA_LocationCode>MSQ</IATA_LocationCode>
<StationName>Минск(Минск Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>18:40</AircraftScheduledTime>
<ScheduledTime>18:40</ScheduledTime>
<IATA_LocationCode>MSQ</IATA_LocationCode>
<StationName>Минск(Минск Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>E95</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>be5dbf42-6aca-443e-8578-a43b2f7a262f</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>17:15</AircraftScheduledTime>
<ScheduledTime>17:15</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>17:15</AircraftScheduledTime>
<ScheduledTime>17:15</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4980</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>B2</CarrierDesigCode>
<OperatingCarrierFlightNumberText>980</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c37decb6-c3b0-474a-92df-d7df979a7049</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>22:15</AircraftScheduledTime>
<ScheduledTime>22:15</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>22:15</AircraftScheduledTime>
<ScheduledTime>22:15</ScheduledTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>40968d5a-95d9-466c-bc86-9343aed0d41e</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>19:30</AircraftScheduledTime>
<ScheduledTime>19:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>19:30</AircraftScheduledTime>
<ScheduledTime>19:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT1H45M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>357</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>be8cc29f-37a3-4d64-941b-36dc6b5f910e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>10:50</AircraftScheduledTime>
<ScheduledTime>10:50</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>NNM</IATA_LocationCode>
<StationName>Нарьян-Мар</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>10:50</AircraftScheduledTime>
<ScheduledTime>10:50</ScheduledTime>
<IATA_LocationCode>NNM</IATA_LocationCode>
<StationName>Нарьян-Мар</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6ee9f5b0-e65a-4b17-8d47-082576884160</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>08:10</AircraftScheduledTime>
<ScheduledTime>08:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>08:10</AircraftScheduledTime>
<ScheduledTime>08:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H40M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>333</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>76fc20cf-8e13-44e6-939d-bdbc48bc09b8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>08:40</AircraftScheduledTime>
<ScheduledTime>08:40</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>TBW</IATA_LocationCode>
<StationName>Тамбов(Донское)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>08:40</AircraftScheduledTime>
<ScheduledTime>08:40</ScheduledTime>
<IATA_LocationCode>TBW</IATA_LocationCode>
<StationName>Тамбов(Донское)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>CRJ</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2d0d489e-4416-486e-8709-8e106fe628f2</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>07:30</AircraftScheduledTime>
<ScheduledTime>07:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>07:30</AircraftScheduledTime>
<ScheduledTime>07:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT1H10M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4193</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c50bc904-f207-4561-a9c0-61ae8eb375de</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>16:35</AircraftScheduledTime>
<ScheduledTime>16:35</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>GRV</IATA_LocationCode>
<StationName>Грозный(Северный)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>16:35</AircraftScheduledTime>
<ScheduledTime>16:35</ScheduledTime>
<IATA_LocationCode>GRV</IATA_LocationCode>
<StationName>Грозный(Северный)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>74c341f1-f146-48aa-b4d2-2765f7c93ad1</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>13:30</AircraftScheduledTime>
<ScheduledTime>13:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>13:30</AircraftScheduledTime>
<ScheduledTime>13:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H5M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>561</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0c8178a3-d466-48dc-9d65-7ecc5df9e33e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>16:35</AircraftScheduledTime>
<ScheduledTime>16:35</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>SGC</IATA_LocationCode>
<StationName>Сургут</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>16:35</AircraftScheduledTime>
<ScheduledTime>16:35</ScheduledTime>
<IATA_LocationCode>SGC</IATA_LocationCode>
<StationName>Сургут</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7683d649-c13b-4d42-bca9-15918732e7c9</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>11:15</AircraftScheduledTime>
<ScheduledTime>11:15</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>11:15</AircraftScheduledTime>
<ScheduledTime>11:15</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H20M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>295</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3a26e286-6c8f-4315-9ac2-682bd91400f6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>13:20</AircraftScheduledTime>
<ScheduledTime>13:20</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>USK</IATA_LocationCode>
<StationName>Усинск</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>13:20</AircraftScheduledTime>
<ScheduledTime>13:20</ScheduledTime>
<IATA_LocationCode>USK</IATA_LocationCode>
<StationName>Усинск</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6e40d163-1c91-4dd6-b220-26f18c385ba4</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:50</AircraftScheduledTime>
<ScheduledTime>10:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:50</AircraftScheduledTime>
<ScheduledTime>10:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H30M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>595</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7da3c4fa-44d0-4403-b461-5277fd900618</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>18:35</AircraftScheduledTime>
<ScheduledTime>18:35</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>KGP</IATA_LocationCode>
<StationName>Когалым</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>18:35</AircraftScheduledTime>
<ScheduledTime>18:35</ScheduledTime>
<IATA_LocationCode>KGP</IATA_LocationCode>
<StationName>Когалым</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6e3a70da-9a8b-4485-886a-a338834b5fee</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>13:15</AircraftScheduledTime>
<ScheduledTime>13:15</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>13:15</AircraftScheduledTime>
<ScheduledTime>13:15</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H20M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>445</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>63de241e-01a6-4b61-bbb5-54ad5336c44a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>11:30</AircraftScheduledTime>
<ScheduledTime>11:30</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>GNJ</IATA_LocationCode>
<StationName>Гянджа</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>11:30</AircraftScheduledTime>
<ScheduledTime>11:30</ScheduledTime>
<IATA_LocationCode>GNJ</IATA_LocationCode>
<StationName>Гянджа</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6a929584-586f-4659-9ffc-6a1c6dd88463</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>06:45</AircraftScheduledTime>
<ScheduledTime>06:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>06:45</AircraftScheduledTime>
<ScheduledTime>06:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H45M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>743</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a834a222-caf2-4324-b9cc-903108efa665</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>03:40</AircraftScheduledTime>
<ScheduledTime>03:40</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>OGZ</IATA_LocationCode>
<StationName>Владикавказ(Беслан)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>03:40</AircraftScheduledTime>
<ScheduledTime>03:40</ScheduledTime>
<IATA_LocationCode>OGZ</IATA_LocationCode>
<StationName>Владикавказ(Беслан)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c77196f7-514d-4427-9586-97fe8617b70c</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>00:25</AircraftScheduledTime>
<ScheduledTime>00:25</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>00:25</AircraftScheduledTime>
<ScheduledTime>00:25</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H15M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>395</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8f8c2d2d-ff18-481c-9e77-aae18404f22b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>14:05</AircraftScheduledTime>
<ScheduledTime>14:05</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>GYD</IATA_LocationCode>
<StationName>Баку(Им. Гейдара Алиева)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>14:05</AircraftScheduledTime>
<ScheduledTime>14:05</ScheduledTime>
<IATA_LocationCode>GYD</IATA_LocationCode>
<StationName>Баку(Им. Гейдара Алиева)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>90b523bb-3d6c-4f6d-b6cc-0c6aa9d7df6e</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>09:50</AircraftScheduledTime>
<ScheduledTime>09:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>09:50</AircraftScheduledTime>
<ScheduledTime>09:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H15M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>745</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e63a809f-b063-45bf-a6e9-9560adf3b012</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>02:50</AircraftScheduledTime>
<ScheduledTime>02:50</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>MCX</IATA_LocationCode>
<StationName>Махачкала(Уйташ)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>02:50</AircraftScheduledTime>
<ScheduledTime>02:50</ScheduledTime>
<IATA_LocationCode>MCX</IATA_LocationCode>
<StationName>Махачкала(Уйташ)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3299f1d5-3b49-4fc0-879c-6437b89de867</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>23:45</AircraftScheduledTime>
<ScheduledTime>23:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>23:45</AircraftScheduledTime>
<ScheduledTime>23:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H5M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>559</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ea6433a6-8208-4a98-bf76-ef6f8e0d573c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>16:20</AircraftScheduledTime>
<ScheduledTime>16:20</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>FEG</IATA_LocationCode>
<StationName>Фергана(Фергана Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>16:20</AircraftScheduledTime>
<ScheduledTime>16:20</ScheduledTime>
<IATA_LocationCode>FEG</IATA_LocationCode>
<StationName>Фергана(Фергана Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>415a9e64-e3b5-48ef-aaf5-abd6500beead</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:20</AircraftScheduledTime>
<ScheduledTime>10:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:20</AircraftScheduledTime>
<ScheduledTime>10:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT4H</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>789</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>fe760a8f-e490-47a6-b616-1dcadead0201</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>01:40</AircraftScheduledTime>
<ScheduledTime>01:40</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>HMA</IATA_LocationCode>
<StationName>Ханты-Мансийск</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>01:40</AircraftScheduledTime>
<ScheduledTime>01:40</ScheduledTime>
<IATA_LocationCode>HMA</IATA_LocationCode>
<StationName>Ханты-Мансийск</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f19e2664-2989-4801-add2-be4777644bc0</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>20:40</AircraftScheduledTime>
<ScheduledTime>20:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>20:40</AircraftScheduledTime>
<ScheduledTime>20:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>351</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f6f2904b-145e-429d-ad54-26860c980a04</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>02:30</AircraftScheduledTime>
<ScheduledTime>02:30</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>EVN</IATA_LocationCode>
<StationName>Ереван(Звартноц Интл)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>02:30</AircraftScheduledTime>
<ScheduledTime>02:30</ScheduledTime>
<IATA_LocationCode>EVN</IATA_LocationCode>
<StationName>Ереван(Звартноц Интл)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>762</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bb368dfa-1a4d-4d9f-bbd4-303bb1155abd</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>21:40</AircraftScheduledTime>
<ScheduledTime>21:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>21:40</AircraftScheduledTime>
<ScheduledTime>21:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H50M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>785</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e5903086-56a4-46f5-aac5-55289dd7bc68</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>04:30</AircraftScheduledTime>
<ScheduledTime>04:30</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>DYU</IATA_LocationCode>
<StationName>Душанбе(Душанбе Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>04:30</AircraftScheduledTime>
<ScheduledTime>04:30</ScheduledTime>
<IATA_LocationCode>DYU</IATA_LocationCode>
<StationName>Душанбе(Душанбе Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>762</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>172e5bea-bfa3-45c2-9707-7172b9783f46</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>22:20</AircraftScheduledTime>
<ScheduledTime>22:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>22:20</AircraftScheduledTime>
<ScheduledTime>22:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT4H10M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>803</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>96eb03d7-ea4e-4576-acf6-16e3fe4bec2a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>15:00</AircraftScheduledTime>
<ScheduledTime>15:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>DWC</IATA_LocationCode>
<StationName>Дубай(Аль-Мактум Интл)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>15:00</AircraftScheduledTime>
<ScheduledTime>15:00</ScheduledTime>
<IATA_LocationCode>DWC</IATA_LocationCode>
<StationName>Дубай(Аль-Мактум Интл)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>762</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3fbe629c-065c-48fe-b1e6-aa15ec9c022b</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>08:40</AircraftScheduledTime>
<ScheduledTime>08:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>08:40</AircraftScheduledTime>
<ScheduledTime>08:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT5H20M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>715</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>54c75b46-0db6-459e-88e5-fc38ae036f35</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>04:25</AircraftScheduledTime>
<ScheduledTime>04:25</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>UFA</IATA_LocationCode>
<StationName>Уфа</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>04:25</AircraftScheduledTime>
<ScheduledTime>04:25</ScheduledTime>
<IATA_LocationCode>UFA</IATA_LocationCode>
<StationName>Уфа</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c158384e-d108-4cf8-987d-a71e2afa84d4</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>00:20</AircraftScheduledTime>
<ScheduledTime>00:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>00:20</AircraftScheduledTime>
<ScheduledTime>00:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H5M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>363</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>822c7b22-34d9-4198-8d70-54b6b11bea34</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>06:05</AircraftScheduledTime>
<ScheduledTime>06:05</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>KJA</IATA_LocationCode>
<StationName>Красноярск</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>06:05</AircraftScheduledTime>
<ScheduledTime>06:05</ScheduledTime>
<IATA_LocationCode>KJA</IATA_LocationCode>
<StationName>Красноярск</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cb032ce0-6423-484c-819d-49c43e33b5d3</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>21:30</AircraftScheduledTime>
<ScheduledTime>21:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>21:30</AircraftScheduledTime>
<ScheduledTime>21:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT4H35M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>571</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>484f25cc-20f8-462f-a3fa-37dc35e61943</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>20:30</AircraftScheduledTime>
<ScheduledTime>20:30</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>20:30</AircraftScheduledTime>
<ScheduledTime>20:30</ScheduledTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c12a7950-cd9f-4106-aa5f-077471d415ed</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>19:10</AircraftScheduledTime>
<ScheduledTime>19:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>19:10</AircraftScheduledTime>
<ScheduledTime>19:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT1H20M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>381</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6eb7e68d-87e3-41be-842b-5c30cd2e844f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>23:15</AircraftScheduledTime>
<ScheduledTime>23:15</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>UFA</IATA_LocationCode>
<StationName>Уфа</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>23:15</AircraftScheduledTime>
<ScheduledTime>23:15</ScheduledTime>
<IATA_LocationCode>UFA</IATA_LocationCode>
<StationName>Уфа</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>75a05b58-4457-403d-8082-2ed36a8d38aa</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>19:10</AircraftScheduledTime>
<ScheduledTime>19:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>19:10</AircraftScheduledTime>
<ScheduledTime>19:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H5M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>591</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3833f563-a789-4224-a353-15d93e56e6ca</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>15:00</AircraftScheduledTime>
<ScheduledTime>15:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>DYU</IATA_LocationCode>
<StationName>Душанбе(Душанбе Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>15:00</AircraftScheduledTime>
<ScheduledTime>15:00</ScheduledTime>
<IATA_LocationCode>DYU</IATA_LocationCode>
<StationName>Душанбе(Душанбе Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>762</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>12a38554-2e21-4c24-b201-8465eb948a2c</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>08:50</AircraftScheduledTime>
<ScheduledTime>08:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>08:50</AircraftScheduledTime>
<ScheduledTime>08:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT4H10M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>801</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e529e37f-a4c2-4cf5-9e8e-466a56845e68</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>14:10</AircraftScheduledTime>
<ScheduledTime>14:10</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>14:10</AircraftScheduledTime>
<ScheduledTime>14:10</ScheduledTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3b7eac03-d238-4af4-a13a-21b1cafd8260</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:20</AircraftScheduledTime>
<ScheduledTime>10:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:20</AircraftScheduledTime>
<ScheduledTime>10:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H50M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>267</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>627fa97c-5916-4f34-9467-f1711581ba9b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>15:20</AircraftScheduledTime>
<ScheduledTime>15:20</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>15:20</AircraftScheduledTime>
<ScheduledTime>15:20</ScheduledTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>52fa8f20-2f62-43c2-af14-3c4e37d7f8c6</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>11:30</AircraftScheduledTime>
<ScheduledTime>11:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>11:30</AircraftScheduledTime>
<ScheduledTime>11:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H50M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>249</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>19e160fc-71cb-4a90-87a9-46a5b3ec0c09</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>15:30</AircraftScheduledTime>
<ScheduledTime>15:30</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>SKD</IATA_LocationCode>
<StationName>Самарканд(Самарканд Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>15:30</AircraftScheduledTime>
<ScheduledTime>15:30</ScheduledTime>
<IATA_LocationCode>SKD</IATA_LocationCode>
<StationName>Самарканд(Самарканд Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>461b2ac8-d2d1-4fe8-a78a-7f9467006f49</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>09:30</AircraftScheduledTime>
<ScheduledTime>09:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>09:30</AircraftScheduledTime>
<ScheduledTime>09:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT4H</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>809</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c5cc75ad-cbde-481d-b241-4e0c3f99e9c8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>14:45</AircraftScheduledTime>
<ScheduledTime>14:45</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>TJM</IATA_LocationCode>
<StationName>Тюмень(Рощино)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>14:45</AircraftScheduledTime>
<ScheduledTime>14:45</ScheduledTime>
<IATA_LocationCode>TJM</IATA_LocationCode>
<StationName>Тюмень(Рощино)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bad735fb-6ff6-4e2e-bbdf-5a729fc6b8ea</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:00</AircraftScheduledTime>
<ScheduledTime>10:00</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:00</AircraftScheduledTime>
<ScheduledTime>10:00</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H45M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>463</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>fc76916e-d95e-4cd9-8fce-33a440e3fe3d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>01:15</AircraftScheduledTime>
<ScheduledTime>01:15</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>TJM</IATA_LocationCode>
<StationName>Тюмень(Рощино)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>01:15</AircraftScheduledTime>
<ScheduledTime>01:15</ScheduledTime>
<IATA_LocationCode>TJM</IATA_LocationCode>
<StationName>Тюмень(Рощино)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d11a0a75-e1ca-41e8-a7d2-117e198a58e5</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>20:30</AircraftScheduledTime>
<ScheduledTime>20:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>20:30</AircraftScheduledTime>
<ScheduledTime>20:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H45M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>453</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1826ac14-4589-4475-932d-d06c8604551e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>09:00</AircraftScheduledTime>
<ScheduledTime>09:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>NOJ</IATA_LocationCode>
<StationName>Ноябрьск</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>09:00</AircraftScheduledTime>
<ScheduledTime>09:00</ScheduledTime>
<IATA_LocationCode>NOJ</IATA_LocationCode>
<StationName>Ноябрьск</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1fb98102-5cf3-4744-916c-a353ed29b8ef</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>03:35</AircraftScheduledTime>
<ScheduledTime>03:35</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>03:35</AircraftScheduledTime>
<ScheduledTime>03:35</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT3H25M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>455</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>91a87a70-ddec-4317-b10c-d8021330a05c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>16:00</AircraftScheduledTime>
<ScheduledTime>16:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>TAS</IATA_LocationCode>
<StationName>Ташкент(Ташкент Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>16:00</AircraftScheduledTime>
<ScheduledTime>16:00</ScheduledTime>
<IATA_LocationCode>TAS</IATA_LocationCode>
<StationName>Ташкент(Ташкент Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>762</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bed5ee0b-0828-4d8f-a31f-560002404a48</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:10</AircraftScheduledTime>
<ScheduledTime>10:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:10</AircraftScheduledTime>
<ScheduledTime>10:10</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H50M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>805</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>9c0269cf-76ea-477b-b949-adcc5d8b59ab</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>16:00</AircraftScheduledTime>
<ScheduledTime>16:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>NUX</IATA_LocationCode>
<StationName>Новый Уренгой</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>16:00</AircraftScheduledTime>
<ScheduledTime>16:00</ScheduledTime>
<IATA_LocationCode>NUX</IATA_LocationCode>
<StationName>Новый Уренгой</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8448b645-7fa7-4246-a8aa-9682b88c8607</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:45</AircraftScheduledTime>
<ScheduledTime>10:45</ScheduledTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:45</AircraftScheduledTime>
<ScheduledTime>10:45</ScheduledTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT3H15M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4190</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<OperatingCarrierFlightNumberText>190</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d149e6d7-aa49-4f86-a0df-be6caaf40c14</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>21:25</AircraftScheduledTime>
<ScheduledTime>21:25</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>NAJ</IATA_LocationCode>
<StationName>Нахичевань</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>21:25</AircraftScheduledTime>
<ScheduledTime>21:25</ScheduledTime>
<IATA_LocationCode>NAJ</IATA_LocationCode>
<StationName>Нахичевань</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>832b51b8-176a-4ad4-a685-e1cb21e99e67</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>16:45</AircraftScheduledTime>
<ScheduledTime>16:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>16:45</AircraftScheduledTime>
<ScheduledTime>16:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H40M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>763</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e80231c8-a94e-4c05-a594-9991669ca0c0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>18:00</AircraftScheduledTime>
<ScheduledTime>18:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>UCT</IATA_LocationCode>
<StationName>Ухта</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>18:00</AircraftScheduledTime>
<ScheduledTime>18:00</ScheduledTime>
<IATA_LocationCode>UCT</IATA_LocationCode>
<StationName>Ухта</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>963752c6-9bc1-4850-9e7d-4d9f867f543f</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>15:45</AircraftScheduledTime>
<ScheduledTime>15:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>15:45</AircraftScheduledTime>
<ScheduledTime>15:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H15M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>179</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0a05e554-9785-4d16-8d27-e5e5889b305a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>04:35</AircraftScheduledTime>
<ScheduledTime>04:35</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>BGW</IATA_LocationCode>
<StationName>Багдад(Багдад Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>04:35</AircraftScheduledTime>
<ScheduledTime>04:35</ScheduledTime>
<IATA_LocationCode>BGW</IATA_LocationCode>
<StationName>Багдад(Багдад Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>218a45fa-1236-4f33-b756-8d734f98fea8</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>23:45</AircraftScheduledTime>
<ScheduledTime>23:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>23:45</AircraftScheduledTime>
<ScheduledTime>23:45</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT4H50M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9029</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e46ea246-35b0-449c-94df-04bb5720540a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>07:00</AircraftScheduledTime>
<ScheduledTime>07:00</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>NUX</IATA_LocationCode>
<StationName>Новый Уренгой</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>07:00</AircraftScheduledTime>
<ScheduledTime>07:00</ScheduledTime>
<IATA_LocationCode>NUX</IATA_LocationCode>
<StationName>Новый Уренгой</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a34e4b97-2a4c-468f-b627-68f6e3f9cd86</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>01:40</AircraftScheduledTime>
<ScheduledTime>01:40</ScheduledTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>01:40</AircraftScheduledTime>
<ScheduledTime>01:40</ScheduledTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H20M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4090</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<OperatingCarrierFlightNumberText>090</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1772c22d-20af-4884-8f33-7a9767a8d922</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>02:10</AircraftScheduledTime>
<ScheduledTime>02:10</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>SGC</IATA_LocationCode>
<StationName>Сургут</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>02:10</AircraftScheduledTime>
<ScheduledTime>02:10</ScheduledTime>
<IATA_LocationCode>SGC</IATA_LocationCode>
<StationName>Сургут</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7ece1c9b-1585-4420-891a-8a24934144e0</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>20:50</AircraftScheduledTime>
<ScheduledTime>20:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>20:50</AircraftScheduledTime>
<ScheduledTime>20:50</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H20M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>247</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>87cdaf4e-0963-487f-8cd0-9485acdf874c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>20:40</AircraftScheduledTime>
<ScheduledTime>20:40</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>SCW</IATA_LocationCode>
<StationName>Сыктывкар</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>20:40</AircraftScheduledTime>
<ScheduledTime>20:40</ScheduledTime>
<IATA_LocationCode>SCW</IATA_LocationCode>
<StationName>Сыктывкар</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>735</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cfca781c-d405-411a-bd27-d73cfa0b4fb9</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>18:40</AircraftScheduledTime>
<ScheduledTime>18:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>18:40</AircraftScheduledTime>
<ScheduledTime>18:40</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT2H</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>375</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3104d316-1633-4cb1-a790-c16c07861744</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>01:00</AircraftScheduledTime>
<ScheduledTime>01:00</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>OVB</IATA_LocationCode>
<StationName>Новосибирск(Толмачево)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>01:00</AircraftScheduledTime>
<ScheduledTime>01:00</ScheduledTime>
<IATA_LocationCode>OVB</IATA_LocationCode>
<StationName>Новосибирск(Толмачево)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e9e650f7-0d35-498d-90e0-f7edb8018930</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>17:00</AircraftScheduledTime>
<ScheduledTime>17:00</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>17:00</AircraftScheduledTime>
<ScheduledTime>17:00</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT4H</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4544</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>70af8fe4-73ce-4603-8fe1-373c58bb5697</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>13:30</AircraftScheduledTime>
<ScheduledTime>13:30</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>MRV</IATA_LocationCode>
<StationName>Минеральные Воды</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>13:30</AircraftScheduledTime>
<ScheduledTime>13:30</ScheduledTime>
<IATA_LocationCode>MRV</IATA_LocationCode>
<StationName>Минеральные Воды</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>819fa8a4-78c6-4248-abf6-2adbf8d832d8</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>10:00</AircraftScheduledTime>
<ScheduledTime>10:00</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>10:00</AircraftScheduledTime>
<ScheduledTime>10:00</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H30M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>373</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6b66389f-88ba-44de-8a91-27965d661247</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>12:40</AircraftScheduledTime>
<ScheduledTime>12:40</ScheduledTime>
<DateShift>0</DateShift>
<IATA_LocationCode>GRV</IATA_LocationCode>
<StationName>Грозный(Северный)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>12:40</AircraftScheduledTime>
<ScheduledTime>12:40</ScheduledTime>
<IATA_LocationCode>GRV</IATA_LocationCode>
<StationName>Грозный(Северный)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>22901a97-e817-4a8a-8394-b675c4ec3b19</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>09:30</AircraftScheduledTime>
<ScheduledTime>09:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>09:30</AircraftScheduledTime>
<ScheduledTime>09:30</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H10M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>399</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>320ef1cb-c5d2-4d87-9028-be351d69ca8b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>04:15</AircraftScheduledTime>
<ScheduledTime>04:15</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>BHK</IATA_LocationCode>
<StationName>Бухара(Бухара Интл.)</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>04:15</AircraftScheduledTime>
<ScheduledTime>04:15</ScheduledTime>
<IATA_LocationCode>BHK</IATA_LocationCode>
<StationName>Бухара(Бухара Интл.)</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>11d086ce-fea0-4119-ab57-dd680e52cbae</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>22:25</AircraftScheduledTime>
<ScheduledTime>22:25</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>22:25</AircraftScheduledTime>
<ScheduledTime>22:25</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT3H50M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>807</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5c9e4088-dbc9-4670-aaa6-20b0970466c9</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<AircraftScheduledTime>08:00</AircraftScheduledTime>
<ScheduledTime>08:00</ScheduledTime>
<DateShift>1</DateShift>
<IATA_LocationCode>MJZ</IATA_LocationCode>
<StationName>Мирный</StationName>
<TerminalName />
</Arrival>
<DatedOperatingLeg>
<Arrival>
<AircraftScheduledTime>08:00</AircraftScheduledTime>
<ScheduledTime>08:00</ScheduledTime>
<IATA_LocationCode>MJZ</IATA_LocationCode>
<StationName>Мирный</StationName>
<TerminalName />
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b56fc1d5-de67-493d-a38a-54b7e09f0769</DatedOperatingLegID>
<Dep>
<AircraftScheduledTime>20:20</AircraftScheduledTime>
<ScheduledTime>20:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
</DatedOperatingLeg>
<Dep>
<AircraftScheduledTime>20:20</AircraftScheduledTime>
<ScheduledTime>20:20</ScheduledTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName />
</Dep>
<Duration>PT5H40M</Duration>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4598</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>387091ef-a91d-4d3f-8ef5-2ff64c041844</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
</DataLists>
<AirlineSchedules>
<Schedule>
<PaxJourneyRefID>03950440-552d-431e-b6bf-8291415ff95a</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>6b66389f-88ba-44de-8a91-27965d661247</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>804004ef-27bf-4bff-8e72-cdcd146d7002</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>0a05e554-9785-4d16-8d27-e5e5889b305a</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>10560feb-16df-4ec6-820f-13ce562b67fc</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Thu</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>e80231c8-a94e-4c05-a594-9991669ca0c0</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-06</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-06</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>f32ffba0-b652-4e55-96c9-92e31724cdee</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>e529e37f-a4c2-4cf5-9e8e-466a56845e68</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>5abf67d8-01ab-4ac3-836f-67c3290c58a8</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Wed</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>63de241e-01a6-4b61-bbb5-54ad5336c44a</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-05</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>851731bb-a10f-49d8-b538-17d3927d51da</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>f6f2904b-145e-429d-ad54-26860c980a04</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-05</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>cac7317c-bede-4137-a246-bb59cc42841b</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>627fa97c-5916-4f34-9467-f1711581ba9b</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>c50eaad7-e207-4079-94d4-45269c9ae438</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>1826ac14-4589-4475-932d-d06c8604551e</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>4e3498eb-5332-4022-b9d9-5b687e2b985f</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>e46ea246-35b0-449c-94df-04bb5720540a</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-05</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>f6e31dcd-da93-4c04-b9fe-3252f213346b</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>8f8c2d2d-ff18-481c-9e77-aae18404f22b</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>32f93fe5-c321-4d9b-b7a1-d88856f6ce42</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>387091ef-a91d-4d3f-8ef5-2ff64c041844</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-07</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>7843af8a-e71c-4072-a642-9707a50420a8</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>320ef1cb-c5d2-4d87-9028-be351d69ca8b</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>31eb9d99-7ca7-494e-96d4-f5eaf49cf8b2</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>484f25cc-20f8-462f-a3fa-37dc35e61943</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>efcd3b18-a29b-4bfb-97e2-ca9dfb448c0b</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>c50bc904-f207-4561-a9c0-61ae8eb375de</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>d7a59dbd-9278-46da-ba99-819ea04047a0</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>76fc20cf-8e13-44e6-939d-bdbc48bc09b8</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>22de2a0d-98e4-4f3d-a8c7-fe2138a09f2e</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>19e160fc-71cb-4a90-87a9-46a5b3ec0c09</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>7abbd8f9-5352-475a-a100-5ba92c3a4a14</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>822c7b22-34d9-4198-8d70-54b6b11bea34</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>07b200c2-9e65-40e6-aee0-bf80beafc6a5</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>6eb7e68d-87e3-41be-842b-5c30cd2e844f</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>0c7a8260-d979-49ee-9097-3f1c3c7a0f7b</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Thu</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>5c9e4088-dbc9-4670-aaa6-20b0970466c9</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-06</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>62d43334-bc2e-4f78-946f-ac512d8d0808</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>3a26e286-6c8f-4315-9ac2-682bd91400f6</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>976b0e0f-cd5a-42f3-a1d0-9fe8e3551b3c</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>96eb03d7-ea4e-4576-acf6-16e3fe4bec2a</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>08b13146-2dbb-4737-87bd-d10ba2605bbc</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>1772c22d-20af-4884-8f33-7a9767a8d922</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>9c552780-b8be-4f83-937e-9d07c4ae593f</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Wed</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>3833f563-a789-4224-a353-15d93e56e6ca</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-05</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-05</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>bfd6b1d7-2aad-436a-acec-0f1f53f12347</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>0c8178a3-d466-48dc-9d65-7ecc5df9e33e</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>04bee810-4519-47d6-84d9-03135f0b977b</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>3104d316-1633-4cb1-a790-c16c07861744</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>e1abc289-9da4-4bbc-af0f-e682aa3093b0</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>ea6433a6-8208-4a98-bf76-ef6f8e0d573c</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>2a4d08f2-7ff5-49f4-a621-95982ae24b37</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>e63a809f-b063-45bf-a6e9-9560adf3b012</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>bb5d6383-7548-4ffb-96e7-5c47b9ec0009</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>70af8fe4-73ce-4603-8fe1-373c58bb5697</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>d0ade1dd-c641-479c-9caf-cc84c98cdb10</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>54c75b46-0db6-459e-88e5-fc38ae036f35</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>abeeb1a7-add9-4f2b-9e30-de7c44ec6325</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>a834a222-caf2-4324-b9cc-903108efa665</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>5e91b382-d2a3-4c07-8cd7-14def2f85d24</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>7da3c4fa-44d0-4403-b461-5277fd900618</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-05</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>ac81b70b-eb44-40b6-b22b-4b63507f7419</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>c5cc75ad-cbde-481d-b241-4e0c3f99e9c8</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>005abedc-ca74-4935-b30a-1a276213d61d</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>91a87a70-ddec-4317-b10c-d8021330a05c</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>3159802c-f381-4a4f-bcd2-1bf24519f79a</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>87cdaf4e-0963-487f-8cd0-9485acdf874c</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>273658d7-7799-4cc5-a706-55492578f46e</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Wed</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>fe760a8f-e490-47a6-b616-1dcadead0201</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-05</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-05</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>77fa4059-8899-44cb-b3b1-31a6c1b4515e</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>be8cc29f-37a3-4d64-941b-36dc6b5f910e</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>7f431bfc-5806-47fb-a96b-5335efbd0d91</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>9c0269cf-76ea-477b-b949-adcc5d8b59ab</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>9f2d28fd-de4d-4e4f-a5f5-ee13e0d4222f</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>d149e6d7-aa49-4f86-a0df-be6caaf40c14</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>f913683c-7cb6-4666-ab88-0af9df21eaa8</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>e5903086-56a4-46f5-aac5-55289dd7bc68</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-08</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>973f6aaa-4309-409e-9ef3-6a45d7e7796c</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>fc76916e-d95e-4cd9-8fce-33a440e3fe3d</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-03-04</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-07</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>9580e261-7f43-44ae-87c6-88ec7b08d59d</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>6a7f8c38-1f53-4444-81e3-7b8a967ff448</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-01-01</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-29</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>97ae6793-80e2-474e-ab61-64a3abe2f116</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Tue</Day>
<Day>Fri</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>c5c361bb-0654-431a-85da-056be6f4d151</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2024-11-12</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-28</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>f2e9cd00-31f7-405d-a688-d7c4c3d57785</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Mon</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Fri</Day>
<Day>Sun</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>First</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>ed3be743-9d16-4dc9-826a-429cc76f23e1</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2024-11-11</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-28</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>8048d5d6-a697-4267-a98f-816fef58e950</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>44714ffa-1554-4f65-84f5-ec7856dc1ea5</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-01-01</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-29</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>96f9b5aa-a88e-4c3a-9f19-834df131b4ca</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>daf6198e-1990-4c23-bf33-814f9bd672dd</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2025-01-01</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-29</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
<Schedule>
<PaxJourneyRefID>7bb160ee-eed8-471a-aeb4-11dec741d3d9</PaxJourneyRefID>
<PaxSegmentSchedules>
<PaxSegmentSchedule>
<OperationDays>
<Day>Mon</Day>
<Day>Wed</Day>
<Day>Thu</Day>
<Day>Sat</Day>
<Day>Sun</Day>
</OperationDays>
<ServiceLevels>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
</ServiceLevels>
<PaxSegmentRefID>c37decb6-c3b0-474a-92df-d7df979a7049</PaxSegmentRefID>
<ScheduleDateInformation>
<ScheduleRangeStart>2024-11-13</ScheduleRangeStart>
<ScheduleRangeEnd>2025-03-29</ScheduleRangeEnd>
</ScheduleDateInformation>
</PaxSegmentSchedule>
</PaxSegmentSchedules>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
</Schedule>
</AirlineSchedules>
</Response>
</Profile:Mixvel_AirlineProfileRS>
</AppData>
</Body>
</MixEnv:Envelope>