hs:ParentChildAssociationType

complexType ParentChildAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for an association between a child and a person who is in a parent role toward that child.

Diagram

XML Schema

<xs:complexType name="ParentChildAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a child and a person who is in a parent role toward that child.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:Child" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Parent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:HouseholdMemberIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ParentChildKinshipCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:BiologicalParentDeterminationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:BiologicalParentDeterminationMethodCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TerminationParentalRightsDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TerminationParentalRightsIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildBirthOrderNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ParentChildAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>