hs:ChildLegalCustodyPartyAssociationType
complexType ChildLegalCustodyPartyAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
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:extension base="nc:AssociationType">
<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>