element <deleteReminderRequest> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<deleteReminderRequest>
   
Content: 
</deleteReminderRequest>
Content model elements (1):
notificationId (type hs:idRefType)
Annotation
This function delegates a call to .NET Alerts to delete an existing meeting reminder. .NET Calendar acts as a client to the Notification Service. In the underlying implementation, setReminderRequest simply issues a .NET My Services delete message.
XML Source (see within schema source)
<xsd:element name="deleteReminderRequest">
<xsd:annotation>
<xsd:documentation>
This function delegates a call to .NET Alerts to delete
an existing meeting reminder. .NET Calendar acts as a client
to the Notification Service. In the underlying implementation,
setReminderRequest simply issues a .NET My Services delete message.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="notificationId" type="hs:idRefType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
notificationId
Type:
hs:idRefType, simple content
Defined:
locally within (this) deleteReminderRequest element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="notificationId" type="hs:idRefType"/>