j:JuvenileActivityType
complexType JuvenileActivityType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for an optional Juvenile Segment in the rapsheet. The treatment of juveniles in the criminal justice system varies from state to state; these activities may not considered to be an arrest, so the use of the arrest segment would not be
Diagram
XML Schema
<xs:complexType name="JuvenileActivityType">
<xs:annotation>
<xs:documentation>
A data type for an optional Juvenile Segment in the rapsheet. The treatment of juveniles in the criminal justice system varies from state to state; these activities may not considered to be an arrest, so the use of the arrest segment would not be</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:JuvenileActivityAgencyRecordIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JuvenileActivityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>