ucr:ArresteeWeaponCodeSimpleType

simpleType ArresteeWeaponCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/

Definition

A data type for weapons with which a subject may be armed with upon apprehension.

Diagram

Enumerations

ValueDefinition
01Unarmed
11Firearm (type not stated)
11AFirearm (type not stated) - Automatic
12Handgun
12AHandgun - Automatic
13Rifle
13ARifle - Automatic
14Shotgun
14AShotgun - Automatic
15Other Firearm
15AOther Firearm - Automatic
16Lethal Cutting Instrument
17Club/ Blackjack/ Brass Knuckles

XML Schema

<xs:simpleType name="ArresteeWeaponCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for weapons with which a subject may be armed with upon apprehension.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Unarmed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
Firearm (type not stated)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11A">
<xs:annotation>
<xs:documentation>
Firearm (type not stated) - Automatic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
Handgun
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12A">
<xs:annotation>
<xs:documentation>
Handgun - Automatic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
Rifle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13A">
<xs:annotation>
<xs:documentation>
Rifle - Automatic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
Shotgun
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14A">
<xs:annotation>
<xs:documentation>
Shotgun - Automatic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
Other Firearm
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15A">
<xs:annotation>
<xs:documentation>
Other Firearm - Automatic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
Lethal Cutting Instrument
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="17">
<xs:annotation>
<xs:documentation>
Club/ Blackjack/ Brass Knuckles
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>