2.2.3.2.4 ArrayOfContact Complex Type

The ArrayOfContact type contains zero or more Contact elements.

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

Contact: An element of the Contact complex type, as defined in section 2.2.3.2.12, that contains information about a single contact. For more details, see section 2.2.3.1.8.