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