3.1.4.3.4.1 t:NotificationEventTypeType Simple Type

The NotificationEventTypeType simple type specifies the event types that are reported in a notification.

 <xs:simpleType name="NotificationEventTypeType">
   <xs:restriction>
     <xs:enumeration
       value="CopiedEvent"
      />
     <xs:enumeration
       value="CreatedEvent"
      />
     <xs:enumeration
       value="DeletedEvent"
      />
     <xs:enumeration
       value="ModifiedEvent"
      />
     <xs:enumeration
       value="MovedEvent"
      />
     <xs:enumeration
       value="NewMailEvent"
      />
     <xs:enumeration
       value="FreeBusyChangedEvent"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists and describes the values that are defined by the NotificationEventTypeType simple type.

Value name

Meaning

CopiedEvent

The notification is a copied event.

CreatedEvent

The notification is a created event.

DeletedEvent

The notification is a deleted event.

ModifiedEvent

The notification is a modified event.

MovedEvent

The notification is a moved event.

NewMailEvent

The notification is a new mail event.

FreeBusyChangedEvent

The notification is a free/busy changed event.<13>