BasicFlightDataInbound

flightLegIdentifier : FlightLegIdentifier

See definition under Data entities

flightIsMultiLeg : boolean [0..1]

Flight leg is part of multileg Flight.

If this flight leg is part of a multi-leg flight then the list of airports that is the whole flight is listet in FlightRouteIATA.

flightRouteIATA : AirportIATA [0..*]List of airports a multi leg flight will land on before arriving at the destination. The list consists of AirportIATA codes. The list should contain all airports including first departure airport and last destination airport. The list should be ordered by the actual sequence the aircraft uses the airports.
fightLegIsCodeshare : boolean [0..1]This flight leg is a codeshare flight leg, meaning that it is operated by another airline. The operating airline is given by XXXX
operatingFlightLegIdentifier : FlightLegIdentifier [0..1]

The FlightLegIdentifier identifying the carrier/flight leg that actually operates the flight leg.

NB! If this is a codeshare flight most of the elements in BasicFlightDataInbound should be empty. It is the operating flight leg that contains the "real" data.

flightServiceTypeIATA : FlightServiceTypeIATA [0..1]IATA SSIM Appendix C Service Types.
aircraftIATAType : AircraftIATAType [0..1]3 character code as designated by International Air Transport Association (IATA) to uniquely designate Aircraft Type. Local (non-IATA) codes can be added as required as long as they are unique for aircraft types within the defined context.
Reference Document: IATA codeset 7800.
flightIsCancelled : boolean [0..1]Set to true if the flight operation is cancelled. For flight as with code share it's possible to only cancel the code shared flight.
flightDIIndicator: DIIndicator [0..1]Indicator showing what kind of flight (domestic, international, Schengen) this is. See also: AirportDIIndicator.
aircraftParkingPosition : AircraftParkingPosition [0..1]Where the aircraft is located. Code for a parking position, typically a stand, but can also be a hangar. Each airport has a set of AircraftParkingPositions. Each "AircraftParkingPosition" has one given type, defined by "AircraftParkingPositionType". Each position can have one or more usages, defined by (one or more) "AircraftParkingPositionUsage".
baggageClaimUnit : BaggageClaimUnit [0..1]Baggage belt (carousel) onto which passenger bags are loaded for collection by passengers on arrival flights.
There are a set of BaggageClaimUnits for each airport.
beltFirstBag : DateTimeUTC [0..1]UTC time the first passenger bag was loaded onto a baggage belt (carousel).
beltLastBag DateTimeUTC [0..1]UTC time the last passenger bag was loaded onto baggage a belt (carousel)
sibt : DateTimeUTC [0..1]Scheduled In-Block Time. The time that an aircraft is scheduled to arrive at its first parking position. Always UTC time.

eldt : DateTimeUTC [0..1]

Estimated Landing Time. The estimated time that an aircraft will touchdown on the runway. (Equivalent to ATC ETA–Estimated Time of Arrival = landing). Always UTC time.
aldt : DateTimeUTC [0..1]Actual Landing Time. The time that an aircraft lands on a runway. (Equivalent to ATC ATA –Actual Time of Arrival = landing, ACARS=ON). Always UTC time.
eibt : DateTimeUTC [0..1]Estimated In-Block Time. The estimated time that an aircraft will arrive in-blocks. (Equivalent to Airline/Handler ETA –Estimated Time of Arrival). Always UTC time.

aibt : DateTimeUTC [0..1]

Actual In-Block Time. The time that an aircraft arrives in-blocks. (Equivalent to Airline/Handler ATA –Actual Time of Arrival, ACARS = IN). Always UTC time.
linkedDeparture : FlightLegIdentifier [0..1]Something that links an departing flight (leg) to an arriving flight leg. Will typically contain some key information.

Elements that might be added

remark_1 (optional) Description: This field holds public remark for arrival/departure.

remark­_2 (optional)  Description: This field holds staff remark for arrival/departure.

next_info (optional)  Description: 
This field holds time of new info. Time is reported by MVT NI. UTC time value follows ISO 8601 format used in XML ’dateTime’ type.

last_delay_code (optional)  Description: This field holds code for delay                       

last_delay_code2 (optional)  Description: This field holds code2 for delay          

  • No labels