Default Behavior If No Conditions Are Met

When a feature request does not meet any of the conditions in the model definition, an on any() condition is expected that either denies or allows access to a license pool. If no such on any() condition is provided, the default is that the feature will be served from the default license pool (if features are available). This behavior is equivalent to the following code:

on any() {

use "default"

accept

}

The examples in this section generally do not explicitly show this final on any() condition.