ndex:JuvenileDispositionCodeSimpleType

simpleType JuvenileDispositionCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that identifies the disposition of the arrest if the arrestee was a juvenile at the time of arrest.

Diagram

Enumerations

ValueDefinition
HANDLED_WITHIN_DEPARTMENTHANDLED WITHIN DEPARTMENT
REFERRED_TO_CRIMINAL-ADULT_COURTREFERRED TO CRIMINAL (ADULT) COURT
REFERRED_TO_JUVENILE_COURTREFERRED TO JUVENILE COURT
REFERRED_TO_OTHER_AUTHORITIESREFERRED TO OTHER AUTHORITIES
REFERRED_TO_WELFARE_AGENCYREFERRED TO WELFARE AGENCY

XML Schema

<xs:simpleType name="JuvenileDispositionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the disposition of the arrest if the arrestee was a juvenile at the time of arrest.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="HANDLED_WITHIN_DEPARTMENT">
<xs:annotation>
<xs:documentation>
HANDLED WITHIN DEPARTMENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REFERRED_TO_CRIMINAL-ADULT_COURT">
<xs:annotation>
<xs:documentation>
REFERRED TO CRIMINAL (ADULT) COURT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REFERRED_TO_JUVENILE_COURT">
<xs:annotation>
<xs:documentation>
REFERRED TO JUVENILE COURT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REFERRED_TO_OTHER_AUTHORITIES">
<xs:annotation>
<xs:documentation>
REFERRED TO OTHER AUTHORITIES
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REFERRED_TO_WELFARE_AGENCY">
<xs:annotation>
<xs:documentation>
REFERRED TO WELFARE AGENCY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>