element <xpQuery> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 1 element
Defined:
locally within queryRequestType complexType in hsdl.xsd; see XML source
XML Representation Summary
<xpQuery
   
 = 
xsd:int
 = 
xsd:int
 = 
xsd:string
   
>
   
Content: 
</xpQuery>
Content model elements (1):
options (type queryOptionsType)
Included in content model of elements (1):
queryRequest
Annotation
This element specifies an XPath query against the data contained within the specified document. The element is contains an XPath expression that selects the nodes the client needs to extract from .NET My Services, and constraints on how many nodes the selection must match.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="xpQuery" type="xpQueryType">
<xsd:annotation>
<xsd:documentation>
This element specifies an XPath query against the data contained
within the specified document. The
element is contains an XPath expression that selects
the nodes the client needs to extract from .NET My Services, and constraints on how many
nodes the selection must match.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 3/3)
maxOccurs
Type:
Use:
optional
Defined:
locally within xpQueryType complexType
XML Source (see within schema source)
<xsd:attribute name="maxOccurs" type="maxOccursType" use="optional"/>

minOccurs
Type:
Use:
optional
Defined:
locally within xpQueryType complexType
XML Source (see within schema source)
<xsd:attribute name="minOccurs" type="minOccursType" use="optional"/>

select
Type:
Use:
required
Defined:
locally within xpQueryType complexType
This item specifies an XPath expression that specifies the nodes that are to be selected and returned in the response for this operation. The selected nodes are encapsulated in the <b>xqQueryResponse</b> element whose operation <b>id</b> attribute matched the operation <b>id</b> attribute of this element.
XML Source (see within schema source)
<xsd:attribute name="select" type="string" use="required">
<xsd:annotation>
<xsd:documentation>
This item specifies an XPath expression that specifies the nodes that are
to be selected and returned in the response for this operation. The selected nodes
are encapsulated in the
<b>xqQueryResponse</b>
element whose operation
<b>id</b>
attribute matched
the operation
<b>id</b>
attribute of this element.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
options
Type:
queryOptionsType, complex content
Defined:
locally within xpQueryType complexType
TBD
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="options" type="queryOptionsType">
<xsd:annotation>
<xsd:documentation>
TBD
</xsd:documentation>
</xsd:annotation>
</xsd:element>