simpleType CodeLogStatusDescriptionType
namespace https://mmixm.aero/base/4
type restriction of xs:string
properties
base xs:string
used by
element LoggingEvent/status
facets
Kind Value Annotation
enumeration Closed
documentation
Log is closed, facility/service been restored, per TI 6140.32, RMLS National Operations Control Center (NOCC)  Event Manager User's Guide.
enumeration Open
documentation
Log is open, facility/service remains out of service, per TI 6140.32, RMLS National Operations Control Center (NOCC) Event Manager User's Guide.
enumeration Void
documentation
Log has been voided, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.
annotation
documentation
Enumerated list of possible statuses of the log entry, per TI 6140.33 OCC/SOC Event Manager User's Guide.
source <xs:simpleType name="CodeLogStatusDescriptionType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of possible statuses of the log entry, per TI 6140.33 OCC/SOC Event Manager User's Guide.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Closed">
     
<xs:annotation>
       
<xs:documentation>Log is closed, facility/service been restored, per TI 6140.32, RMLS National Operations Control Center (NOCC)  Event Manager User's Guide.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Open">
     
<xs:annotation>
       
<xs:documentation>Log is open, facility/service remains out of service, per TI 6140.32, RMLS National Operations Control Center (NOCC) Event Manager User's Guide.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Void">
     
<xs:annotation>
       
<xs:documentation>Log has been voided, per TI 6030.6 Simplified Automated Logging (SAL) User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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