2.2.4.32 t:EndDateRecurrenceRangeType Complex Type

The EndDateRecurrenceRangeType complex type specifies the start date and end date of an item recurrence pattern. The EndDateRecurrenceRangeType complex type extends the RecurrenceRangeBaseType complex type, as specified in section 2.2.4.59.

 <xs:complexType name="EndDateRecurrenceRangeType">
   <xs:complexContent>
     <xs:extension
       base="t:RecurrenceRangeBaseType"
     >
       <xs:sequence>
         <xs:element name="EndDate"
           type="xs:date"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

EndDate

xs:date ([XMLSCHEMA2])

Specifies the end date of a recurrence pattern.