| namespace | https://mmixm.aero/base/4 | |||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||
| source | <xs:simpleType name="CodeInterruptConditionDescriptionType"> <xs:annotation> <xs:documentation>TI 6140.33B OCC/SOC Event Manager User's Guide 5.1.2.2 Filter Events. Identifies the extent of the outage.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Full Interruption"> <xs:annotation> <xs:documentation>The interrupt condition is a full outage, see also TI 6140.33, Remote Monitoring and Logging System Operations Control Center (OCC) and Service Operation Center (SOC) Event Manager (EM) User's Guide.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Informational Entry"> <xs:annotation> <xs:documentation>The log entry is for coordination purposes only, see also TI 6140.33, Remote Monitoring and Logging System Operations Control Center (OCC) and Service Operation Center (SOC) Event Manager (EM) User's Guide.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reduced Facility/Service Interruption"> <xs:annotation> <xs:documentation>The interruption or outage has resulted in a reduced service condition, see also TI 6140.33, Remote Monitoring and Logging System Operations Control Center (OCC) and Service Operation Center (SOC) Event Manager (EM) User's Guide.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Reduced System/Equipment"> <xs:annotation> <xs:documentation>The interruption or outage has resulted in a reduced equipment condition, see also TI 6140.33, Remote Monitoring and Logging System Operations Control Center (OCC) and Service Operation Center (SOC) Event Manager (EM) User's Guide.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |