Definition Type: SimpleType
Name: PersonMemberType
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
The member category. Select one from the below:
1 = UAE National
2 = GCC National
3 = Diplomat - Passport
4 = Expat who's residency is issued in Dubai
5 = Expat who's residency is issued in Emirates other than Dubai
6 = Newborn
Collapse XSD Schema Diagram:
XSD Diagram of PersonMemberType
Collapse XSD Schema Code:
<xs:simpleType name="PersonMemberType">
    <xs:annotation>
        <xs:documentation>
        The member category. Select one from the below:
        1 = UAE National
        2 = GCC National
        3 = Diplomat - Passport
        4 = Expat who's residency is issued in Dubai
        5 = Expat who's residency is issued in Emirates other than Dubai
        6 = Newborn
      </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:enumeration value="6" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6