Definition Type: SimpleType
Name: EstablishmentContactNumber
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- This is the primary contact number of the policy holder.
- use the standard format (Country code) (Area Code) ( Number)
Collapse XSD Schema Diagram:
XSD Diagram of EstablishmentContactNumber
Collapse XSD Schema Code:
<xs:simpleType name="EstablishmentContactNumber">
    <xs:annotation>
        <xs:documentation>
        - This is the primary contact number of the policy holder.
        - use the standard format (Country code) (Area Code) ( Number)
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="15" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 15
MinLength 1