Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

ModuleImport

Import one or more library modules.


Syntax

ModuleImport

graphics/ModuleImport.png

NCName StringLiteral StringLiteral

Top of page

Description

A ModuleImport imports declarations of functions and variables from one or more library modules. The first string literal specifies the target namespace for which you can optionally define a namespace prefix. The ModuleImport imports all modules that share this target namespace. By using the at keyword you can provide an additional location hint with a string literal that must be a valid URL. The following rules apply for importing modules:

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page