nc:MilitaryDischargeCategoryCodeSimpleType
simpleType MilitaryDischargeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for kinds of discharges a person may receive from military service.
Diagram
Enumerations
Value | Definition |
B | BAD CONDUCT |
D | DISHONORABLE |
G | GENERAL |
H | HONORABLE |
M | MEDICAL |
N | NOT APPLICABLE |
O | OTHER |
Q | UNDESIRABLE |
U | UNKNOWN |
XML Schema
<xs:simpleType name="MilitaryDischargeCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of discharges a person may receive from military service.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
BAD CONDUCT</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
DISHONORABLE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
GENERAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
HONORABLE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
MEDICAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
NOT APPLICABLE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
OTHER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Q">
<xs:annotation>
<xs:documentation>
UNDESIRABLE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>