Definition Type: SimpleType
Name: EstablishmentEmail
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The email address of the policy holder. If the policy holder is an establishment, this should be the email ID of an individual or a department responsible for health insurance related matters.
Collapse XSD Schema Diagram:
XSD Diagram of EstablishmentEmail
Collapse XSD Schema Code:
<xs:simpleType name="EstablishmentEmail">
    <xs:annotation>
        <xs:documentation>
        - The email address of the policy holder. If the policy holder is an establishment, this should be the email ID of an individual or a department responsible for health insurance related matters.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[^@]+@[^\.]+\..+" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [^@]+@[^\.]+\..+