im:AlienExchangeVisitorRoleType
complexType AlienExchangeVisitorRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type for a non-immigrant alien who visits the United States to participate in either an educational or cultural exchange program that is approved by the United States Department of State.
Diagram
XML Schema
<xs:complexType name="AlienExchangeVisitorRoleType">
<xs:annotation>
<xs:documentation>
A data type for a non-immigrant alien who visits the United States to participate in either an educational or cultural exchange program that is approved by the United States Department of State.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="im:NonImmigrantRoleType">
<xs:sequence>
<xs:element ref="im:ExchangeVisitorAdmission" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ExchangeVisitorCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ExchangeVisitorCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:AlienExchangeVisitorRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>