Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Not Condition

The Not Condition can be used to negate an other condition.

Example:

<condition type="..." id="standardinstallation">...</condition>

<condition type="not" id="custominstallation">
    <condition type="ref" refid="standardinstallation" />
</condition>

Nested Elements

The Not condition must have one and only one reference to an other condition.

condition

A reference to a condition, which will be negated.

  • No labels