ndex:InjuryCategoryCodeSimpleType

simpleType InjuryCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies the type of bodily injury suffered by a person who was the victim of the incident. Includes all NIBRS Codes, plus additional codes.

Diagram

Enumerations

ValueDefinition
Apparent Broken BonesApparent Broken Bones
Apparent Minor InjuryApparent Minor Injury
Loss of TeethLoss of Teeth
NoneNone
OtherOther Injury
Other Major InjuryOther Major Injury
Possible Internal InjuryPossible Internal Injury
Severe LacerationSevere Laceration
UnconsciousnessUnconsciousness
UndeterminedUndetermined

XML Schema

<xs:simpleType name="InjuryCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of bodily injury suffered by a person who was the victim of the incident. Includes all NIBRS Codes, plus additional codes.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Apparent Broken Bones">
<xs:annotation>
<xs:documentation>
Apparent Broken Bones
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Apparent Minor Injury">
<xs:annotation>
<xs:documentation>
Apparent Minor Injury
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Loss of Teeth">
<xs:annotation>
<xs:documentation>
Loss of Teeth
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
None
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other Injury
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other Major Injury">
<xs:annotation>
<xs:documentation>
Other Major Injury
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Possible Internal Injury">
<xs:annotation>
<xs:documentation>
Possible Internal Injury
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Severe Laceration">
<xs:annotation>
<xs:documentation>
Severe Laceration
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unconsciousness">
<xs:annotation>
<xs:documentation>
Unconsciousness
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Undetermined">
<xs:annotation>
<xs:documentation>
Undetermined
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>