complexType "reminderBlueType"
Namespace:
Content:
complex, 3 attributes, 6 elements
Defined:
globally in myCalendar.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (6):
interruptability (type xsd:int), lastSentTime (type xsd:dateTime), nextTriggerTime (type xsd:dateTime), offset (type xsd:int), set (type xsd:boolean), to (type hs:localizableString)
All Direct / Indirect Based Elements (1):
reminder (in event in myCalendar)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
reminderType (extension)
  reminderBlueType
XML Source (see within schema source)
<xsd:complexType name="reminderBlueType">
<xsd:complexContent>
<xsd:extension base="reminderType">
<xsd:sequence/>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 6/6)
interruptability
Type:
xsd:int, predefined, simple content
Defined:
locally within reminderType complexType
This optional element defines how interruptible this event is and it is used by notification routing software to make decisions about the relay and deferral of notifications that might occur while this meeting is active. The value contained in this element is a numeric value between 1 - 10. Low values represent a high cost of disruption, high values represent a low cost of disruption.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="interruptability" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
This optional element defines how interruptible this event is and it is
used by notification routing software to make decisions about the relay
and deferral of notifications that might occur while this meeting is
active. The value contained in this element is a numeric value between
1 - 10. Low values represent a high cost of disruption, high values
represent a low cost of disruption.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

lastSentTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within reminderType complexType
Required by reminder engine.
XML Source (see within schema source)
<xsd:element name="lastSentTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Required by reminder engine.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

nextTriggerTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within reminderType complexType
Determines the next time to trigger reminder.
XML Source (see within schema source)
<xsd:element name="nextTriggerTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Determines the next time to trigger reminder.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

offset
Type:
xsd:int, predefined, simple content
Defined:
locally within reminderType complexType
Specifies the offset, in minutes, of how long before the event the user should be reminded. Recommended values are the following: <table border="1" cellpadding="1" cellspacing="1"> <tr> <td align="center"><b>Value</b></td> <td align="center"><b>Description</b></td> </tr> <tr> <td>5, 10, 20, 30, 45</td> <td>5, 10, 20, 30, 45 minutes before the event</td> </tr> <tr> <td>60, 120, 180,</td> <td>1, 2, 3 hours before the event</td> </tr> <tr> <td>startTime - startDay</td> <td>The day of the event (reminder sent at 12:00am)</td> </tr> <tr> <td>startTime - (startDay - (1440 * x))</td> <td>"x" days before the event (reminder sent at 12:00am "x" days before)</td> </tr> </table>
XML Source (see within schema source)
<xsd:element name="offset" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the offset, in minutes, of how long before the
event the user should be reminded. Recommended values
are the following:
<table border="1" cellpadding="1" cellspacing="1">
<tr>
<td align="center">
<b>Value</b>
</td>
<td align="center">
<b>Description</b>
</td>
</tr>
<tr>
<td>5, 10, 20, 30, 45</td>
<td>5, 10, 20, 30, 45 minutes before the event</td>
</tr>
<tr>
<td>60, 120, 180,</td>
<td>1, 2, 3 hours before the event</td>
</tr>
<tr>
<td>startTime - startDay</td>
<td>The day of the event (reminder sent at 12:00am)</td>
</tr>
<tr>
<td>startTime - (startDay - (1440 * x))</td>
<td>
"x" days before the event (reminder sent at 12:00am "x" days before)
</td>
</tr>
</table>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

set
Type:
xsd:boolean, predefined, simple content
Defined:
locally within reminderType complexType
Boolean flag that indicates whether the reminder is active for this event. In most cases, this will be true, but in the case of a recurring appointment, this flag may default to true with specific instances not to be reminded, or default to false, with specific instances to be reminded.
XML Source (see within schema source)
<xsd:element name="set" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Boolean flag that indicates whether the reminder is active for this
event. In most cases, this will be true, but in the case of a recurring
appointment, this flag may default to true with specific instances not to
be reminded, or default to false, with specific instances to be reminded.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

to
Type:
hs:localizableString, simple content
Defined:
locally within reminderType complexType
Friendly name that this reminder is being sent to.
XML Source (see within schema source)
<xsd:element name="to" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
Friendly name that this reminder is being sent to.
</xsd:documentation>
</xsd:annotation>
</xsd:element>