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. |