Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WeeklyRecurrencePatternType complex type specifies the interval, in weeks, at which an item recurs, and the days on which the item recurs. The WeeklyRecurrencePatternType complex type extends the IntervalRecurrencePatternBaseType complex type, as specified in section 2.2.4.40.
-
<xs:complexType name="WeeklyRecurrencePatternType"> <xs:complexContent> <xs:extension base="t:IntervalRecurrencePatternBaseType" > <xs:sequence> <xs:element name="DaysOfWeek" type="t:DaysOfWeekType" /> <xs:element name="FirstDayOfWeek" type="t:DayOfWeekType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the WeeklyRecurrencePatternType complex type.
Element name |
Type |
Description |
---|---|---|
DaysOfWeek |
t:DaysOfWeekType (section 2.2.5.6) |
Specifies the days of the week that are in the weekly recurrence pattern. |
FirstDayOfWeek |
t:DayOfWeekType (section 2.2.5.5) |
Specifies the first day of the week.<77> |