hs:SubjectChildAssociationType
complexType SubjectChildAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between a subject and a child.
Diagram
XML Schema
<xs:complexType name="SubjectChildAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a subject and a child.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:Subject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Child" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PersonAssociationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SubjectChildAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>