2.2.4.46 t:TaskSuggestionType Complex Type

The TaskSuggestionType complex type specifies a task suggestion. This type extends the EntityType complex type, as specified in section 2.2.4.22.<101>

 <xs:complexType name="TaskSuggestionType">
   <xs:complexContent>
     <xs:extension base="t:EntityType">
       <xs:sequence>
         <xs:element name="TaskString" type="xs:string" minOccurs="0" />
         <xs:element name="Assignees" type="t:ArrayOfEmailUsersType" minOccurs="0" maxOccurs="1" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

TaskString: A element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the name of the task.

Assignees: An element of type ArrayOfEmailUsersType, as defined in section 2.2.4.6, that represents the persons that are to accomplish the task.