element <xpQueryResponse> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, elem. wildcard
Defined:
locally within queryResponseType complexType in hsdl.xsd; see XML source
Includes:
definition of elem. wildcard
XML Representation Summary
<xpQueryResponse
   
 = 
xsd:int
 = 
("success" | "failure" | "rollback" | "notAttempted" | "accessDenied")
   
>
   
Content: 
</xpQueryResponse>
Included in content model of elements (1):
queryResponse
Annotation
This element contains the node set selected by the matching <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.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="xpQueryResponse">
<xsd:annotation>
<xsd:documentation>
This element contains the node set selected by the matching
<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:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
This element is a placeholder that indicates where the
content of the item being queried is returned.
</xsd:documentation>
</xsd:annotation>
</xsd:any>
</xsd:sequence>
<xsd:attributeGroup ref="standardResponseAttributeGroup"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
selectedNodeCount
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="selectedNodeCount" type="selectedNodeCountType" use="optional"/>

status
Type:
Use:
required
Defined:
This attribute indicates the status of the method. <dl> <dt>success</dt> <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 pre-<b>updateBlock</b> status. </dd> <dt>notAttempted</dt> <dd> The corresponding method was not attempted. This occurs when a previous operation failed. </dd> </dl>
XML Source (see within schema source)
<xsd:attribute name="status" type="responseStatus" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates the status of the method.
<dl>
<dt>success</dt>
<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
pre-
<b>updateBlock</b>
status.
</dd>
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
a previous operation failed.
</dd>
</dl>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) xpQueryResponse element
This element is a placeholder that indicates where the content of the item being queried is returned.
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
This element is a placeholder that indicates where the
content of the item being queried is returned.
</xsd:documentation>
</xsd:annotation>
</xsd:any>