Freigeben über


2.2.4.52 t:NumberedRecurrenceRangeType Complex Type

The NumberedRecurrenceRangeType complex type specifies the start date and number of occurrences of a recurring item. The NumberedRecurrenceRangeType complex type extends the RecurrenceRangeBaseType complex type, as specified in section 2.2.4.59.

 <xs:complexType name="NumberedRecurrenceRangeType">
   <xs:complexContent>
     <xs:extension
       base="t:RecurrenceRangeBaseType"
     >
       <xs:sequence>
         <xs:element name="NumberOfOccurrences"
           type="xs:int"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the NumberedRecurrenceRangeType  complex type.

Element name

Type

Description

NumberOfOccurrences

xs:int ([XMLSCHEMA2])

Specifies the number of occurrences of a recurring item.