Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.63 KB

File metadata and controls

56 lines (39 loc) · 1.63 KB
title Modules and Prologs (XQuery) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service sql
ms.reviewer
ms.technology xml
ms.topic language-reference
dev_langs
XML
helpviewer_keywords
XQuery, prolog
prolog
ms.assetid 0f17b4a4-6234-41d4-a996-6db4e27bff7e
author rothja
ms.author jroth

Modules and Prologs (XQuery)

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]

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)