filter Attribute

Specifies the XPath expression of the structured XML subtree when submitting a subset of the XML data.

Type

  xsd:string

Parent Elements

Element Description
partFragment Defines one substitution group for a specific part of the input Simple Object Access Protocol (SOAP) message.

Definition

  <xsd:attribute name="filter" type="xsd:string" use="optional" ></xsd:attribute>

Remarks

Use the filter attribute when submitting the selected field or group as a structured XML subtree, including the tags. Can be omitted when submitting the content of the field or group.

Example

The following is an example of the filter attribute as it is used in the partFragment element:

  <xsf:partFragment match="/dfs:myFields/dfs:dataFields/s0:IsPrime/s0:inValue"
 replaceWith=/dfs:myFields/dfs:dataFields/s0:IsPrime"
 filter="."
 sendAsString="yes"/>