Scheduling attributes können auf drei Ebenen eingetragen werden: Module definiton, rule definition und rule expression.
1. Ich könnte nicht rausfinden, was genau der Unterschied zwischen rule definition und expression ist.
2. Für die Auswirkung wird diese Definition gegeben:
Ich verstehe hier nicht den Unterschied der Auswirklung zwischen Module definiton und rule definition. Sind nicht alle Rules in ein Module im selben Level?It can be placed just before the module keyword in a module definition, in which case it can
refer directly to any of the rules inside the module.
It can be placed just before the rule keyword in a rule definition, in which case it can refer
directly to the rule or any other rules at the same level.
It can be placed just before the rules keyword in a rules expression, in which case it can refer
directly to any of the rules in the expression.