hs:ChildSupportInsuranceBeneficiaryPersonAssociationType
complexType ChildSupportInsuranceBeneficiaryPersonAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between insurance coverage ordered in a child-support-enforcement case and the person (usually a child) who is the beneficiary of that insurance.
Diagram
XML Schema
<xs:complexType name="ChildSupportInsuranceBeneficiaryPersonAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between insurance coverage ordered in a child-support-enforcement case and the person (usually a child) who is the beneficiary of that insurance.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:CourtOrder" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Child" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildSupportInsuranceBeneficiaryPersonAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>