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
Value | Definition |
C | Referred to Criminal (Adult) Court |
H | Handled Within Department |
J | Referred to Juvenile Court |
R | Referred to Other Authorities |
w | 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="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>