From 4f09cb37dc188c9213e536032bd525048c6b0080 Mon Sep 17 00:00:00 2001 From: furoTmark Date: Tue, 31 Mar 2020 10:45:20 +0300 Subject: [PATCH 1/4] Updated documentation with the path where xsd can be found --- docs/standard/serialization/xml-schema-def-tool-gen.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/standard/serialization/xml-schema-def-tool-gen.md b/docs/standard/serialization/xml-schema-def-tool-gen.md index aa2534ca05018..2870dede72144 100644 --- a/docs/standard/serialization/xml-schema-def-tool-gen.md +++ b/docs/standard/serialization/xml-schema-def-tool-gen.md @@ -9,7 +9,10 @@ helpviewer_keywords: ms.assetid: 51f0edc3-993d-4051-b7f2-77753694d3d1 --- # How to: Use the XML Schema Definition Tool to Generate Classes and XML Schema Documents -The XML Schema Definition tool (Xsd.exe) allows you to generate an XML schema that describes a class or to generate the class defined by an XML schema. The following procedures show how to perform these operations. +The XML Schema Definition tool (Xsd.exe) allows you to generate an XML schema that describes a class or to generate the class defined by an XML schema. The following procedures show how to perform these operations. + +The XML Schema Definition tool (Xsd.exe) usually can be found in the following path: +C:\Program Files (x86)\Microsoft SDKs\Windows\ ***\*** \bin\NETFX ***\*** Tools ### To generate classes that conform to a specific schema From e57d1226c14f96b24c60ce793e22588d64953e0f Mon Sep 17 00:00:00 2001 From: furoTmark Date: Tue, 31 Mar 2020 11:27:41 +0300 Subject: [PATCH 2/4] Fixed linter issues --- docs/standard/serialization/xml-schema-def-tool-gen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/standard/serialization/xml-schema-def-tool-gen.md b/docs/standard/serialization/xml-schema-def-tool-gen.md index 2870dede72144..a54aaf0ee9f07 100644 --- a/docs/standard/serialization/xml-schema-def-tool-gen.md +++ b/docs/standard/serialization/xml-schema-def-tool-gen.md @@ -9,11 +9,11 @@ helpviewer_keywords: ms.assetid: 51f0edc3-993d-4051-b7f2-77753694d3d1 --- # How to: Use the XML Schema Definition Tool to Generate Classes and XML Schema Documents -The XML Schema Definition tool (Xsd.exe) allows you to generate an XML schema that describes a class or to generate the class defined by an XML schema. The following procedures show how to perform these operations. +The XML Schema Definition tool (Xsd.exe) allows you to generate an XML schema that describes a class or to generate the class defined by an XML schema. The following procedures show how to perform these operations. The XML Schema Definition tool (Xsd.exe) usually can be found in the following path: C:\Program Files (x86)\Microsoft SDKs\Windows\ ***\*** \bin\NETFX ***\*** Tools - + ### To generate classes that conform to a specific schema 1. Open a command prompt. From 68829c231292c9b8ce8ad80a42f994ea915cdded Mon Sep 17 00:00:00 2001 From: furoTmark Date: Mon, 13 Apr 2020 20:25:02 +0300 Subject: [PATCH 3/4] Update docs/standard/serialization/xml-schema-def-tool-gen.md Co-Authored-By: Andy De George <2672110+Thraka@users.noreply.github.com> --- docs/standard/serialization/xml-schema-def-tool-gen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/standard/serialization/xml-schema-def-tool-gen.md b/docs/standard/serialization/xml-schema-def-tool-gen.md index a54aaf0ee9f07..73afcbe0cec22 100644 --- a/docs/standard/serialization/xml-schema-def-tool-gen.md +++ b/docs/standard/serialization/xml-schema-def-tool-gen.md @@ -11,8 +11,8 @@ ms.assetid: 51f0edc3-993d-4051-b7f2-77753694d3d1 # How to: Use the XML Schema Definition Tool to Generate Classes and XML Schema Documents The XML Schema Definition tool (Xsd.exe) allows you to generate an XML schema that describes a class or to generate the class defined by an XML schema. The following procedures show how to perform these operations. -The XML Schema Definition tool (Xsd.exe) usually can be found in the following path: -C:\Program Files (x86)\Microsoft SDKs\Windows\ ***\*** \bin\NETFX ***\*** Tools +The XML Schema Definition tool (Xsd.exe) usually can be found in the following path:\ +*C:\Program Files (x86)\Microsoft SDKs\Windows\{version}\bin\NETFX {version} Tools\* ### To generate classes that conform to a specific schema From 9ced5877ebfe6641841cb2cd03edde8a714bbd23 Mon Sep 17 00:00:00 2001 From: Andy De George <2672110+Thraka@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:39:54 -0700 Subject: [PATCH 4/4] Update xml-schema-def-tool-gen.md --- docs/standard/serialization/xml-schema-def-tool-gen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/serialization/xml-schema-def-tool-gen.md b/docs/standard/serialization/xml-schema-def-tool-gen.md index 73afcbe0cec22..89e20e75f7570 100644 --- a/docs/standard/serialization/xml-schema-def-tool-gen.md +++ b/docs/standard/serialization/xml-schema-def-tool-gen.md @@ -12,7 +12,7 @@ ms.assetid: 51f0edc3-993d-4051-b7f2-77753694d3d1 The XML Schema Definition tool (Xsd.exe) allows you to generate an XML schema that describes a class or to generate the class defined by an XML schema. The following procedures show how to perform these operations. The XML Schema Definition tool (Xsd.exe) usually can be found in the following path:\ -*C:\Program Files (x86)\Microsoft SDKs\Windows\{version}\bin\NETFX {version} Tools\* +_C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\{version}\\bin\\NETFX {version} Tools\\_ ### To generate classes that conform to a specific schema