11.23. Rule Syntax Example

This is an example of the syntax you should use when creating a rule:
rule "<name>"
    <attribute>*
when
    <conditional element>*
then
    <action>*
end