<xs:simpleType name="EstablishmentEntityType">
<xs:annotation>
<xs:documentation>
- This is the type of the sponsoring entity: use the corresponding Number when you fill in the field.
1 = Resident
2 = UAE Citizen
3 = Establishment
4 = Investor Visa
5 = GCC Citizen
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
</xs:restriction>
</xs:simpleType>
|