Definition Type: SimpleType
Name: PersonPassportNumber
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.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:minLength value="1" />
        <xs:maxLength value="20" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 20
MinLength 1
Collapse Derivation Tree:
Collapse References:
PassportNumber, PassportNumber