2.2.4.26 t:RemoveItemType Complex Type

The RemoveItemType complex type specifies a response object that is used to remove a meeting item when a meeting cancellation message item is received. This complex type extends the ResponseObjectType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.67.

 <xs:complexType name="RemoveItemType">
   <xs:complexContent>
     <xs:extension
       base="t:ResponseObjectType"
      />
   </xs:complexContent>
 </xs:complexType>