mo:UnitStatusQualifierCodeSimpleType
simpleType UnitStatusQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type that qualifies the status of a unit.
Diagram
Enumerations
| Value | Definition |
| Destroyed | Destroyed |
| HeavilyDamaged | Heavily Damaged |
| LackingVitalResources | Lacking Vital Resources |
| LightlyDamaged | Lightly Damaged |
| Lost | Lost |
| ModeratelyDamaged | Moderately Damaged |
| None | None |
| NotKnown | Not Known |
XML Schema
<xs:simpleType name="UnitStatusQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that qualifies the status of a unit.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Destroyed">
<xs:annotation>
<xs:documentation>
Destroyed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HeavilyDamaged">
<xs:annotation>
<xs:documentation>
Heavily Damaged</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LackingVitalResources">
<xs:annotation>
<xs:documentation>
Lacking Vital Resources</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LightlyDamaged">
<xs:annotation>
<xs:documentation>
Lightly Damaged</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lost">
<xs:annotation>
<xs:documentation>
Lost</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ModeratelyDamaged">
<xs:annotation>
<xs:documentation>
Moderately Damaged</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
None</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotKnown">
<xs:annotation>
<xs:documentation>
Not Known</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>