ncic:CDACodeSimpleType
simpleType CDACodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 17 - Manner and Cause of Death (CDA) Field Codes
Diagram
Enumerations
Value | Definition |
A | ACCIDENTAL |
H | HOMICIDE |
N | NATURAL CAUSE |
S | SUICIDE |
U | UNKNOWN |
XML Schema
<xs:simpleType name="CDACodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 17 - Manner and Cause of Death (CDA) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
ACCIDENTAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
HOMICIDE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
NATURAL CAUSE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
SUICIDE</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>