im:PersonCountryAssociationType
complexType PersonCountryAssociationType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for an association between a person and a country.
Diagram
XML Schema
<xs:complexType name="PersonCountryAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person and a country.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="im:Country" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:PersonCountryRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:PersonCountryAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>