Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

UpdateSequence

Sequence of update expressions.


Syntax

UpdateSequence

graphics/UpdateSequence.png

UpdateExpr UpdatingFunction UpdateExpr UpdateExpr UpdatingFunction

Top of page

Description

An UpdateSequence consists of one or more update expressions that you can use to insert, delete, rename or replace node sequences.

Top of page

Example

See UpdateExpr for information about examples.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

This construct is also related to the following construct(s):

XQueryModule

Top of page