Definition Type: SimpleType
Name: PersonPassportNumber
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The passport number of the passport that has the UAE visa, or if not available, the National ID (for example GCC Nationals).
Collapse XSD Schema Diagram:
XSD Diagram of PersonPassportNumber
Collapse XSD Schema Code:
<xs:simpleType name="PersonPassportNumber">
    <xs:annotation>
        <xs:documentation>
        - The passport number of the passport that has the UAE visa, or if not available, the National ID (for example GCC Nationals).
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="20" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 20