element <repeatInstances> (local)
Namespace:
Type:
xsd:int
Content:
simple
Defined:
XML Representation Summary
<repeatInstances>
   
Content: 
{ xsd:int }
</repeatInstances>
Included in content model of elements (2):
rule (in recurrence in event in getCalendarDaysResponse), rule (in recurrence in event in myCalendar)
Annotation
Overrides the windowEnd date and specifies that this recurrence repeats for the specified number of instances. repeatInstances and repeatForever are mutually exclusive, but repeatInstances will override repeatForever for errant schemas.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="repeatInstances" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Overrides the windowEnd date and specifies that this recurrence repeats
for the specified number of instances. repeatInstances and repeatForever
are mutually exclusive, but repeatInstances will override repeatForever
for errant schemas.
</xsd:documentation>
</xsd:annotation>
</xsd:element>