ucr:IncidentExceptionalClearanceCodeSimpleType
simpleType IncidentExceptionalClearanceCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/
Definition
A data type for ways in which an incident may be cleared exceptionally.
Diagram
Enumerations
Value | Definition |
A | Death of Offender |
B | Prosecution Declined (by the prosecutor for other than lack of probable cause) |
C | In Custody of Other Jurisdiction |
D | Victim Refused to Cooperate (in the prosecution) |
E | Juvenile/No Custody (the handling of a juvenile without taking him/her into custody, but rather by oral or written notice given to the parents or legal guardian in a case involving a minor offense, such as a petty larceny) |
N | Not Applicable (not cleared exceptionally) |
XML Schema
<xs:simpleType name="IncidentExceptionalClearanceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for ways in which an incident may be cleared exceptionally.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Death of Offender</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Prosecution Declined (by the prosecutor for other than lack of probable cause)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
In Custody of Other Jurisdiction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Victim Refused to Cooperate (in the prosecution)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E">
<xs:annotation>
<xs:documentation>
Juvenile/No Custody (the handling of a juvenile without taking him/her into custody, but rather by oral or written notice given to the parents or legal guardian in a case involving a minor offense, such as a petty larceny)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Applicable (not cleared exceptionally)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>