im:FileType

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

Definition

A data type for an official record or set of records associated with a person, project, task, or activity.

Diagram

XML Schema

<xs:complexType name="FileType">
<xs:annotation>
<xs:documentation>
A data type for an official record or set of records associated with a person, project, task, or activity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:FileControlOfficeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:FileIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:FileNewIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:FileReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:FileRequestDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:FileAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>