2.2.4.61 t:RelativeYearlyRecurrencePatternType Complex Type
The RelativeYearlyRecurrencePatternType complex type specifies a relative yearly recurrence pattern. The RelativeYearlyRecurrencePatternType complex type extends the RecurrencePatternBaseType complex type, as specified in section 2.2.4.40.
-
<xs:complexType name="RelativeYearlyRecurrencePatternType"> <xs:complexContent> <xs:extension base="t:RecurrencePatternBaseType" > <xs:sequence> <xs:element name="DaysOfWeek" type="t:DayOfWeekType" /> <xs:element name="DayOfWeekIndex" type="t:DayOfWeekIndexType" /> <xs:element name="Month" type="t:MonthNamesType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the RelativeYearlyRecurrencePatternType 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 yearly recurrence pattern. This element MUST be present. |
DayOfWeekIndex |
t:DayOfWeekIndexType (section 2.2.5.4) |
Specifies the week that is used in a relative yearly recurrence pattern. This element MUST be present. |
Month |
t:MonthNamesType (section 2.2.5.19) |
Specifies the month when a yearly recurring item occurs. This element MUST be present. |