namespace | https://mmixm.aero/base/2.1.0 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="CodeInterruptionType"> <xs:annotation> <xs:documentation>Interrupt types are defined differently for each system/service. The NAPRS Desk Guide for that system/service contains the guidance, for example (from AWOS Data Acquisition System): "Report the loss or unavailability of workstations or the monitors as a Reduced Equipment/System (RE) interrupt."</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Full Outage"> <xs:annotation> <xs:documentation>As defined by the NAPRS Desk Guide for the individual system/service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reduced Service"> <xs:annotation> <xs:documentation>As defined by the NAPRS Desk Guide for the individual system/service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reduced Equipment"> <xs:annotation> <xs:documentation>As defined by the NAPRS Desk Guide for the individual system/service.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Information"> <xs:annotation> <xs:documentation>As defined by the NAPRS Desk Guide for the individual system/service.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |