im:PersonDependentAssociationType

complexType PersonDependentAssociationType in namespace http://release.niem.gov/niem/domains/immigration/4.2/

Definition

A data type for an association of two people; one of which is a dependent of the other

Diagram

XML Schema

<xs:complexType name="PersonDependentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association of two people; one of which is a dependent of the other
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:Dependent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:Provider" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DependentRemarkText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DependentTerminationCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DependentTerminationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DependentTerminationCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DependentCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DependentCodeDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:PersonDependentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>