Definition Type: SimpleType
Name: PersonCity
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The person's actual city of residence Based on Dubai Statistics Center (DSC) list
Collapse XSD Schema Diagram:
XSD Diagram of PersonCity
Collapse XSD Schema Code:
<xs:simpleType name="PersonCity">
    <xs:annotation>
        <xs:documentation>
        -	The person's actual city of residence Based on Dubai Statistics Center (DSC) list
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="25" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 25
MinLength 1