Definition Type: SimpleType
Name: PersonEmirate
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The Emirate from which the member's visa/residency is issued from.
- Use the corresponding code from the following list :
4 = Dubai
2 = Abu Dhabi
6 = Ajman
9 = Fujairah
7 = Ras Al Khaimah
1 = Sharjah
5 = Umm Al Quwain
Collapse XSD Schema Diagram:
XSD Diagram of PersonEmirate
Collapse XSD Schema Code:
<xs:simpleType name="PersonEmirate">
    <xs:annotation>
        <xs:documentation>
        - The Emirate from which the member's visa/residency is issued from.
        - Use the corresponding code from the following list :
        4 = Dubai
        2 = Abu Dhabi
        6 = Ajman
        9 = Fujairah
        7 = Ras Al Khaimah
        1 = Sharjah
        5 = Umm Al Quwain
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
        <xs:enumeration value="6" />
        <xs:enumeration value="7" />
        <xs:enumeration value="9" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Enumeration 9