mo:OPEXCodeSimpleType
simpleType OPEXCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for the operational status of an event.
Diagram
Enumerations
Value | Definition |
EXERCISE | EXERCISE |
OPERATIONS/REALITY | OPERATIONS/REALITY |
RECONSTRUCTION | A reconstruction of a previously occuring situation |
SIMULATION | SIMULATION |
TEST | TEST |
TRAINING | For training purposes |
XML Schema
<xs:simpleType name="OPEXCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the operational status of an event.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="EXERCISE">
<xs:annotation>
<xs:documentation>
EXERCISE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OPERATIONS/REALITY">
<xs:annotation>
<xs:documentation>
OPERATIONS/REALITY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RECONSTRUCTION">
<xs:annotation>
<xs:documentation>
A reconstruction of a previously occuring situation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SIMULATION">
<xs:annotation>
<xs:documentation>
SIMULATION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TEST">
<xs:annotation>
<xs:documentation>
TEST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRAINING">
<xs:annotation>
<xs:documentation>
For training purposes</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>