Definition Type: SimpleType
Name: ReferralSpecialty
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Specialty of the Clinician that is providing the referral for the patient.
-	List of Specialities can be found at http://www.eclaimlink.ae website.
- 	Space cannot be used within this field.
Collapse XSD Schema Diagram:
XSD Diagram of ReferralSpecialty
Collapse XSD Schema Code:
<xs:simpleType name="ReferralSpecialty">
    <xs:annotation>
        <xs:documentation>
        -	Specialty of the Clinician that is providing the referral for the patient.
        -	List of Specialities can be found at http://www.eclaimlink.ae website.
        - 	Space cannot be used within this field.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:pattern value="[\S]*" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinLength 1
Pattern [\S]*