Definition Type: SimpleType
Name: PersonNationalityID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of PersonNationalityID
Collapse XSD Schema Code:
<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 &amp; Lists section.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer" />
</xs:simpleType>