2.2.4.60 t:RelativeMonthlyRecurrencePatternType Complex Type
The RelativeMonthlyRecurrencePatternType complex type specifies a relative monthly recurrence pattern. The RelativeMonthlyRecurrencePatternType complex type extends the IntervalRecurrencePatternBaseType complex type, as specified in section 2.2.4.40.
-
<xs:complexType name="RelativeMonthlyRecurrencePatternType"> <xs:complexContent> <xs:extension base="t:IntervalRecurrencePatternBaseType" > <xs:sequence> <xs:element name="DaysOfWeek" type="t:DayOfWeekType" /> <xs:element name="DayOfWeekIndex" type="t:DayOfWeekIndexType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the RelativeMonthlyRecurrencePatternType complex type.
Element name |
Type |
Description |
---|---|---|
DaysOfWeek |
t:DayOfWeekType (section 2.2.5.5) |
Specifies the days of the week that are used in a relative monthly recurrence pattern. |
DayOfWeekIndex |
t:DayOfWeekIndexType (section 2.2.5.4) |
Specifies the week that is used in a relative monthly recurrence pattern. |