Definition Type: SimpleType
Name: MemberRelationTo
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.xsd
Documentation:
- The information about the MemberID of the principal member of the family within the same PayerID.
- If the reported member has no other related family members under the same PayerID, (MemberRelation = Principal) then the MemberRelationTo value should be the same as MemberID.
- If the reported member has a related family members under the same PayerID, (MemberRelation = Spouse, Parent, Child or Other) then the MemberRelationTo value should be the insured memberID of the family member.
Collapse XSD Schema Diagram:
XSD Diagram of MemberRelationTo
Collapse XSD Schema Code:
<xs:simpleType name="MemberRelationTo">
    <xs:annotation>
        <xs:documentation>
			- The information about the MemberID of the principal member of the family within the same PayerID.
			- If the reported member has no other related family members under the same PayerID, (MemberRelation = Principal) then the MemberRelationTo value should be the same as MemberID.
			- If the reported member has a related family members under the same PayerID, (MemberRelation = Spouse, Parent, Child or Other) then the MemberRelationTo value should be the insured memberID of the family member.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="30" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 30
MinLength 1
Collapse Derivation Tree:
Collapse References:
RelationTo, RelationTo