complexType "xpQueryType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in hsdl.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
xsd:int
 = 
xsd:int
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (1):
options (type queryOptionsType)
All Direct / Indirect Based Elements (1):
xpQuery (in queryRequest)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="xpQueryType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="options" type="queryOptionsType">
<xsd:annotation>
<xsd:documentation>
TBD
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<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>
<xsd:attribute name="minOccurs" type="minOccursType" use="optional"/>
<xsd:attribute name="maxOccurs" type="maxOccursType" use="optional"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
maxOccurs
Type:
Use:
optional
Defined:
locally within (this) xpQueryType complexType
XML Source (see within schema source)
<xsd:attribute name="maxOccurs" type="maxOccursType" use="optional"/>

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

select
Type:
Use:
required
Defined:
locally within (this) 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 (this) 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>