ucr:MultipleArresteeSegmentsCodeSimpleType

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

Definition

A data type for the ways in which an arrested subject is counted or scored in a system so that a subject is counted only once despite potentially multiple arrests at a time.

Diagram

Enumerations

ValueDefinition
COUNT_ARRESTEECOUNT ARRESTEE
MULTIPLEMULTIPLE
NOT_APPLICABLENOT APPLICABLE

XML Schema

<xs:simpleType name="MultipleArresteeSegmentsCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the ways in which an arrested subject is counted or scored in a system so that a subject is counted only once despite potentially multiple arrests at a time.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="COUNT_ARRESTEE">
<xs:annotation>
<xs:documentation>
COUNT ARRESTEE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTIPLE">
<xs:annotation>
<xs:documentation>
MULTIPLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOT_APPLICABLE">
<xs:annotation>
<xs:documentation>
NOT APPLICABLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>