2.2.7.1 TaskRecurrencePatternTypes Group

The TaskRecurrencePatternTypes group specifies recurrence information for recurring tasks.

 <xs:group name="TaskRecurrencePatternTypes">
   <xs:sequence>
     <xs:choice>
       <xs:element name="RelativeYearlyRecurrence"
         type="t:RelativeYearlyRecurrencePatternType"
        />
       <xs:element name="AbsoluteYearlyRecurrence"
         type="t:AbsoluteYearlyRecurrencePatternType"
        />
       <xs:element name="RelativeMonthlyRecurrence"
         type="t:RelativeMonthlyRecurrencePatternType"
        />
       <xs:element name="AbsoluteMonthlyRecurrence"
         type="t:AbsoluteMonthlyRecurrencePatternType"
        />
       <xs:element name="WeeklyRecurrence"
         type="t:WeeklyRecurrencePatternType"
        />
       <xs:element name="DailyRecurrence"
         type="t:DailyRecurrencePatternType"
        />
       <xs:element name="DailyRegeneration"
         type="t:DailyRegeneratingPatternType"
        />
       <xs:element name="WeeklyRegeneration"
         type="t:WeeklyRegeneratingPatternType"
        />
       <xs:element name="MonthlyRegeneration"
         type="t:MonthlyRegeneratingPatternType"
        />
       <xs:element name="YearlyRegeneration"
         type="t:YearlyRegeneratingPatternType"
        />
     </xs:choice>
   </xs:sequence>
 </xs:group>
  

The following table lists and describes the child elements of the TaskRecurrencePatternTypes group.

Element name

Type

Description

RelativeYearlyRecurrence

t:RelativeYearlyRecurrencePatternType ([MS-OXWSCDATA] section 2.2.4.61)

Specifies a relative yearly recurrence pattern for a recurring task.

AbsoluteYearlyRecurrence

t:AbsoluteYearlyRecurrencePatternType ([MS-OXWSCDATA] section 2.2.4.2)

Specifies a yearly recurrence pattern for a recurring task.

RelativeMonthlyRecurrence

t:RelativeMonthlyRecurrencePatternType ([MS-OXWSCDATA] section 2.2.4.60)

Specifies a relative monthly recurrence pattern for a recurring task.

AbsoluteMonthlyRecurrence

t:AbsoluteMonthlyRecurrencePatternType ([MS-OXWSCDATA] section 2.2.4.1)

Specifies a monthly recurrence pattern for a recurring task.

WeeklyRecurrence

t:WeeklyRecurrencePatternType ([MS-OXWSCDATA] section 2.2.4.75)

Specifies the weekly interval at which and the days on which a task recurs.

DailyRecurrence

t:DailyRecurrencePatternType ([MS-OXWSCDATA] section 2.2.4.24)

Specifies the interval, in days, at which a task recurs.

DailyRegeneration

t:DailyRegeneratingPatternType (section 2.2.4.1)

Specifies how many days after the completion of the current task the next occurrence will happen.

WeeklyRegeneration

t:WeeklyRegeneratingPatternType (section 2.2.4.7)

Specifies how many weeks after the completion of the current task the next occurrence will happen.

MonthlyRegeneration

t:MonthlyRegeneratingPatternType (section 2.2.4.2)

Specifies how many months after the completion of the current task the next occurrence will happen.

YearlyRegeneration

t:YearlyRegeneratingPatternType (section 2.2.4.8)

Specifies how many years after the completion of the current task the next occurrence will happen.