element <updateReminderRequest> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 2 elements
Used:
never
XML Representation Summary
<updateReminderRequest>
   
Content: 
</updateReminderRequest>
Content model elements (2):
id (in updateReminderRequest), reminder (type reminderType)
Annotation
This function is used to update the status of a reminder once the user has received the notification. We may expose this as an HTTP API so that non-.NET My Services clients have a means to dismiss, snooze, or be reminded again at a different time. (WIP)
XML Source (see within schema source)
<xsd:element name="updateReminderRequest">
<xsd:annotation>
<xsd:documentation>
This function is used to update the status of a reminder once the
user has received the notification. We may expose this as an
HTTP API so that non-.NET My Services clients have a means to dismiss,
snooze, or be reminded again at a different time. (WIP)
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="reminder" type="reminderType"/>
<xsd:element name="id" type="hs:idRefType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 2/2)
id
Type:
hs:idRefType, simple content
Defined:
locally within (this) updateReminderRequest element
XML Source (see within schema source)
<xsd:element name="id" type="hs:idRefType"/>

reminder
Type:
reminderType, complex content
Defined:
locally within (this) updateReminderRequest element
XML Source (see within schema source)
<xsd:element name="reminder" type="reminderType"/>