ucr:ArrestCategoryCodeSimpleType

simpleType ArrestCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.0/

Definition

A data type for kinds of arrests that can occur.

Diagram

Enumerations

ValueDefinition
OOn-View Arrest
SSummoned/ Cited
TTaken Into Custody

XML Schema

<xs:simpleType name="ArrestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for kinds of arrests that can occur.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
On-View Arrest
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Summoned/ Cited
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Taken Into Custody
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>