im:TransferType

complexType TransferType in namespace http://release.niem.gov/niem/domains/immigration/5.0/

Definition

A data type for the transfer of a non-immigrant alien student or exchange visitor from an authorized educational program to a different authorized educational program.

Diagram

XML Schema

<xs:complexType name="TransferType">
<xs:annotation>
<xs:documentation>
A data type for the transfer of a non-immigrant alien student or exchange visitor from an authorized educational program to a different authorized educational program.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:TransferCompletionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:TransferEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:TransferCompletedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:TransferRequestStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:TransferAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>