2.2.4.4 t:ReminderMessageDataType Complex Type

The ReminderMessageDataType complex type specifies a reminder message.<11>

 <xs:complexType name="ReminderMessageDataType">
   <xs:sequence>
     <xs:element name="ReminderText" type="xs:string" minOccurs="0"/>
     <xs:element name="Location" type="xs:string" minOccurs="0"/>
     <xs:element name="StartTime" type="xs:dateTime" minOccurs="0"/>
     <xs:element name="EndTime" type="xs:dateTime" minOccurs="0"/>
     <xs:element name="AssociatedCalendarItemId" type="t:ItemIdType" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>

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

Element

Type

Description

ReminderText

xs:string ([XMLSCHEMA2])

the reminder message text.

Location

xs:string

The location of the reminder's associated event.

StartTime

xs:dateTime ([XMLSCHEMA2])

The start time of the reminder's associated event.

EndTime

xs:dateTime

The end time of the reminder's associated event.

AssociatedCalendarItemId

t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25)

The item id of the reminder's associated event.