ucr:CriminalActivityCategoryCodeSimpleType
simpleType CriminalActivityCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/
Definition
A data type for kinds of incidents.
Diagram
Enumerations
Value | Definition |
A | Simple/Gross Neglect (unintentionally, intentionally, or knowingly failing to provide food, water, shelter, veterinary care, hoarding, etc.) |
B | buying/ receiving |
C | cultivate/ manufacture/ publish (i.e.,production of any type) |
D | distribute/ selling |
E | exploiting children |
F | Organized Abuse (Dog Fighting and Cock Fighting) |
G | other gang |
I | Intentional Abuse and Torture (tormenting, mutilating, maiming, poisoning, or abandonment) |
J | juvenile gang |
N | none/ unknown |
O | operate/ promote/ assist |
P | possession/ conceal |
S | Animal Sexual Abuse (Bestiality) |
T | transport/ transmitting |
U | using/ consuming |
XML Schema
<xs:simpleType name="CriminalActivityCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of incidents.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Simple/Gross Neglect (unintentionally, intentionally, or knowingly failing to provide food, water, shelter, veterinary care, hoarding, etc.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
buying/ receiving</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
cultivate/ manufacture/ publish (i.e.,production of any type)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
distribute/ selling</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E">
<xs:annotation>
<xs:documentation>
exploiting children</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Organized Abuse (Dog Fighting and Cock Fighting)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
other gang</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Intentional Abuse and Torture (tormenting, mutilating, maiming, poisoning, or abandonment)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
juvenile gang</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
none/ unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
operate/ promote/ assist</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
possession/ conceal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Animal Sexual Abuse (Bestiality)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
transport/ transmitting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
using/ consuming</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>