hs:ChildLegalCustodyPartyAssociationType

complexType ChildLegalCustodyPartyAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a relationship between a custodial person or organization and a child.

Diagram

XML Schema

<xs:complexType name="ChildLegalCustodyPartyAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a custodial person or organization and a child.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:CustodialEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Child" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildLegalCustodyPartyAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>