<xs:simpleType name="PersonNationalityID">
<xs:annotation>
<xs:documentation>
- The 3-digit code of the person's current nationality as defined by the passport. For Example: 101 = United Arab Emirates, 131 = Algeria.
- Restrictions: Only values from the reference list of nationalities are allowed.
- The latest List of Nationalities (GDRFA Nationalities List) can be downloaded from the eClaimLink website under the DHD \ Codes & Lists section.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|