hs:JuvenileCaseType

complexType JuvenileCaseType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for a juvenile case.

Diagram

XML Schema

<xs:complexType name="JuvenileCaseType">
<xs:annotation>
<xs:documentation>
A data type for a juvenile case.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:CaseReferredAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Caseworker" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:InformalAdjustment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:InformalDisposition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Juvenile" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ReferralReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenileCaseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>