Skip to content

Commit 64c35d7

Browse files
committed
Update localization-api-control.md
1 parent 5a66913 commit 64c35d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/developer/component-framework/sample-controls/localization-api-control.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ export class TSLocalizationAPI
181181
```xml
182182
<?xml version="1.0" encoding="utf-8"?>
183183
<root>
184-
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
185-
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
184+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
185+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
186186
<xsd:element name="root" msdata:IsDataSet="true">
187187
<xsd:complexType>
188188
<xsd:choice maxOccurs="unbounded">
@@ -265,8 +265,8 @@ export class TSLocalizationAPI
265265
```xml
266266
<?xml version="1.0" encoding="utf-8"?>
267267
<root>
268-
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
269-
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
268+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
269+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
270270
<xsd:element name="root" msdata:IsDataSet="true">
271271
<xsd:complexType>
272272
<xsd:choice maxOccurs="unbounded">
@@ -349,8 +349,8 @@ export class TSLocalizationAPI
349349
```xml
350350
<?xml version="1.0" encoding="utf-8"?>
351351
<root>
352-
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
353-
<xsd:import namespace="https://www.w3.org/XML/1998/namespace" />
352+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
353+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
354354
<xsd:element name="root" msdata:IsDataSet="true">
355355
<xsd:complexType>
356356
<xsd:choice maxOccurs="unbounded">

0 commit comments

Comments
 (0)