3.1.4.5.3.3 t:ArrayOfRemindersType Complex Type

The ArrayOfRemindersType complex type specifies an array of reminders.

 <xs:complexType name="ArrayOfRemindersType">
   <xs:sequence>
     <xs:element name="Reminder" type="t:ReminderType" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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

Element

Type

Description

Reminder

t:ReminderType (section 3.1.4.5.3.4)

A reminder.