ucr:IncidentExceptionalClearanceCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
DEATH_OF_OFFENDERDEATH OF OFFENDER
IN_CUSTODY_OF_OTHER_JURISDICTIONIN CUSTODY OF OTHER JURISDICTION
JUVENILE-NO_CUSTODYJUVENILE/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)
NOT_APPLICABLENOT APPLICABLE (NOT CLEARED EXCEPTIONALLY)
PROSECUTION_DECLINEDPROSECUTION DECLINED (BY THE PROSECUTOR FOR OTHER THAN LACK OF PROBABLE CAUSE)
VICTIM_REFUSED_TO_COOPERATEVICTIM REFUSED TO COOPERATE (IN THE PROSECUTION)

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="DEATH_OF_OFFENDER">
<xs:annotation>
<xs:documentation>
DEATH OF OFFENDER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IN_CUSTODY_OF_OTHER_JURISDICTION">
<xs:annotation>
<xs:documentation>
IN CUSTODY OF OTHER JURISDICTION
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JUVENILE-NO_CUSTODY">
<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="NOT_APPLICABLE">
<xs:annotation>
<xs:documentation>
NOT APPLICABLE (NOT CLEARED EXCEPTIONALLY)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PROSECUTION_DECLINED">
<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="VICTIM_REFUSED_TO_COOPERATE">
<xs:annotation>
<xs:documentation>
VICTIM REFUSED TO COOPERATE (IN THE PROSECUTION)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>