2.2.4.40 t:IntervalRecurrencePatternBaseType Complex Type
The IntervalRecurrencePatternBaseType complex type specifies the base type for non-yearly recurrence patterns. The IntervalRecurrencePatternBaseType complex type extends the RecurrencePatternBaseType complex type, as specified in section 2.2.4.58. The IntervalRecurrencePatternBaseType type MUST NOT be sent in a SOAP message because it is an abstract type.
-
<xs:complexType name="IntervalRecurrencePatternBaseType" abstract="true" > <xs:complexContent> <xs:extension base="t:RecurrencePatternBaseType" > <xs:sequence> <xs:element name="Interval" type="xs:int" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the IntervalRecurrencePatternBaseType complex type.
Element name |
Type |
Description |
---|---|---|
Interval |
xs:int ([XMLSCHEMA2]) |
Specifies the interval between two consecutive recurring items. |