<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>
|