ncic:CDACodeSimpleType

simpleType CDACodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 17 - Manner and Cause of Death (CDA) Field Codes

Diagram

Enumerations

ValueDefinition
AACCIDENTAL
HHOMICIDE
NNATURAL CAUSE
SSUICIDE
UUNKNOWN

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: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>