3.1.4.73.2.2 UpdateFilterResponse

The UpdateFilterResponse element specifies the result data for the UpdateFilter WSDL operation.

 <xs:element name="UpdateFilterResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="UpdateFilterResult" type="tns:Filter"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

UpdateFilterResult: A Filter complex type object (section 2.2.4.98) instance that specifies the updated filter.