| namespace | https://mmixm.aero/base/4 | ||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| 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> |