2.2.4.31 SelectType

This type describes an XPath query that is used to filter events, as a part of QueryListType as defined in section 2.2.4.24.

 <xs:complexType name="SelectType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="Path" type="xs:string" />
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
  

Attributes

Path: The Path attribute SHOULD contain a string that identifies the source of events (for example, a particular log file). The range of allowed values and the way in which the values are processed is implementation-dependent.<14>