Freigeben über


2.2.7.1 t:RecurrencePatternTypes Group

The RecurrencePatternTypes group specifies the recurrence pattern for calendar items and meeting requests.

 <xs:group name="t:RecurrencePatternTypes">
   <xs:sequence>
     <xs:choice>
       <xs:element name="t: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:choice>
   </xs:sequence>
 </xs:group>
  

The following table lists the child elements of the RecurrencePatternTypes complex type.

Element name

Type

Description

t:RelativeYearlyRecurrence

t:RelativeYearlyRecurrencePatternType (section 2.2.4.61)

Specifies a relative yearly recurrence pattern.

AbsoluteYearlyRecurrence

t:AbsoluteYearlyRecurrencePatternType (section 2.2.4.2)

Specifies a yearly recurrence pattern.

RelativeMonthlyRecurrence

t:RelativeMonthlyRecurrencePatternType section 2.2.4.60)

Specifies a relative monthly recurrence pattern for a recurring calendar item.

AbsoluteMonthlyRecurrence

t:AbsoluteMonthlyRecurrencePatternType (section 2.2.4.1)

Specifies a monthly recurrence pattern.

WeeklyRecurrence

t:WeeklyRecurrencePatternType (section 2.2.4.75)

Specifies the interval, in weeks, at which a calendar item recurs, and the days of the week on which it occurs.

DailyRecurrence

t:DailyRecurrencePatternType (section 2.2.4.24)

Specifies the interval, in days, at which a calendar item recurs.