2.2.4.4 t:TaskRecurrenceType Complex Type

The TaskRecurrenceType complex type specifies the recurrence pattern for tasks.

 <xs:complexType name="TaskRecurrenceType">
   <xs:sequence>
     <xs:group
       ref="t:TaskRecurrencePatternTypes"
      />
     <xs:group
       ref="t:RecurrenceRangeTypes"
      />
   </xs:sequence>
 </xs:complexType>

The following table lists and describes the groups of the TaskRecurrenceType complex type.

Reference name

Description

t:TaskRecurrencePatternTypes (section 2.2.7.1)

Specifies recurrence information for recurring tasks.

t:RecurrenceRangeTypes ([MS-OXWSCDATA] section 2.2.7.2)

Specifies recurrence patterns with numbered recurrences, nonending recurrence patterns, and recurrence patterns with a set start date and end date.