Xor Condition

The Xor Condition

The Xor Condition can be used to combine other conditions with the XOR logical operator.

Example:

<condition type="..." id="condition1">...</condition>
<condition type="..." id="condition2">...</condition>

<condition type="xor" id="condition3">
    <condition type="ref" refid="condition1" />
    <condition type="ref" refid="condition2" />
</condition>

Nested Elements

The Xor condition takes 2 other conditions.

condition

A reference to a condition, which will be XORed with the other.