ucr:IncidentExceptionalClearanceCodeSimpleType

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

Definition

A data type for ways in which an incident may be cleared exceptionally.

Diagram

Enumerations

ValueDefinition
ADeath of Offender
BProsecution Declined (by the prosecutor for other than lack of probable cause)
CIn Custody of Other Jurisdiction
DVictim Refused to Cooperate (in the prosecution)
EJuvenile/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)
NNot 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: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>