2.2.4.24 QueryListType
This type describes a list of queries used to filter events (for more information see section 3.1.4.1.30.5). The schema MUST be as shown here:
-
<xs:element name="QueryList> <xs:complexType name="QueryListType"> <xs:sequence> <xs:element name="Query" type="QueryType" minoccurs="1" maxoccurs="unbounded" /> </xs:sequence> </xs:complexType> </xs:element>
Elements
Query: Indicates the queries that are used to filter events. Events that match one or more of the Query elements within a single QueryList element MUST match the query defined by the QueryList element.