2.2.3.2.5 ArrayOfEmail Complex Type

The ArrayOfEmail type contains zero or more Email elements.

 <xs:complexType name="ArrayOfEmail">
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="unbounded" name="Email" 
             nillable="true" type="Email" />
     </xs:sequence>
 </xs:complexType>

Email: An element of the Email complex type, as defined in section 2.2.3.2.14, that contains information about a single email address. For more details, see section 2.2.3.1.12.