hs:PetitionerChildAssociationType

complexType PetitionerChildAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for an association between a petitioner and a child.

Diagram

XML Schema

<xs:complexType name="PetitionerChildAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a petitioner and a child.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:Child" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Petitioner" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PersonAssociationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PetitionerChildAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>