Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/standard/serialization/xml-schema-def-tool-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down