3.1.4.7.3.3 t:NonEmptyArrayOfReminderItemActionType Complex Type

The NonEmptyArrayOfReminderItemActionType complex type specifies an array of reminder actions and new reminder times for items.

 <xs:complexType name="NonEmptyArrayOfReminderItemActionType">
   <xs:sequence>
     <xs:element name="ReminderItemAction" type="t:ReminderItemActionType" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType

The following table describes the child element of the NonEmptyArrayOfReminderItemActionType complex type.

Element

Type

Description

ReminderItemAction

t:ReminderItemActionType (section 3.1.4.7.3.4)

An action and new start time for a reminder.