2.2.3.2.7 ArrayOfMeeting Complex Type

The ArrayOfMeeting type contains zero or more Meeting elements.

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

Meeting: An element of the Meeting complex type, as defined in section 2.2.3.2.17, that contains information about a single meeting. For more details, see section 2.2.3.1.18.