3.1.4.7.3.4 t:ReminderItemActionType Complex Type

The ReminderItemActionType specifies the action and new reminder time for an item.

 <xs:complexType name="ReminderItemActionType">
   <xs:sequence>
     <xs:element name="ActionType" type="t:ReminderActionType" minOccurs="1" maxOccurs="1"/>
     <xs:element name="ItemId" type="t:ItemIdType" minOccurs="1" maxOccurs="1"/>
     <xs:element name="NewReminderTime" type="xs:string" minOccurs="0" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

The following table describes the child elements of the ReminderItemActionType.

Element

Type

Description

ActionType

t:ReminderActionType (section 3.1.4.7.4.1)

The action to take.

ItemId

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

The Id of the item.

NewReminderTime

xs:string ([XMLSCHEMA2])

The new time for the reminder