ucr:MultipleArresteeSegmentsCodeSimpleType
simpleType MultipleArresteeSegmentsCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/
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
Value | Definition |
C | Count Arrestee |
M | Multiple |
N | Not 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:restriction base="xs:token">
<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>