Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

ParenthesizedExpr

An expression sequence enclosed in parentheses.


Syntax

ParenthesizedExpr

graphics/ParenthesizedExpr.png

ExprSequence

Top of page

Description

You can use a ParenthesizedExpr to control the order of evaluation in an expression with multiple operators.

A ParenthesizedExpr can also server as a sequence constructor, i.e. the parentheses can contain zero or more expressions that comprise a sequence.

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page