cbrncl:SystemOperatingModeCodeSimpleType
simpleType SystemOperatingModeCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for the operating modes of a system.
Diagram
Enumerations
Value | Definition |
Exercise | The system is in use by an exercise. |
Ops | The system is in live operational use. |
Other | The system is in an unspecified operating mode. A description of this model needs to be provided in the element SystemOperatingModeText. |
Test | The system is in test operations. |
Unknown | The operating mode of the system is unknown. |
XML Schema
<xs:simpleType name="SystemOperatingModeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the operating modes of a system.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Exercise">
<xs:annotation>
<xs:documentation>
The system is in use by an exercise.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ops">
<xs:annotation>
<xs:documentation>
The system is in live operational use.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The system is in an unspecified operating mode. A description of this model needs to be provided in the element SystemOperatingModeText.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Test">
<xs:annotation>
<xs:documentation>
The system is in test operations.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The operating mode of the system is unknown.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>