mo:UnitReinforcementCodeSimpleType
simpleType UnitReinforcementCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/
Definition
A data type that gives the reinforcement for a unit that has additional or detached strength.
Diagram
Enumerations
| Value | Definition | 
| DetachedOnly | Detached Only | 
| NormalStrength | Normal Strength | 
| NotKnown | Not Known | 
| Null | Null | 
| ReinforcedAndDetached | Reinforced And Detached | 
| ReinforcedOnly | Reinforced Only | 
XML Schema
<xs:simpleType name="UnitReinforcementCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that gives the reinforcement for a unit that has additional or detached strength.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DetachedOnly">
<xs:annotation>
<xs:documentation>
Detached Only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NormalStrength">
<xs:annotation>
<xs:documentation>
Normal Strength</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotKnown">
<xs:annotation>
<xs:documentation>
Not Known</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Null">
<xs:annotation>
<xs:documentation>
Null</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ReinforcedAndDetached">
<xs:annotation>
<xs:documentation>
Reinforced And Detached</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ReinforcedOnly">
<xs:annotation>
<xs:documentation>
Reinforced Only</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>