3.1.4.16.3.2 QueryReportData

Namespace: http://www.microsoft.com/sharepoint/search/KnownTypes/2011/01

Represents a query and its event count.

 <xs:complexType name="QueryReportData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Count" type="xs:int"/>
     <xs:element minOccurs="0" name="Query" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Scope" type="ser:guid"/>
   </xs:sequence>
 </xs:complexType>

Count: The number of times that the specified search event occurred.

Query: The search query.

Scope: The scope in which the search query was executed.