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
Value | Definition |
APPARENT_BROKEN_BONES | APPARENT BROKEN BONES |
APPARENT_MINOR_INJURY | APPARENT MINOR INJURY |
LOSS_OF_TEETH | LOSS OF TEETH |
NONE | NONE |
OTHER_MAJOR_INJURY | OTHER MAJOR INJURY |
POSSIBLE_INTERNAL_INJURY | POSSIBLE INTERNAL INJURY |
SEVERE_LACERATION | SEVERE LACERATION |
UNCONSCIOUSNESS | UNCONSCIOUSNESS |
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: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_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>