im:PersonCountryRoleType

complexType PersonCountryRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.1/

Definition

A data type for the role played by the Person with respect to a Country

Diagram

XML Schema

<xs:complexType name="PersonCountryRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role played by the Person with respect to a Country
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:ImmigrationStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:PersonCountryRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>