Definition Type: SimpleType
Name: EstablishmentEntityType
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
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
Collapse XSD Schema Diagram:
XSD Diagram of EstablishmentEntityType
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5