Expand Minimize
This topic has not yet been rated - Rate this topic

2.2.4.51 t:RecurrenceRangeBaseType Complex Type

The RecurrenceRangeBaseType complex type specifies the base type for all recurrence patterns that have a start date.

<xs:complexType name="RecurrenceRangeBaseType"
  abstract="true"
>
  <xs:sequence>
    <xs:element name="StartDate"
      type="xs:date"
     />
  </xs:sequence>
</xs:complexType>

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

Element name

Type

Description

StartDate

xs:date ([XMLSCHEMA2])

Specifies the start date of a recurrence range.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.