hs:PersonOtherKinAssociationType

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

Definition

A data type for a relationship that is a kinship or other close personal association between the source object and the target object. The relationship between a parent and a child should be captured using the ParentChildAssociation

Diagram

XML Schema

<xs:complexType name="PersonOtherKinAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship that is a kinship or other close personal association between the source object and the target object. The relationship between a parent and a child should be captured using the ParentChildAssociation
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:SourcePerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TargetPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:FamilyIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:HouseholdMemberIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PersonOtherKinAssociationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PersonOtherKinAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>