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