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