Are there any Code Generators that would take a well-formed XML document, and write out an XSD schema based on how the XML document is structured?
Are there any Code Generators that would take a well-formed XML document, and write
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The XSD.exe utility (which is installed with Visual Studio) is capable of creating an XSD file from an XML file.
Here’s the link on MSDN
I believe it may also part of the .NET SDK, meaning you would not need a full-blown Visual Studio installation.