Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

AdditiveExpr

Add or subtract numerical values.


Syntax

AdditiveExpr

graphics/AdditiveExpr.png

Expr Expr

Top of page

Description

The AdditiveExpr provides the usual arithmetic operations for adding and subtracting numerical values. Each operand is atomized so that it is either a single atomic value or an empty sequence. If one of the operands is atomized to an empty sequence, the result of the operation is also an empty sequence.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page