Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.61 KB

modules-and-prologs-xquery.md

File metadata and controls

53 lines (36 loc) · 1.61 KB
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
XQuery, prolog
prolog
XML

Modules and Prologs (XQuery)

[!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.

Implementation Limitations

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)

In This Section

XQuery Prolog
Describes the XQuery prolog.

See Also

XQuery Language Reference (SQL Server)