im:OtherAlienRoleType
complexType OtherAlienRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the Other Alien role that is played by a Person who cannot be categorized as either an Immigrant or NonImmigrant with respect to a Country
Diagram
XML Schema
<xs:complexType name="OtherAlienRoleType">
<xs:annotation>
<xs:documentation>
A data type for the Other Alien role that is played by a Person who cannot be categorized as either an Immigrant or NonImmigrant with respect to a Country</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="im:AlienRoleType">
<xs:sequence>
<xs:element ref="im:OtherAlienRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>