diff --git a/docs/standard/serialization/xml-schema-def-tool-gen.md b/docs/standard/serialization/xml-schema-def-tool-gen.md index aa2534ca05018..89e20e75f7570 100644 --- a/docs/standard/serialization/xml-schema-def-tool-gen.md +++ b/docs/standard/serialization/xml-schema-def-tool-gen.md @@ -9,8 +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\\{version}\\bin\\NETFX {version} Tools\\_ + ### To generate classes that conform to a specific schema 1. Open a command prompt.