2.2.4.21 t:ChangeHighlightsType Complex Type

The ChangeHighlightsType complex type specifies the changes made to a meeting when a meeting update occurs.<48>

   <xs:complexType name="ChangeHighlightsType">
     <xs:sequence>
       <xs:element name="HasLocationChanged" type="xs:boolean" minOccurs="0" />
       <xs:element name="Location" type="xs:string" minOccurs="0" />
       <xs:element name="HasStartTimeChanged" type="xs:boolean" minOccurs="0" />
       <xs:element name="Start" type="xs:dateTime" minOccurs="0" />
       <xs:element name="HasEndTimeChanged" type="xs:boolean" minOccurs="0" />
       <xs:element name="End" type="xs:dateTime" minOccurs="0" />
     </xs:sequence>
   </xs:complexType>

The following table lists the child elements of the ChangeHighlightsType complex type.

Element name

Type

Description

HasLocationChanged

xs:boolean ([XMLSCHEMA2])

Specifies whether the meeting location has changed.

Location

xs:string ([XMLSCHEMA2])

Specifies the meeting location.

HasStartTimeChanged

xs:boolean

Specifies whether the meeting start time has changed.

Start

xs:dateTime ([XMLSCHEMA2])

Specifies the meeting start time.

HasEndTimeChanged

xs:boolean

Specifies whether the meeting end time has changed.

End

xs:dateTime

Specifies the meeting end time.