Definition Type: SimpleType
Name: PersonEmail
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The personal email address of the insured member.
- it is highly recommended to provide this field as per the DHA.
Collapse XSD Schema Diagram:
XSD Diagram of PersonEmail
Collapse XSD Schema Code:
<xs:simpleType name="PersonEmail">
    <xs:annotation>
        <xs:documentation>
        - The personal email address of the insured member.
        - it is highly recommended to provide this field as per the DHA.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[^@]+@[^\.]+\..+" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [^@]+@[^\.]+\..+