3.1.4.28.2.2 UpdateContentTypesXmlDocumentResponse

The UpdateContentTypesXmlDocumentResponse element contains the response for updating the XML document property of the content type collection on the list.

 <s:element name="UpdateContentTypesXmlDocumentResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="UpdateContentTypesXmlDocumentResult" minOccurs="0">
         <s:complexType mixed="true">
           <s:sequence>
             <s:element name="Success" minOccurs="0">
               <s:complexType />
             </s:element>
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>
  

UpdateContentTypesXmlDocumentResult: If no error conditions cause the protocol server to return a SOAP fault, an UpdateContentTypesXmlDocumentResult MUST be returned.

Success: An empty element, the presence of which indicates that the request was handled successfully.