im:NonImmigrantRoleType
complexType NonImmigrantRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type for the role of NonImmigrant that is played by a Person with respect to a Country
Diagram
XML Schema
<xs:complexType name="NonImmigrantRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role of NonImmigrant 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:NonImmigrantRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>