2.2.4.2 t:AbsoluteYearlyRecurrencePatternType Complex Type
The AbsoluteYearlyRecurrencePatternType complex type specifies a yearly recurrence pattern. The AbsoluteYearlyRecurrencePatternType complex type extends the RecurrencePatternBaseType complex type, as specified in section 2.2.4.58.
-
<xs:complexType name="AbsoluteYearlyRecurrencePatternType"> <xs:complexContent> <xs:extension base="t:RecurrencePatternBaseType" > <xs:sequence> <xs:element name="DayOfMonth" type="xs:int" /> <xs:element name="Month" type="t:MonthNamesType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the AbsoluteYearlyRecurrencePatternType complex type.
Element name |
Type |
Description |
---|---|---|
DayOfMonth |
xs:int ([XMLSCHEMA2]) |
Specifies the day of the month on which a yearly recurring item occurs. This property MUST be present. |
Month |
t:MonthNamesType (section 2.2.5.19) |
Specifies the month in which a yearly recurring item occurs. This property MUST be present. |