Definition Type: SimpleType
Name: PersonFullName
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The patient's Full name, as spelled in the Passport.
Collapse XSD Schema Diagram:
XSD Diagram of PersonFullName
Collapse XSD Schema Code:
<xs:simpleType name="PersonFullName">
    <xs:annotation>
        <xs:documentation>
        - The patient's Full name, as spelled in the Passport.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="100" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 100
MinLength 0