2.2.7.2 t:RecurrenceRangeTypes Group

The RecurrenceRangeTypes group specifies recurrence patterns with numbered recurrences, non-ending recurrence patterns, and recurrence patterns with a set start and end date.

 <xs:group name="t:RecurrenceRangeTypes">
   <xs:sequence>
     <xs:choice>
       <xs:element name="NoEndRecurrence"
         type="t:NoEndRecurrenceRangeType"
        />
       <xs:element name="EndDateRecurrence"
         type="t:EndDateRecurrenceRangeType"
        />
       <xs:element name="NumberedRecurrence"
         type="t:NumberedRecurrenceRangeType"
        />
     </xs:choice>
   </xs:sequence>
 </xs:group>
  

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

Element name

Type

Description

NoEndRecurrence

t:NoEndRecurrenceRangeType (section 2.2.4.45)

Specifies a recurrence pattern that does not have a defined end date.

EndDateRecurrence

t:EndDateRecurrenceRangeType (section 2.2.4.32)

Specifies the start date and the end date of an item recurrence pattern.

NumberedRecurrence

t:NumberedRecurrenceRangeType (section 2.2.4.52)

Specifies the start date and the number of occurrences of a recurring item.