2.2.4.14 t:MeetingCancellationMessageType Complex Type
The MeetingCancellationMessageType complex type represents a meeting cancellation. This type extends the MeetingMessageType complex type, as specified in section 2.2.4.15.
-
<xs:complexType name="MeetingCancellationMessageType"> <xs:complexContent> <xs:extension base="t:MeetingMessageType"> <xs:sequence> <xs:element name="Start" type="xs:dateTime" minOccurs="0"/> <xs:element name="End" type="xs:dateTime" minOccurs="0"/> <xs:element name="Location" type="xs:string" minOccurs="0"/> <xs:element name="Recurrence" type="t:RecurrenceType" minOccurs="0"/> <xs:element name="CalendarItemType" type="xs:string" minOccurs="0"/> <xs:element name="EnhancedLocation" type="t:EnhancedLocationType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Start: An element of type dateTime, as defined in [XMLSCHEMA2] section 3.2.7, that represents the start time of the calendar item.<29>
End: An element of type dateTime that represents the ending time of the calendar item.<30>
Location: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the location of the calendar item.<31>
Recurrence: An element of type RecurrenceType, as defined in section 2.2.4.25, that represents the recurrence of the calendar item.<32>
CalendarItemType: An element of type string that represents the type of calendar item.<33>
EnhancedLocation: An element of type EnhancedLocationType, as defined in section 2.2.4.12, that specifies additional location information for a calendar item.