<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>
|