| namespace | https://mmixm.aero/base/4 | ||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:simpleType name="OperationalContingencyType"> <xs:annotation> <xs:documentation>Enumerated list of the state of Operational Contingency Reporting, includes ATC-Alert notifications and ATC-Limited and ATC-Zero Operational Contingency Level (OCL) declarations as outlined in Order JO 1900.47 - Air Traffic Control Operational Readiness and Contingency Planning, for all outages/projects/events, planned or unplanned, that could cause a significant system impact, reduction in services, or reduction in capacity.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ATC-Zero"> <xs:annotation> <xs:documentation>Per JO 1900.47 Air Traffic Control Operational Readiness and Contingency Planning, ATC-ZERO is an Operational Contingency Level (OCL) declared when any of the following occur: a. A facility is unable to provide services, or traffic flow management in the case of the ATCSCC, during published operating hours with its facility personnel or with personnel that routinely work the transferred airspace or services from either the normal location or any alternate location. b. A facility transfers services to another facility whose personnel do not routinely work the transferred airspace or services.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ATC-Limited"> <xs:annotation> <xs:documentation>Per JO 1900.47 Air Traffic Control Operational Readiness and Contingency Planning, ATC-Limited is an Operational Contingency Level (OCL) declared when any of the following occur: a. A combined Tower/TRACON ("up/down") facility is unable to provide services from one area (Tower Cab or TRACON), but the other area remains in operation. b. A multi-area facility is unable to provide services from one or more areas, but other areas remain in operation. c. A facility is providing services with its facility personnel from an alternate location. d. A facility has transferred all services during published operating hours to another facility whose personnel routinely work the transferred airspace or services. </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ATC-Alert"> <xs:annotation> <xs:documentation>A precautionary notification made when a facility remains in normal operations but anticipates disruptive condition(s) or experiences a loss of redundancy that may indicate a potential interruption in services, per JO 1900.47 Air Traffic Control Operational Readiness and Contingency Planning.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |