ndex:JuvenileDispositionCodeSimpleType

simpleType JuvenileDispositionCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

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
CReferred to Criminal (Adult) Court
HHandled Within Department
JReferred to Juvenile Court
RReferred to Other Authorities
wReferred 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="C">
<xs:annotation>
<xs:documentation>
Referred to Criminal (Adult) Court
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Handled Within Department
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
Referred to Juvenile Court
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Referred to Other Authorities
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="w">
<xs:annotation>
<xs:documentation>
Referred to Welfare Agency
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>