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