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
Value | Definition |
Apparent Broken Bones | Apparent Broken Bones |
Apparent Minor Injury | Apparent Minor Injury |
Loss of Teeth | Loss of Teeth |
None | None |
Other | Other Injury |
Other Major Injury | Other Major Injury |
Possible Internal Injury | Possible Internal Injury |
Severe Laceration | Severe Laceration |
Unconsciousness | Unconsciousness |
Undetermined | Undetermined |
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:restriction base="xs:token">
<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>