element <reminder> (local)
Namespace:
Type:
Content:
complex, 3 elements
Defined:
XML Representation Summary
<reminder>
   
Content: 
</reminder>
Content model elements (3):
interruptability (type xsd:int), offset (type xsd:int), set (type xsd:boolean)
Included in content model of elements (1):
exception (in recurrence in event in myCalendar)
Annotation
These are the properties of the reminder that may be modified. If there is no reminder subschema in the event body, exception reminders are ignored.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="reminder" type="reminderExceptionType">
<xsd:annotation>
<xsd:documentation>
These are the properties of the reminder that may be modified. If there is no
reminder subschema in the event body, exception reminders are ignored.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Content Element Detail (all declarations; 3/3)
interruptability
Type:
xsd:int, predefined, simple content
Defined:
locally within reminderExceptionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="interruptability" type="xsd:int"/>

offset
Type:
xsd:int, predefined, simple content
Defined:
locally within reminderExceptionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="offset" type="xsd:int"/>

set
Type:
xsd:boolean, predefined, simple content
Defined:
locally within reminderExceptionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="set" type="xsd:boolean"/>