Query Schema Elements
The following are the elements that the Query Schema defines. This section contains the names of the elements that you would use in your query; however, to get the details for each element, see the complex type that contains the element.
Element | Description |
---|---|
QueryList | The root node of the query. |
Query (QueryListType) | Defines a set of selectors and suppressors that are used to include events in or exclude events from the result set. |
Select (QueryType) | An XPath query that identifies the events to include in the query result set. |
Suppress (QueryType) | An XPath query that identifies the events to exclude from the query result set. |