ucr:ArrestCategoryCodeSimpleType

simpleType ArrestCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

Definition

A data type for kinds of arrests that can occur.

Diagram

Enumerations

ValueDefinition
ON-VIEW_ARRESTON-VIEW ARREST
SUMMONED-CITEDSUMMONED/CITED
TAKEN_INTO_CUSTODYTAKEN 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="ON-VIEW_ARREST">
<xs:annotation>
<xs:documentation>
ON-VIEW ARREST
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUMMONED-CITED">
<xs:annotation>
<xs:documentation>
SUMMONED/CITED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TAKEN_INTO_CUSTODY">
<xs:annotation>
<xs:documentation>
TAKEN INTO CUSTODY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>