Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0036:
The specification states the following:
-
[Definition: A textual object is a well-formed XML document if:] 1. Taken as a whole, it matches the production labeled document. 2. It meets all the well-formedness constraints given in this specification. 3. Each of the parsed entities which is referenced directly or indirectly within the document is well-formed.
Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:
Transact-SQL partially supports this definition. Transact-SQL enables limited use of XML fragments, as specified by [ISO/IEC9075-14:2008] [ISO/IEC9075-14:2011], with respect to the XML(CONTENT) data type.
The XML(DOCUMENT) data type can also be used if the user specifies an associated XML Schema collection. The user can create one with the CREATE XML SCHEMA COLLECTION statement.
This variation pertains to XML parser functionality in SQL Server.