mo:OPEXCodeSimpleType

simpleType OPEXCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/

Definition

A data type for the operational status of an event.

Diagram

Enumerations

ValueDefinition
EXERCISEEXERCISE
OPERATIONS/REALITYOPERATIONS/REALITY
RECONSTRUCTIONA reconstruction of a previously occuring situation
SIMULATIONSIMULATION
TESTTEST
TRAININGFor 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: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>