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