Skip to content

Commit aedf872

Browse files
author
MightyPen
committed
Final fixes for Issue 1457, 'http ://ns' removed 's'
1 parent 3b79f31 commit aedf872

53 files changed

Lines changed: 122 additions & 124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ado/guide/data/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The XML persistence format in ADO uses the following four namespaces.
2727
|rs|Refers to the namespace containing elements and attributes specific to ADO Recordset properties and attributes.|
2828
|z|Refers to the schema of the current rowset.|
2929

30-
A client should not add its own tags to these namespaces, as defined by the specification. For example, a client should not define a namespace as "urn:schemas-microsoft-com:rowset" and then write out something such as "rs:MyOwnTag." To learn more about namespaces, see the [W3C Namespaces in XML Recommendation](https://www.w3.org/TR/REC-xml-names/).
30+
A client should not add its own tags to these namespaces, as defined by the specification. For example, a client should not define a namespace as "urn:schemas-microsoft-com:rowset" and then write out something such as "rs:MyOwnTag." To learn more about namespaces, see the [W3C Namespaces in XML Recommendation](http://www.w3.org/TR/REC-xml-names/).
3131

3232
> [!IMPORTANT]
3333
> The ID for the schema tag must be "RowsetSchema," and the namespace used to refer to the schema of the current rowset must point to "#RowsetSchema."

docs/ado/guide/data/schema-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The schema section is required. As the previous example shows, ADO writes out de
9393
Similarly, because there is no alias defined for `CompanyName` in the previous example, `CompanyName` must be used consistently throughout the document.
9494

9595
## Data Types
96-
You can apply a data type to a column with the dt:type attribute. For the definitive guide to allowed XML types, see the Data Types section of the [W3C XML-Data specification](https://www.w3.org/TR/1998/NOTE-XML-data/). You can specify a data type in two ways: either specify the dt:type attribute directly on the column definition itself or use the s:datatype construct as a nested element of the column definition. For example,
96+
You can apply a data type to a column with the dt:type attribute. For the definitive guide to allowed XML types, see the Data Types section of the [W3C XML-Data specification](http://www.w3.org/TR/1998/NOTE-XML-data/). You can specify a data type in two ways: either specify the dt:type attribute directly on the column definition itself or use the s:datatype construct as a nested element of the column definition. For example,
9797

9898
```
9999
<s:AttributeType name="Phone" >

docs/ado/guide/data/xml-persistence-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ xmlns:z="#RowsetSchema">
6161

6262
The schema shows the declarations of namespaces, the schema section, and the data section. The schema section contains definitions for row, ShipperID, CompanyName, and Phone.
6363

64-
Schema definitions conform to the [W3C XML-Data specification](https://www.w3.org/TR/1998/NOTE-XML-data/) and can be fully validated (though validation will not occur in Internet Explorer 5). XML-Data is currently the only supported schema format for Recordset persistence.
64+
Schema definitions conform to the [W3C XML-Data specification](http://www.w3.org/TR/1998/NOTE-XML-data/) and can be fully validated (though validation will not occur in Internet Explorer 5). XML-Data is currently the only supported schema format for Recordset persistence.
6565

6666
The data section has three rows containing information about shippers. For an empty rowset, the data section may be empty, but the \<rs:data> tags must be present. With no data, you could write the tag shorthand as simply \<rs:data/>. Any tag prefixed with "rs" indicates that it is in the namespace defined by urn:schemas-microsoft-com:rowset.
6767

docs/ado/guide/data/xslt-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ XSLT can be applied to the generated XML to transform it into another format. Un
2424

2525
```
2626
<?xml version="1.0" encoding="ISO-8859-1"?>
27-
<html xmlns:xsl="https://www.w3.org/TR/WD-xsl">
27+
<html xmlns:xsl="http://www.w3.org/TR/WD-xsl">
2828
<body STYLE="font-family:Arial, helvetica, sans-serif; font-size:12pt; background-color:white">
2929
<table border="1" style="table-layout:fixed" width="600">
3030
<col width="200"></col>

docs/analytics-platform-system/polybase-configure-hadoop-security.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.date: 10/26/2018
1010
ms.author: murshedz
1111
ms.reviewer: martinle
1212
---
13-
1413
# PolyBase configuration and security for Hadoop
1514

1615
This article provides a reference for various configuration settings that affect APS PolyBase connectivity to Hadoop. For a walkthrough on what is PolyBase, see [What is PolyBase](configure-polybase-connectivity-to-external-data.md).
@@ -115,7 +114,7 @@ Note that we added the property mapreduce.application.classpath. In CDH 5.x, you
115114
<?xml version="1.0"?>
116115
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
117116
<!-- Put site-specific property overrides in this file. -->
118-
<configuration xmlns:xi="https://www.w3.org/2001/XInclude">
117+
<configuration xmlns:xi="http://www.w3.org/2001/XInclude">
119118
<property>
120119
<name>mapred.min.split.size</name>
121120
<value>1073741824</value>

docs/integration-services/control-flow/analysis-services-execute-ddl-task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ manager: craigg
6363
```
6464
<Batch xmlns="https://schemas.microsoft.com/analysisservices/2003/engine">
6565
<Parallel>
66-
<Process xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
66+
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6767
<Object>
6868
<DatabaseID>Adventure Works DW Multidimensional 2012</DatabaseID>
6969
</Object>
@@ -84,7 +84,7 @@ manager: craigg
8484
<MiningStructureID>Forecasting</MiningStructureID>
8585
</ParentObject>
8686
<ObjectDefinition>
87-
<MiningModel xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
87+
<MiningModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8888
<ID>Forecasting</ID>
8989
<Name>Forecasting</Name>
9090
<Algorithm>Microsoft_Time_Series</Algorithm>
@@ -146,7 +146,7 @@ manager: craigg
146146
```
147147
<Batch xmlns="https://schemas.microsoft.com/analysisservices/2003/engine">
148148
<Parallel>
149-
<Process xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
149+
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
150150
<Object>
151151
<DatabaseID>Adventure Works DW Multidimensional 2012</DatabaseID>
152152
</Object>
@@ -167,7 +167,7 @@ manager: craigg
167167
<MiningStructureID>Forecasting</MiningStructureID>
168168
</ParentObject>
169169
<ObjectDefinition>
170-
<MiningModel xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
170+
<MiningModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
171171
<ID>Forecasting</ID>
172172
<Name>Forecasting</Name>
173173
<Algorithm>Microsoft_Time_Series</Algorithm>

docs/integration-services/import-export-data/data-type-mapping-in-the-sql-server-import-and-export-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here's a portion of the XML mapping file that maps from SQL Server data types (o
3535

3636
<dtm:DataTypeMappings
3737
xmlns:dtm="https://www.microsoft.com/SqlServer/Dts/DataTypeMapping.xsd"
38-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
38+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3939
SourceType="System.Data.SqlClient.SqlConnection"
4040
MinSourceVersion="*"
4141
MaxSourceVersion="*"

docs/integration-services/service/integration-services-service-ssis-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ When you install [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)],
203203

204204
```xml
205205
\<?xml version="1.0" encoding="utf-8"?>
206-
\<DtsServiceConfiguration xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
206+
\<DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
207207
<StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>
208208
<TopLevelFolders>
209209
\<Folder xsi:type="SqlServerFolder">
@@ -248,7 +248,7 @@ When you install [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)],
248248

249249
```xml
250250
\<?xml version="1.0" encoding="utf-8"?>
251-
\<DtsServiceConfiguration xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
251+
\<DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
252252
<StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>
253253
<TopLevelFolders>
254254
\<Folder xsi:type="SqlServerFolder">

docs/powershell/query-expressions-and-uniform-resource-names.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.author: sstein
1616
manager: craigg
1717
---
1818
# Query Expressions and Uniform Resource Names
19+
1920
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
2021

2122
The [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Management Object (SMO) models and [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] PowerShell snap-ins use two types of expression strings that are similar to XPath expressions. Query expressions are strings that specify a set of criteria used to enumerate one or more objects in an object model hierarchy. A Uniform Resource Name (URN) is a specific type of query expression string that uniquely identifies a single object.
@@ -105,7 +106,7 @@ Object1[<FilterExpression1>]/ ... /ObjectN[<FilterExpressionN>]
105106
Negates the evaluation value of the *PropertyExpression*, enumerating all objects that do not match the condition specified in *PropertyExpression*. For example, not(contains(\@Name, 'xyz')) enumerates all objects that do not have the string xyz in their names.
106107

107108
## Remarks
108-
Query expressions are strings that enumerate the nodes in an SMO model hierarchy. Each node has a filter expression that specifies the criteria for determining which objects at that node are enumerated. Query expressions are modeled on the XPath expression language. Query expressions implement a small subset of the expressions that are supported by XPath, and also have some extensions that are not found in XPath. XPath expressions are strings that specify a set of criteria that are used to enumerate one or more of the tags in an XML document. For more information about XPath, see [W3C XPath Language](https://www.w3.org/TR/xpath20/).
109+
Query expressions are strings that enumerate the nodes in an SMO model hierarchy. Each node has a filter expression that specifies the criteria for determining which objects at that node are enumerated. Query expressions are modeled on the XPath expression language. Query expressions implement a small subset of the expressions that are supported by XPath, and also have some extensions that are not found in XPath. XPath expressions are strings that specify a set of criteria that are used to enumerate one or more of the tags in an XML document. For more information about XPath, see [W3C XPath Language](http://www.w3.org/TR/xpath20/).
109110

110111
Query expressions must start with an absolute reference to the Server object. Relative expressions with a leading / are not allowed. The sequence of objects that are specified in a query expression must follow the hierarchy of collection objects in the associated object model. For example, a query expression that references objects in the Microsoft.SqlServer.Management.Smo namespace must start with a Server node followed by a Database node, and so on.
111112

docs/relational-databases/import-export/create-a-format-file-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ bcp AdventureWorks2012.HumanResources.Department format nul -c -x -f Department-
204204

205205
```xml
206206
<?xml version="1.0"?>
207-
<BCPFORMAT xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
207+
<BCPFORMAT xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
208208
<RECORD>
209209
<FIELD ID="1" xsi:type="CharTerm" TERMINATOR="," MAX_LENGTH="7"/>
210210
<FIELD ID="2" xsi:type="CharTerm" TERMINATOR="," MAX_LENGTH="100" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
@@ -243,7 +243,7 @@ bcp AdventureWorks2012.HumanResources.Department format nul -x -f Department-n..
243243

244244
```xml
245245
<?xml version="1.0"?>
246-
<BCPFORMAT xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
246+
<BCPFORMAT xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
247247
<RECORD>
248248
<FIELD ID="1" xsi:type="NativeFixed" LENGTH="2"/>
249249
<FIELD ID="2" xsi:type="NCharPrefix" PREFIX_LENGTH="2" MAX_LENGTH="100" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>

0 commit comments

Comments
 (0)