process-end

rule

Syntax
process-end condition?
   local-declaration*
   action*


Purpose

A rule with several properties which is executed after all other types of rules, and can be included in any program type.

Changing groups in a process-end rule has the following effects:

  • in a cross-translation or a down-translation, this can affect any following rule.
  • in an up-translation, context-translation, or program containing process rules, this can affect only structured markup rules.

Of course, changing groups never affects a subsequent rule if it is done within an action preceded by a using group as prefix.

Changing groups can affect a process-end rule as follows:

  • in a cross-translation or down-translation, if it is done in any rule.
  • in an up-translation, context-translation, or program containing process rules, only if it is done in a structured markup rule.