QueryListType Complex Type
Article 12/11/2020
3 contributors
Feedback
In this article
Defines a list of queries that can contain a set of selectors and suppressors that are used to include events in or exclude events from the result set.
<xs:complexType name="QueryListType">
<xs:sequence
maxOccurs="unbounded"
>
<xs:element name="Query"
type="QueryType"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element
Type
Description
Query
QueryType
Defines a set of selectors and suppressors that are used to include events in or exclude events from the result set.
Requirements
Requirement
Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]