next up previous contents index
Next: External object element Up: if-element Previous: if-element   Contents   Index


Conditions

Conditions contain either XML elements for 0 to 2 subconditions (respectively conditions) or XML elements for two subfunctions (see section 22.3.7 on page [*]).

The possible conditions for XML elements are listed in table 17.


Table 17: XML element names for conditions
element name description contained XML elements
false The condition is false. non
true The condition is true. non
not The condition is true if and only if the subcondition is false, otherwise it is false. one subcondition
or The condition is true if and only if at least one of its subconditions is true, otherwise it is false. two subconditions
and The condition is true if and only if both of its subconditions are true, otherwise it is false. two subconditions
xor The condition is true if and only if exactly one of its two subconditions is true, otherwise it is false. two subconditions
eqInt Comparison of two to integers rounded numbers on equality. (for rounding see section 9.6 on page [*]) two subfunctions, as described in section 21.3.7 on page [*]
lo Comparison, if the first number is less than the second. two subfunctions, as described in section 21.3.7 on page [*]
gr Comparison, if the first number is greater than the second. two subfunctions, as described in section 21.3.7 on page [*]



next up previous contents index
Next: External object element Up: if-element Previous: if-element   Contents   Index
Betti Österholz 2013-02-13