sysfilter element

Last update: 2023-08-01

Content model

sysFilter:==condition

Attributes

None

Parents

<element>

Children

<condition>

Description

This element lets you define a filter.

Attribute description

This element has no attributes.

Examples

Definition of a filter with a condition on the @name attribute:


<sysFilter>
      <condition expr="@name ='Doe'"/>
  <sysFilter>

On this page