2.2.3.2.15 EmailSet Complex Type

The EmailSet type contains information that describes a set of known entities that represent email addresses.

 <xs:complexType name="EmailSet">
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Version" type="Version" />
         <xs:element minOccurs="0" maxOccurs="1" name="Emails" 
             type="ArrayOfEmail" />
     </xs:sequence>
 </xs:complexType>

Version: An element of the Version simple type, as defined in section 2.2.3.3.4, that indicates the version of the XML schema that applies to the parent XML document. For more details, see section 2.2.3.1.38.

Emails: An element of the ArrayOfEmail complex type, as defined in section 2.2.3.2.5, that contains a list of known entities that represent email addresses. For more details, see section 2.2.3.1.13.