Delay

beskrivelse

delayCode

See DelayOrDiversionCode for definition of term.

DelayOrDiversionCode:

Numeric IATA delay/diversion code. Codes are defined in the IATA Airport Handling Manual chapter 730

delayReason

Textual description for the DelayCode, ref. DelayOrDiversionReason.

DelayOrDiversionReason:

Textual description for the DelayOrDiversionCode.

delayDuration

Duration of the delay. Typically used in conjunction with DelayCode. DelayDuration makes in theory possible to calculate a new estimated departure/arrival time, but in practice this is difficult as it isn't given what DelayDuration is relative to. 

duration:

XSD Duration type

The lexical representation for duration is the ISO 8601 extended format PnYnMnDTnHnMnS, where nY represents the number of years, nM the number of months, nD the number of days, 'T' is the date/time separator, nH the number of hours, nM the number of minutes and nS the number of seconds. The number of seconds can include decimal digits to arbitrary precision. P is required.

  • No labels