Definition Type: SimpleType
Name: MemberRelationEnum
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The information about the family relationships under the same PayerID (Insurance company).
- This value must be (1 = Principal) if the member does not have any relation with another insured member under the same PayerID.
- This value will have the relation with the insured family member if one exists.
- The field must have one of the values below:
1 = Principal
2 = Spouse
3 = Child
4 = Parent
5 = Other
Collapse XSD Schema Diagram:
XSD Diagram of MemberRelationEnum
Collapse XSD Schema Code:
<xs:simpleType name="MemberRelationEnum">
    <xs:annotation>
        <xs:documentation>
        - The information about the family relationships under the same PayerID (Insurance company).
        - This value must be (1 = Principal) if the member does not have any relation with another insured member under the same PayerID.
        - This value will have the relation with the insured family member if one exists.
        - The field must have one of the values below:
        1 = Principal
        2 = Spouse
        3 = Child
        4 = Parent
        5 = Other
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5