| namespace | https://mmixm.aero/base/4 | ||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:simpleType name="ContinuityOfServiceType"> <xs:annotation> <xs:documentation>Enumerated list of interruption impact to ILS Continuity of Service (COS), which have requirements and procedures defined in JO 6750.57, Instrument Landing System Continuity of Service Requirements and Procedures (ILS COS), per JO 6000.15.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="false"> <xs:annotation> <xs:documentation>False when the asset or outage does not require Instrument Landing System Continuity of Service (ILS COS) considerations as described in Order JO 6750.57, ILS COS Requirements and Procedures.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="reserved"> <xs:annotation> <xs:documentation>Reserved for future use. The asset or outage requires Instrument Landing System Continuity of Service (ILS COS) considerations as described in Order JO 6750.57, ILS COS Requirements and Procedures.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="true"> <xs:annotation> <xs:documentation>True when the asset or outage requires Instrument Landing System Continuity of Service (ILS COS) considerations as described in Order JO 6750.57, ILS COS Requirements and Procedures.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |