Main entity that contains all the elements that make up the state of a flight leg.

The figure below shows the entities that are directly associated with FlightLegStateData.

ADD Term / EntityDescription / Comments
FlightLegStateMetadataSee FlightLegStateMetadata for detils.
UniqueFlightLegId
IFPLIDIFPLID uniquely identifies a flight plan. When a flight plan is cancelled in the ATM world it doesn't necessary mean that the flight leg is cancelled. Often a flight plan will be refiled and a new IFPLID created. After the flight leg is airborne the IFPLID will stay the same for the rest of the flight leg.
NB! When an ATM cancellation is received IFPLID should be cleared to avoid any matching issues.
Callsign
FlightId
FlightDepartureDate

CodeshareData

See CodeshareData for details. Contains a list of codeshares. Not all flights have codeshares.

DepartureData

See DepartureData for details. All departure related information, except passenger information.

ArrivalData

See ArrivalData for details. All arrival/destination related information, except passenger information.

PassengerData

See PassengerData for details. All passenger related data, including transfer information.
BaggageDataSee BaggageData for details.
CargoData

AircraftData

See AircraftData for details. All aircraft related data, much of which is also reference data. Reference data is copied to this entity to ensure that the exact aircraft configuration for the flight leg is preserved.

OperatingAirlineIATA


OperatingAirlineICAO


OperatingAirlineName
RadioCallsign

FlightLegStatus


FlightLegSecurityIndicator
IsReroutedIsRerouted = TRUE if the flight has been rerouted.
IATACancelTimestamp


ATMCancelTimestamp


CancelReasonCode


CancelReasonText


FlightDIIndicator


FlightServiceTypeIATA


FlightServiceTypeICAO


FlightServiceTypeExtended

Default: “99”

FlightServiceTypeExtended is the Avinor defined service type that is more detailed than the IATA/ICAO versions.

FlightIsMultiLeg

Default: false
FlightRouteIATA

The flight route always contain the departure and arrival airports, and contain any additional airports used by a multi leg flight. 

MilitaryFlightOwner


NumberOfAircraft

Default: 1- This only applies to ATM data about flight formations.

ChargeBorderCrossingData

See ChargeBorderCrossingData for details.

TouchAndGoData

See TouchAndGoData for details.

DisplayData

See DisplayData for details. Information related to how data about this flight leg should be displayed. 

flightLegRemark:  RemarkData

See RemarkData for details. Any remarks associated with this flight leg. 
  • No labels