Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 2 attributes, elem. wildcard |
Defined: |
|
Includes: |
definition of elem. wildcard |
XML Representation Summary |
|||||||||
<xpQueryResponse |
|||||||||
|
|||||||||
> |
|||||||||
|
|||||||||
</xpQueryResponse> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element contains the node set selected by the matching
</xsd:documentation>
<b>xpQuery</b>
. If the selected
node set matches zero nodes, and <b>minOccurs</b>
is zero, this element is still present
but contains empty content indicating that there were no matching nodes. <xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
</xsd:sequence>
<xsd:annotation>
</xsd:any>
<xsd:documentation>
</xsd:annotation>
This element is a placeholder that indicates where the
</xsd:documentation>
content of the item being queried is returned. </xsd:element>
|
Type: |
|
Use: |
optional |
Defined: |
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute indicates the status of the method.
</xsd:documentation>
<dl>
<dt>success</dt>
</dl>
<dd>
The corresponding method was completed successfully.
</dd>
<dt>failure</dt>
<dd>
The corresponding method was not completed successfully.
</dd>
<dt>rollback</dt>
<dd>
The method failed, but was rolled back to its
</dd>
pre- <b>updateBlock</b>
status.
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
</dd>
a previous operation failed. </xsd:attribute>
|
Defined: |
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element is a placeholder that indicates where the
</xsd:documentation>
content of the item being queried is returned. </xsd:any>
|