...
XML schema file.
The XML schema files for the LETIS based service is obtained from the URL:
Service field mapping
| Service term | ADD term | ARDB column | Comment | |
|---|---|---|---|---|
| flight_id | FlightId (NB! Is formatted) | flight_id | ||
| date_of_operation | FlightDepartureDate (NB! Response is DateTime)flight_departure_date | |||
| dom_int | FlightDIIndicatorflight_di_indicator | |||
| schedule_time | SIBT for arrivals, SOBT for departures | sibt, sobt | ||
| arr_dep | NA | NA | "A" - Arrival, "D" - Departure | |
| airport | ArrivalAirportIATA or DepartureAirportIATA | arrival_airport_iata, departure_airport_iata | ||
| via_airport | FlightRouteIATA | flight_route_iata | Is derived from flightId, multi flight, +++ | |
| check_in | CheckInDisplayTextcheck_in_display_text | |||
| gate | Gate | |||
| gate_datagate_status | GateStatus | gate_data | ||
| belt | BaggageClaimUnit | baggage_claim_unit | ||
| belt_status | Is derived: BeltLastBag or BeltFirstBagbelt_last_bag or belt_first_bag | If BeltLastBag = C else BeltFirstBag = O | ||
| belt_start | BeltFirstBagbelt_first_bag | |||
| belt_stop | AircraftParkingPositionArrival or ELDT or ETOT or ALDT or AIBT or NextInformationTimeAOBTATOTEOBTAircraftParkingPositionDepartureBeltLastBagbelt_last_bag | |||
| standaircraft_parking_position_arrival, aircraft_parking_position_departure | Field type depends on flight direction | |||
| est_time | eldt, etot, eobt | ELDT for Arrival, for departure If EOBT is set uses it, else ETOT | ||
| act_time | aldt , atotaldt if arrival, else atot if departure | |||
| onb_ofb_timeaibt, aobt | aibt if arrival, else aobt if departure | |||
| next_info | next_information_time | |||
| linked_flight | LinkedArrival.FlightId or LinkedDeparture.FlightId | lnk_arv_flight_id, lnk_dep_flight_id | if arrival LinkedDeparture.FlightId, else departure LinkedArrival.FlightId | |
| linked_flight_key | NA | NA | ||
| last_delay_code | ArrivalDelay or DepartureDelayarrival_delay or departure_delay | |||
| last_delay_code2 | ArrivalDelay or DepartureDelay | arrival_delay or departure_delay | ||
| cancelled_flag | FlightLegStatusflight_leg_status | Checks if flight status is "CANCELED" returns true/false | ||
| cdm_eibt | EIBT | eibt | ||
| codeshare_indNA | NA | Avledes: Alltid 'N'. AltiFlightLeqQuery returnerer data for faktiske flygninger og ikke code shares. | ||
| service_type | FlightServiceTypeIATA | flight_service_type_iata | This is the type of service provided aircraft by the one letter IATA service type code. | |
| aircraft_type | AircraftIATAType | |||
| aircraft_iata_typeaircraft_reg | AircraftRegistrationaircraft_registration | |||
| ramp_fuel | FuelRampRequested | fuel_ramp_requested | ||
| towNA | NA | |||
| trip_fuel | NA | NA | ||
| zew_fuel | NA | NA | ||
| remark_1 | RemarkData.RemarkText | flight_leg_remark | If arrival will display public, if departure will not filter by type | |
| remark_2 | RemarkData.RemarkText | flight_leg_remark | Will only show staff departure no matter direction | |
| cdm_tobt | TOBTtobt | |||
| cdm_tsat | TSAT | tsat | ||
| airline | OperatingAirlineIata | operating_airline_iata | ||
| flight_number | NOT in model (Part of FlightId)NOT in model | Is derived from FlightId | ||
| status | NextInformationTime, AOBT, ATOT, EOBT, ETOT, ELDT | next_information_time, aobt, atot, eobt, etot, eldt | If status_code = ’’: status_time = ’’ If status_code = ’N’: status_time = ’NEXT_INFO’ If status_code = ’E’: status_time = ’EOBT / ETOT’ - for departures, ’ELDT’ - for arrivals If status_code = ’D’: status_time = ’OFF_BLOCK_TIME’ – for departures If status_code = ’A’: status_time = ’ELDT’ – for arrivals If status_code = ’C’: status_time = ’’ | |
| delayedNA | NA | Is derived: calculated (ALDT, ELDT, SIBT) for arrival or (AOBT, ETOT, SOBT) for departure. | ||
| codeshare_keyNA | NA | |||
| handlingAgent | ArrivalData.HandlerName or DepartureData.HandlerNamehandler_arrival or handler_departure | |||
| handlingAgentCode | ArrivalData.HandlerCode or DepartureData.HandlerCodehandler_arrival or handler_departure | |||
| flight_leg_key | NA | NA | ||
| gateClosedTime | GateClose | gate_data | Example value: 2023-03-14T10:35:12Z | |
| codeshareAirlineDesignators | NA | code_share | ||
| codeshareAirlineNames | CodeshareAirlineIATA | code_share | ||
| codeshareFlightNumbers | CodeshareFlightNumber | code_share | ||
| codeshareOperationalSuffixs | NAcode_share |
Time specifications:
All times are listed in UTC format and are in the format ISO 8601 (Wikipedia: ISO 8601-format) [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]Z. Please make sure to adjust for time zone and summer time as required.
...