2.2.4.29 m:QueryStringType Complex Type

The QueryStringType complex type specifies a query string.

 <xs:complexType name="QueryStringType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="ResetCache" type="xs:boolean" use="optional"/>
       <xs:attribute name="ReturnHighlightTerms" type="xs:boolean" use="optional"/>
       <xs:attribute name="ReturnDeletedItems" type="xs:boolean" use="optional"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

The following table lists and describes the attributes of the QueryStringType complex type.

Attribute

Type

Description

ResetCache

xs:boolean ([XMLSCHEMA2])

Specifies whether to clear the cache.

ReturnHighlightTerms

xs:boolean

Specifies whether to return highlighted terms in the search.

ReturnDeletedItems

xs:boolean

Specifies whether to return deleted items in the search.