Definition Type: SimpleType
Name: PersonResidentialLocation
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The person's actual place of residence. For example: 356 = UMM SUQEIM FIRST, 346 = BUISNESS BAY.
- Use the corresponding Location code from the predefined location list (DSC Locations) published on eClaimLink DHD.
Collapse XSD Schema Diagram:
XSD Diagram of PersonResidentialLocation
Collapse XSD Schema Code:
<xs:simpleType name="PersonResidentialLocation">
    <xs:annotation>
        <xs:documentation>
        - The person's actual place of residence. For example: 356 = UMM SUQEIM FIRST, 346 = BUISNESS BAY.
        - Use the corresponding Location code from the predefined location list (DSC Locations) published on eClaimLink DHD.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer" />
</xs:simpleType>