Criteria
The criteria used in a filter or query.
Object types:
This is used to describe the criteria applied in any kind of search or filter operation along with the returned results, if known.
The <Query>
element is used to record the actual query terms used, either in its raw form (e.g. SQL or XPath), as a nested hierarchy of operators and expressions or as a set of simple <Include>
or <exclude>
elements.
For example, this may be used to describe the criteria for a query that has been stored for re-use, e.g. an <Update>/<Criteria>
event where a user is making changes to a stored query but not actually executing the query.
See Complete Examples for example events.
Last modified November 29, 2023: Update oxygen_schema_docs.md (85e195a)