2.2.4.59 t:RecurrenceRangeBaseType Complex Type
The RecurrenceRangeBaseType complex type specifies the base type for all recurrence patterns that have a start date. The RecurrenceRangeBaseType type MUST NOT be sent in a SOAP message because it is an abstract type.
-
<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. |