| namespace | https://mmixm.aero/base/4 | |||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||
| source | <xs:simpleType name="AirTrafficImpactType"> <xs:annotation> <xs:documentation>Enumerated list of impact levels to air traffic as a result of the interruption report. (e.g. high, moderate, low, and none)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="High"> <xs:annotation> <xs:documentation>High or significant impact to air traffic services, as defined in the appropriate facility SOP. For example, "high" may indicate a greater than 45 minute air traffic delay, or a ground stop is implemented beyond an internal implementation, or the event has national media interest.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Moderate"> <xs:annotation> <xs:documentation>Moderate impact to air traffic services, as defined in the appropriate facility SOP. For example, "moderate" may indicate a 15 to 45 minute air traffic delay, or a Traffic Management Initiative (TMI) is implemented, or the event has local media interest.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Low"> <xs:annotation> <xs:documentation>Low or negligible impact to air traffic services, as defined in the appropriate facility SOP. For example, "low" may indicate less than 15 minutes of air traffic delay, or a Traffic Management Initiative (TMI) is unnecessary or possible.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="None"> <xs:annotation> <xs:documentation>No impact to air traffic services, as defined in the appropriate facility SOP.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |