--- title: "Annotated XSD Schemas in SQLXML 4.0 | Microsoft Docs" ms.custom: "" ms.date: "03/16/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "dbe-xml" ms.tgt_pltfrm: "" ms.topic: "reference" helpviewer_keywords: - "annotated XSD schemas" - "SQLXML, annotated XSD schemas" - "mapping schema [SQLXML]" - "XSD schemas [SQLXML]" - "XSD schemas [SQLXML], annotations" - "schemas [SQLXML]" ms.assetid: eecd0d5f-d3dd-4d20-9586-19820410ad47 caps.latest.revision: 11 author: "douglaslMS" ms.author: "douglasl" manager: "jhubbard" --- # Annotated XSD Schemas in SQLXML 4.0 This section provides information about using annotated XSD schemas in SQLXML 4.0. In previous versions of SQLXML, similar functionality was provided with XML-Data Reduced (XDR) schemas. This section also provides XDR information for legacy applications. ## In This Section [Introduction to Annotated XSD Schemas (SQLXML 4.0)](../../../relational-databases/sqlxml/annotated-xsd-schemas/introduction-to-annotated-xsd-schemas-sqlxml-4-0.md) Provides an overview of annotated XSD schemas in SQLXML 4.0. [Using Annotations in XSD Schemas (SQLXML 4.0)](../../../relational-databases/sqlxml-annotated-xsd-schemas-using/using-annotations-in-xsd-schemas-sqlxml-4-0.md) Describes how to use annotations in XSD schemas in numerous scenarios, and provides examples. [Using Annotated XSD Schemas in Queries (SQLXML 4.0)](../../../relational-databases/sqlxml/annotated-xsd-schemas/using-annotated-xsd-schemas-in-queries-sqlxml-4-0.md) Describes how to use annotated XSD schemas in queries. [Converting Annotated XDR Schemas to Equivalent XSD Schemas (SQLXML 4.0)](../../../relational-databases/sqlxml/annotated-xsd-schemas/converting-annotated-xdr-schemas-to-equivalent-xsd-schemas-sqlxml-4-0.md) Describes how to convert XDR schemas to the equivalent XSD schemas for SQLXML 4.0. [Annotated XDR Schemas (Deprecated in SQLXML 4.0)](../../../relational-databases/sqlxml/annotated-xsd-schemas/annotated-xdr-schemas-deprecated-in-sqlxml-4-0.md) Previous versions of SQLXML supported annotations in XDR schemas. Annotated XDR schemas are deprecated in SQLXML 4.0, but this section is provided as a reference for legacy applications. ## Other Resources You can find more information about XML Schema Definition language (XSD), XML Path language (XPath), and Extensible Stylesheet Language Transformations (XSLT) at the following Web sites: - XML Schema Part 0: Primer, W3C Recommendation (http://www.w3.org/TR/xmlschema-0/) - XML Schema Part 1: Structures, W3C Recommendation (http://www.w3.org/TR/xmlschema-1/) - XML Schema Part 2:Datatypes, W3C Recommendation (http://www.w3.org/TR/xmlschema-2/) - XML Path Language (XPath) (http://www.w3.org/TR/xpath) - XSL Transformations (XSLT) (http://www.w3.org/TR/xslt)