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