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
Value | Definition |
DEATH_OF_OFFENDER | DEATH OF OFFENDER |
IN_CUSTODY_OF_OTHER_JURISDICTION | IN CUSTODY OF OTHER JURISDICTION |
JUVENILE-NO_CUSTODY | 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) |
NOT_APPLICABLE | NOT APPLICABLE (NOT CLEARED EXCEPTIONALLY) |
PROSECUTION_DECLINED | PROSECUTION DECLINED (BY THE PROSECUTOR FOR OTHER THAN LACK OF PROBABLE CAUSE) |
VICTIM_REFUSED_TO_COOPERATE | VICTIM 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:restriction base="xs:token">
<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>