title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | helpviewer_keywords | dev_langs | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Modules and Prologs (XQuery) |
Learn which specifications are not supported when declaring a namespace in an XQuery prolog. |
rothja |
jroth |
03/06/2017 |
sql |
xml |
language-reference |
|
|
[!INCLUDE SQL Server Azure SQL Database]
XQuery Prolog is a series of namespace declarations. In using the declare namespace in prolog, you can specify prefix to namespace binding and use the prefix in the query body.
The following XQuery specifications are not supported in this implementation:
-
Module declaration (
version
) -
Module declaration (
module namespace
) -
Xmpspacedeclaration (
xmlspace
) -
Default collation declaration (
declare default collation
) -
Base URI declaration (
declare base-uri
) -
Construction declaration (
declare construction
) -
Default ordering declaration (
declare ordering
) -
Schema import (
import schema namespace
) -
Module import (
import module
) -
Variable declaration in the prolog (
declare variable
) -
Function declaration (
declare function
)
XQuery Prolog
Describes the XQuery prolog.