◷ Reading Time: 1 minute
Handlers
This is the section that contains all of the command handlers. This section of a rule will be loaded automatically and is responsible for registering all of the other handlers of the rule. Each command in the rule must be introduced by a handler.
Summary
Each procedure must have a section for handlers in which factories create an ActiveElement from the defined model that will be registered. This section will be a container for all activators.
Internal Commands
This command requires more Handlers in its scope.
Samples
<Handlers>
</Handlers>