2.2.3.2.9 ArrayOfTask Complex Type

The ArrayOfTask type contains zero or more Task elements, as specified in section 2.2.3.1.30.

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

Task: An element of the Task complex type, as defined in section 2.2.3.2.22, that contains information about a single task suggestion.