Definition Type: SimpleType
Name: PersonGDRFAFileNumber
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- Unified Identity Number issued at the time of entry by the Ministry of Interior (MOI).
- The number is available on the Visa or residency document of the member under FileNumber.
- Insurance companies or TPA's will be able to validate or acquire this number from the General Directorate of Residency and Foreigners Affairs (GDRFA) previously known as Department of Naturalisation and Residency (DNRD), through the web services provided by eClaimLink.
- (Web serivce documentaion is available on the eClaimLink > DHD > Documentaion section).
Collapse XSD Schema Diagram:
XSD Diagram of PersonGDRFAFileNumber
Collapse XSD Schema Code:
<xs:simpleType name="PersonGDRFAFileNumber">
    <xs:annotation>
        <xs:documentation>
        - Unified Identity Number issued at the time of entry by the Ministry of Interior (MOI).
        - The number is available on the Visa or residency document of the member under FileNumber.
        - Insurance companies or TPA's will be able to validate or acquire this number from the General Directorate of Residency and Foreigners Affairs (GDRFA) previously known as Department of Naturalisation and Residency (DNRD), through the web services provided by eClaimLink.
        - (Web serivce documentaion is available on the eClaimLink &gt; DHD &gt; Documentaion section).
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="20" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 20
MinLength 0