2.2.5.6 t:EmailReminderChangeType

The EmailReminderChangeType simple type specifies the type of the changes that can be made to an email reminder for an occurrence.<61>

 <xs:simpleType name="EmailReminderChangeType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Added"/>
     <xs:enumeration value="Override"/>
     <xs:enumeration value="Deleted"/>
   </xs:restriction>
 </xs:simpleType>

The following table describes the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the EmailReminderChangeType simple type.

Value

Meaning

None

No change was made.

Added

An email reminder was added.

Override

The change was an override.

Deleted

The reminder was deleted.