-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy pathtoc.yml
More file actions
201 lines (201 loc) · 9.69 KB
/
toc.yml
File metadata and controls
201 lines (201 loc) · 9.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
- name: XML Data
href: xml-data-sql-server.md
- name: XML Data Type and Columns
href: xml-data-type-and-columns-sql-server.md
items:
- name: Compare Typed XML to Untyped XML
href: compare-typed-xml-to-untyped-xml.md
- name: Create Instances of XML Data
href: create-instances-of-xml-data.md
- name: Create XML Data Type Variables and Columns
href: create-xml-data-type-variables-and-columns.md
- name: Change Existing Columns to XML Columns
href: change-existing-columns-to-xml-columns.md
- name: Load XML Data
href: load-xml-data.md
- name: Create Views over XML Columns
href: create-views-over-xml-columns.md
- name: Use XML in Computed Columns
href: use-xml-in-computed-columns.md
- name: Retrieve and Query XML Data
href: retrieve-and-query-xml-data.md
- name: Add Namespaces to Queries with WITH XMLNAMESPACES
href: add-namespaces-to-queries-with-with-xmlnamespaces.md
- name: Promote Frequently Used XML Values with Computed Columns
href: promote-frequently-used-xml-values-with-computed-columns.md
- name: Define the Serialization of XML Data
href: define-the-serialization-of-xml-data.md
- name: Use Full-Text Search with XML Columns
href: use-full-text-search-with-xml-columns.md
- name: Add Business Logic to XML Data
href: add-business-logic-to-xml-data.md
- name: Use XML Data in Applications
href: use-xml-data-in-applications.md
- name: XML Indexes
href: xml-indexes-sql-server.md
items:
- name: Create XML Indexes
href: create-xml-indexes.md
- name: Modify XML Indexes
href: modify-xml-indexes.md
- name: Drop XML Indexes
href: drop-xml-indexes.md
- name: Selective XML Indexes (SXI)
href: selective-xml-indexes-sxi.md
- name: Specify Paths and Optimization Hints for Selective XML Indexes
href: specify-paths-and-optimization-hints-for-selective-xml-indexes.md
- name: Create, Alter, and Drop Selective XML Indexes
href: create-alter-and-drop-selective-xml-indexes.md
- name: Create, Alter, and Drop Secondary Selective XML Indexes
href: create-alter-and-drop-secondary-selective-xml-indexes.md
- name: XML Schema Collections
href: xml-schema-collections-sql-server.md
items:
- name: Reference the Built-in XML Schema Collection (sys)
href: reference-the-built-in-xml-schema-collection-sys.md
- name: View a Stored XML Schema Collection
href: view-a-stored-xml-schema-collection.md
- name: Grant Permissions on an XML Schema Collection
href: grant-permissions-on-an-xml-schema-collection.md
- name: Revoke Permissions on an XML Schema Collection
href: revoke-permissions-on-an-xml-schema-collection.md
- name: Deny Permissions on an XML Schema Collection
href: deny-permissions-on-an-xml-schema-collection.md
- name: Preprocess a Schema to Merge Included Schemas
href: preprocess-a-schema-to-merge-included-schemas.md
- name: Requirements and Limitations for XML Schema Collections on the Server
href: requirements-and-limitations-for-xml-schema-collections-on-the-server.md
- name: Canonical Forms and Pattern Restrictions
href: canonical-forms-and-pattern-restrictions.md
- name: Wildcard Components and Content Validation
href: wildcard-components-and-content-validation.md
- name: "The <xsd:redefine> Element"
href: the-xsd-redefine-element.md
- name: "The xs:QName Type"
href: the-xs-qname-type.md
- name: "Values for <xsd:simpleType> Declarations"
href: values-for-xsd-simpletype-declarations.md
- name: Enumeration Facets
href: enumeration-facets.md
- name: Mixed Type and Simple Content
href: mixed-type-and-simple-content.md
- name: Large XML Schema Collections and Out-of-Memory Conditions
href: large-xml-schema-collections-and-out-of-memory-conditions.md
- name: Non-Deterministic Content Models
href: non-deterministic-content-models.md
- name: Unique Particle Attribution Constraint
href: unique-particle-attribution-constraint.md
- name: FOR XML
href: for-xml-sql-server.md
items:
- name: Basic Syntax of the FOR XML Clause
href: basic-syntax-of-the-for-xml-clause.md
- name: Invalid Characters and Escape Rules
href: invalid-characters-and-escape-rules.md
- name: Use RAW Mode with FOR XML
href: use-raw-mode-with-for-xml.md
- name: "Example: Retrieving Product Model Information as XML"
href: example-retrieving-product-model-information-as-xml.md
- name: "Example: Specifying XSINIL with the ELEMENTS Directive"
href: example-specifying-xsinil-with-the-elements-directive.md
- name: "Example: Requesting Schemas as Results with the XMLDATA and XMLSCHEMA Options"
href: example-requesting-schemas-as-results-with-the-xmldata-and-xmlschema-options.md
- name: "Example: Retrieving Binary Data"
href: example-retrieving-binary-data.md
- name: "Example: Renaming the <row> Element"
href: example-renaming-the-row-element.md
- name: "Example: Specifying a Root Element for the XML Generated by FOR XML"
href: example-specifying-a-root-element-for-the-xml-generated-by-for-xml.md
- name: "Example: Querying XMLType Columns"
href: example-querying-xmltype-columns.md
- name: Use AUTO Mode with FOR XML
href: use-auto-mode-with-for-xml.md
- name: Use the BINARY BASE64 Option
href: use-the-binary-base64-option.md
- name: AUTO Mode Heuristics in Shaping Returned XML
href: auto-mode-heuristics-in-shaping-returned-xml.md
- name: "Examples: Using AUTO Mode"
href: examples-using-auto-mode.md
- name: Use EXPLICIT Mode with FOR XML
href: use-explicit-mode-with-for-xml.md
- name: "Example: Retrieving Employee Information"
href: example-retrieving-employee-information.md
- name: "Example: Specifying the ELEMENT Directive"
href: example-specifying-the-element-directive.md
- name: "Example: Specifying the ELEMENTXSINIL Directive"
href: example-specifying-the-elementxsinil-directive.md
- name: "Example: Constructing Siblings with EXPLICIT Mode"
href: example-constructing-siblings-with-explicit-mode.md
- name: "Example: Specifying the ID and IDREF Directives"
href: example-specifying-the-id-and-idref-directives.md
- name: "Example: Specifying the ID and IDREFS Directives"
href: example-specifying-the-id-and-idrefs-directives.md
- name: "Example: Specifying the HIDE Directive"
href: example-specifying-the-hide-directive.md
- name: "Example: Specifying the ELEMENT Directive and Entity Encoding"
href: example-specifying-the-element-directive-and-entity-encoding.md
- name: "Example: Specifying the CDATA Directive"
href: example-specifying-the-cdata-directive.md
- name: "Example: Specifying the XMLTEXT Directive"
href: example-specifying-the-xmltext-directive.md
- name: Use PATH Mode with FOR XML
href: use-path-mode-with-for-xml.md
- name: Columns without a Name
href: columns-without-a-name.md
- name: Columns with a Name
href: columns-with-a-name.md
- name: Columns with a Name Specified as a Wildcard Character
href: columns-with-a-name-specified-as-a-wildcard-character.md
- name: Columns with the Name of an XPath Node Test
href: columns-with-the-name-of-an-xpath-node-test.md
- name: Column Names with the Path Specified as data()
href: column-names-with-the-path-specified-as-data.md
- name: Columns that Contain a Null Value By Default
href: columns-that-contain-a-null-value-by-default.md
- name: Namespace Support in PATH Mode
href: namespace-support-in-path-mode.md
- name: "Examples: Using PATH Mode"
href: examples-using-path-mode.md
- name: TYPE Directive in FOR XML Queries
href: type-directive-in-for-xml-queries.md
- name: Generate XML from Rowsets with FOR XML
href: generate-xml-from-rowsets-with-for-xml.md
- name: Use FOR XML Results in Application Code
href: use-for-xml-results-in-application-code.md
- name: Use Nested FOR XML Queries
href: use-nested-for-xml-queries.md
- name: FOR XML Query Compared to Nested FOR XML Query
href: for-xml-query-compared-to-nested-for-xml-query.md
- name: Generate Siblings with a Nested AUTO Mode Query
href: generate-siblings-with-a-nested-auto-mode-query.md
- name: Use Nested FOR XML Queries in ASP.NET
href: use-nested-for-xml-queries-in-asp-net.md
- name: Shape XML with Nested FOR XML Queries
href: shape-xml-with-nested-for-xml-queries.md
- name: Generate Elements for NULL Values with the XSINIL Parameter
href: generate-elements-for-null-values-with-the-xsinil-parameter.md
- name: FOR XML Support for Various SQL Server Data Types
href: for-xml-support-for-various-sql-server-data-types.md
- name: FOR XML Support for the xml Data Type
href: for-xml-support-for-the-xml-data-type.md
- name: FOR XML Support for the User-Defined Data Types (UDT)
href: for-xml-support-for-the-user-defined-data-types-udt.md
- name: FOR XML Support for String Data Types
href: for-xml-support-for-string-data-types.md
- name: FOR XML Support for the timestamp Data Type
href: for-xml-support-for-the-timestamp-data-type.md
- name: Generate an Inline XSD Schema
href: generate-an-inline-xsd-schema.md
- name: Generate an Inline XDR Schema
href: generate-an-inline-xdr-schema.md
- name: OPENXML
href: openxml-sql-server.md
items:
- name: "Examples: Using OPENXML"
href: examples-using-openxml.md
- name: Specify Metaproperties in OPENXML
href: specify-metaproperties-in-openxml.md
- name: XML System Stored Procedures
href: xml-system-stored-procedures.md
- name: Use the value() and nodes() Methods with OPENXML
href: use-the-value-and-nodes-methods-with-openxml.md