im:ImmigrantRoleType
complexType ImmigrantRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the role of Immigrant that is played by a Person with respect to a Country
Diagram
XML Schema
<xs:complexType name="ImmigrantRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role of Immigrant that is played by a Person with respect to a Country</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="im:AlienRoleType">
<xs:sequence>
<xs:element ref="im:ImmigrantRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>