hs:ChildSupportEnforcementCaseOriginatorAssociationType
complexType ChildSupportEnforcementCaseOriginatorAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between a child-support-enforcement agency and the child-support-enforcement case it initiated.
Diagram
XML Schema
<xs:complexType name="ChildSupportEnforcementCaseOriginatorAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a child-support-enforcement agency and the child-support-enforcement case it initiated.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="hs:ChildSupportEnforcementCaseOriginatorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Case" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildSupportEnforcementCaseOriginatorAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>