- The personal email address of the insured member.
<xs:simpleType name="ReferralMemberEmail"> <xs:annotation> <xs:documentation> - The personal email address of the insured member. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[^@]+@[^\.]+\..+" /> </xs:restriction> </xs:simpleType>