simpleType CodeInterruptionType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration Full Outage
documentation
As defined by the NAPRS Desk Guide for the individual system/service.
enumeration Reduced Service
documentation
As defined by the NAPRS Desk Guide for the individual system/service.
enumeration Reduced Equipment
documentation
As defined by the NAPRS Desk Guide for the individual system/service.
enumeration Information
documentation
As defined by the NAPRS Desk Guide for the individual system/service.
annotation
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."
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy