Definition Type: SimpleType
Name: PersonBirthCertificateID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
Unified Identity Number issued for new borns at the time of birth by Government Hopsitals in UAE or any hospital abroad.
The number is available on the birth certificate
Collapse XSD Schema Diagram:
XSD Diagram of PersonBirthCertificateID
Collapse XSD Schema Code:
<xs:simpleType name="PersonBirthCertificateID">
    <xs:annotation>
        <xs:documentation>
        Unified Identity Number issued for new borns at the time of birth by Government Hopsitals in UAE or any hospital abroad.
        The number is available on the birth certificate
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="30" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 30
MinLength 0