hs:JuvenilePlacementOtherLocationAssociationType
complexType JuvenilePlacementOtherLocationAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between a juvenile and a location -- other than a foster home, kin's residence, orphanage, or other facility -- where the juvenile is directed to reside.
Diagram
XML Schema
<xs:complexType name="JuvenilePlacementOtherLocationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a juvenile and a location -- other than a foster home, kin's residence, orphanage, or other facility -- where the juvenile is directed to reside.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="hs:PlacedJuvenile" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PlacementOtherLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenilePlacementOtherLocationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>