3.1.4.9.3.5 t:DeleteItemFieldType Complex Type

The DeleteItemFieldType complex type specifies a property to delete from an item. The DeleteItemFieldType complex type extends the ItemChangeDescriptionType complex type, as specified in section 3.1.4.9.3.6.

 <xs:complexType name="DeleteItemFieldType">
   <xs:complexContent>
     <xs:extension
       base="t:ItemChangeDescriptionType"
     >
       <xs:sequence />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>