rule

Specifies a set of <actions> and a set of <conditions> under which those <actions> are performed.

Example

See <policy>.

Allowed Content

Element

Description

description

Description of a <policy> or a <rule>.

comment

Long description of a <rule>.

conditions

Conditions under which the actions of a <rule> are performed.

actions

Actions that are performed by a <rule>.

Attributes

Attribute

Possible Values

Default Value

disabled

true | false

True if this element is disabled.

false

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( description ? , comment * , conditions , actions )

Parent Elements

Element

Description

policy

A policy.