Partager via


3.1.4.5.3.4 t:ReminderType Complex Type

The ReminderType complex type specifies a reminder object.

 <xs:complexType name="ReminderType">
   <xs:sequence>
     <xs:element name="Subject" type="xs:string" minOccurs="1" maxOccurs="1"/>
     xs:element name="Location" type="xs:string" minOccurs="0" maxOccurs="1"/>
     <xs:element name="ReminderTime" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>
     <xs:element name="StartDate" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>
     <xs:element name="EndDate" type="xs:dateTime" minOccurs="1" maxOccurs="1"/>
     <xs:element name="ItemId" type="t:ItemIdType" minOccurs="1" maxOccurs="1"/>
     <xs:element name="RecurringMasterItemId" type="t:ItemIdType" minOccurs="0" maxOccurs="1"/>
     <xs:element name="ReminderGroup" type="t:ReminderGroupType" minOccurs="0" maxOccurs="1"/>
     <xs:element name="UID" type="xs:string" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

The following table describes the child elements of the ReminderType complex type.

Element

Type

Description

Subject

xs:string ([XMLSCHEMA2])

The subject of the item the reminder is for.

Location

xs:string

The location of the item the reminder is for.

ReminderTime

xs:dateTime ([XMLSCHEMA2])

The time of the reminder.

StartDate

xs:dateTime

The start date of the item.

EndDate

xs:dateTime

The end date of the item.

ItemId

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

The Id of the calendar or task item.

RecurringMasterItemId

t:ItemIdType

The Id of the recurring master for the calendar item.

ReminderGroup

t:ReminderGroupType (section 3.1.4.5.4.1)

Specifies whether the reminder is for a calendar item or a task item.

UID

xs:string

The Id of the item.