ucr:ArresteeWeaponCodeSimpleType
simpleType ArresteeWeaponCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/
Definition
A data type for weapons with which a subject may be armed with upon apprehension.
Diagram
Enumerations
| Value | Definition | 
| 01 | Unarmed | 
| 11 | Firearm (type not stated) | 
| 11A | Firearm (type not stated) - Automatic | 
| 12 | Handgun | 
| 12A | Handgun - Automatic | 
| 13 | Rifle | 
| 13A | Rifle - Automatic | 
| 14 | Shotgun | 
| 14A | Shotgun - Automatic | 
| 15 | Other Firearm | 
| 15A | Other Firearm - Automatic | 
| 16 | Lethal Cutting Instrument | 
| 17 | Club/ 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:restriction base="xs:token">
<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>