ENUM

RegCauseEnum

link GraphQL Schema definition

  • enum RegCauseEnum {
  • # Accident or incident occurred.
  • ACCIDENT_INCIDENT
  • # Balance capacity vs demand.
  • ATC_CAPACITY
  • # The regulation is required for e.g. aerodrome de-icing
  • AERODROME_SERVICES
  • # The regulation is required to balance capacity (a.o. available aircraft stands)
  • # vs demand.
  • AERODROME_CAPACITY
  • # The regulation is required because industrial actions (e.g. strike) are ongoing
  • # at the ATC center
  • ATC_INDUSTRIAL_ACTION
  • # The regulation is required because industrial actions (e.g. strike) are ongoing
  • # (not at the ATC center).
  • NON_ATC_INDUSTRIAL_ACTION
  • # Weather conditions.
  • WEATHER
  • # Airspace management reasons (e.g. military exercises).
  • AIRSPACE_MANAGEMENT
  • # Special events (e.g. airshows occuring).
  • SPECIAL_EVENT
  • # Special ATC routings.
  • ATC_ROUTINGS
  • # Reduced capacity because of ATC staffing reasons.
  • ATC_STAFFING
  • # Reduced capacity because of ATC equipment reasons (e.g. radar maintenance).
  • ATC_EQUIPMENT
  • # Environmental issues (e.g. noise abatement restrictions on RWY usage).
  • ENVIRONMENTAL_ISSUES
  • # Other reasons (e.g. disabled aircraft on RWY)
  • OTHERS
  • }

link Require by