ucr:MultipleArresteeSegmentsCodeSimpleType

simpleType MultipleArresteeSegmentsCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/

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
CCount Arrestee
MMultiple
NNot 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="C">
<xs:annotation>
<xs:documentation>
Count Arrestee
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Multiple
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>