Entity containing number of passengers and baggage that
- are expected to be transferred from an arriving flight to this flight leg.
- are expected to be transferred from this flight leg to departing flights.
| ADD Term | Description / Comments |
---|
UniqueFlightLegId | A system specific unique identifier for a flight leg. Can be anything, and doesn't have to be meaningful in any way. Proposed terms will never change and will never be reused. | FlightId | IATA based identifier for this flight, usually issued long before the flight actually takes place. FlightId is normally the concatenation of OperatingAirlineIATA, FlightNumber and OperationalSuffix. FlightId typically identifies a flight to the majority of systems, but it is not unique across time. It's unique only in conjunction with FlightDepartureDate. Exception: Some airlines use their ICAO code (OperatingAirlineICAO) instead of OperatingAirlineIATA. This might be because they aren't an IATA member or because they just prefer the ICAO code. Regardless, this means that it is allowed to use OperatingAirlineICAO as part of FlightId. FlightId is then defined as the concatenation of AirlineIATAorICAO, FlightNumber and OperationalSuffix. | FlightDepartureDate | The scheduled date (based on UTC) of departure of flight. For flights with multiple legs this is the departure of the first leg. This date must not change once set as it is used to make the FlightIds unique. | DepartureAirportIATA | Departure airport IATA code (see AirportIATA for description of term). | ArrivalAirportIATA | Arrival airport IATA code (see AirportIATA for description of term). | SOBT | Scheduled Off-Block Time. The time that an aircraft is scheduled to depart from its parking position. Always UTC time. | SIBT | Scheduled In-Block Time. The time that an aircraft is scheduled to arrive at its first parking position. Always UTC time. | PaxAdult | The number of adult passengers in some context. | PaxChild | The number of children in some context. | PaxInfant | The number of infants in some context. | BaggageCount | The number of bags in some context. |
|