hs:JuvenilePlacementFacilityAssociationType
complexType JuvenilePlacementFacilityAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between a juvenile and a facility where the juvenile is directed to reside (e.g., orphanage, detention center, etc.).
Diagram
XML Schema
<xs:complexType name="JuvenilePlacementFacilityAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a juvenile and a facility where the juvenile is directed to reside (e.g., orphanage, detention center, etc.).</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:PlacementFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenilePlacementFacilityAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>