Today with the conditions we have 3 possibilities:
| accept1 |
At least one accept must be true to signal a true for the complete condition (OR-Rule) |
FilterType |
0..* |
| require1 |
All require must be true to signal a true for the complete condition (AND-Rule). |
FilterType |
0..* |
| deny1 |
If one deny is true the complete condition becomes false. This element overrules require and accept (AND-NOT-Rule). |
FilterType |
0..* |
ACCEPT is an OR so both options can be selected at the same time.
Would it be useful to have an XOR: N possibilities but only 1 can be selected.
Today with the conditions we have 3 possibilities:
ACCEPT is an OR so both options can be selected at the same time.
Would it be useful to have an XOR: N possibilities but only 1 can be selected.