Definition Type: SimpleType
Name: PersonMaritalStatus
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The current martial status of the person.
- use one of the following values:
1 = unmarried
2 = married
Collapse XSD Schema Diagram:
XSD Diagram of PersonMaritalStatus
Collapse XSD Schema Code:
<xs:simpleType name="PersonMaritalStatus">
    <xs:annotation>
        <xs:documentation>
        - The current martial status of the person.
        - use one of the following values:
        1 = unmarried
        2 = married
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2