Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

XQueryModule

Top-level XQuery syntax construct.


Syntax

XQueryModule

graphics/XQueryModule.png

VersionDecl Pragma MainModule LibraryModule

Top of page

Description

An XQueryModule is the top-level syntax construct in Tamino XQuery. A module is a fragment of XQuery code which either contains a prolog and the query body (main module) or it provides function and variable declarations (library module) that can be imported by other modules.

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page