Definition Type: SimpleType
Name: EstablishmentEntityID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- This is the official ID of the sponsoring entity:
1. if the sponsor is a Resident, then use the File Number of the resident
2. if the sponsor is a Citizen, then use the UID of the Citizen
3. if the sponsor is an Establishment, then use the Establishment Code
4. if the sponsor is on an Investor Visa, then use their File Number (for MemberType = 4,5), else the UID.
Collapse XSD Schema Diagram:
XSD Diagram of EstablishmentEntityID
Collapse XSD Schema Code:
<xs:simpleType name="EstablishmentEntityID">
    <xs:annotation>
        <xs:documentation>
        - This is the official ID of the sponsoring entity:
        1. if the sponsor is a Resident, then use the File Number of the resident
        2. if the sponsor is a Citizen, then use the UID of the Citizen
        3. if the sponsor is an Establishment, then use the Establishment Code
        4. if the sponsor is on an Investor Visa, then use their File Number (for MemberType = 4,5), else the UID.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="50" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 50