hs:BiologicalParentChildAssociationType
complexType BiologicalParentChildAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for an association between a child and one of the child's biological parents.
Diagram
XML Schema
<xs:complexType name="BiologicalParentChildAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a child and one of the child's biological parents.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="hs:ParentChildAssociationType">
<xs:sequence>
<xs:element ref="hs:PersonUnionAtBirthIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PersonUnionAtConceptionIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:BiologicalParentChildAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>