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
Value | Definition |
HANDLED_WITHIN_DEPARTMENT | HANDLED WITHIN DEPARTMENT |
REFERRED_TO_CRIMINAL-ADULT_COURT | REFERRED TO CRIMINAL (ADULT) COURT |
REFERRED_TO_JUVENILE_COURT | REFERRED TO JUVENILE COURT |
REFERRED_TO_OTHER_AUTHORITIES | REFERRED TO OTHER AUTHORITIES |
REFERRED_TO_WELFARE_AGENCY | REFERRED 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:restriction base="xs:token">
<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>