ucr:InjuryCategoryCodeSimpleType

simpleType InjuryCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

Definition

A data type for a general category of harm or injury.

Diagram

Enumerations

ValueDefinition
APPARENT_BROKEN_BONESAPPARENT BROKEN BONES
APPARENT_MINOR_INJURYAPPARENT MINOR INJURY
LOSS_OF_TEETHLOSS OF TEETH
NONENONE
OTHER_MAJOR_INJURYOTHER MAJOR INJURY
POSSIBLE_INTERNAL_INJURYPOSSIBLE INTERNAL INJURY
SEVERE_LACERATIONSEVERE LACERATION
UNCONSCIOUSNESSUNCONSCIOUSNESS

XML Schema

<xs:simpleType name="InjuryCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a general category of harm or injury.
</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_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:restriction>
</xs:simpleType>