Definition Type: SimpleType
Name: PersonFirstName
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.xsd
Documentation:
- The patient's first name, as spelled in the Passport.
Collapse XSD Schema Diagram:
XSD Diagram of PersonFirstName
Collapse XSD Schema Code:
<xs:simpleType name="PersonFirstName">
    <xs:annotation>
        <xs:documentation>
			- The patient's first name, as spelled in the Passport.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="50" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 50
MinLength 1
Collapse Derivation Tree:
Collapse References:
FirstName, FirstName