0

I have about 45 XML data files and I need to create XSDs for them.

I have Visual Studio 2008 installed. What I am doing right now is opening up each XML file and creating the XSD from the menu option and then saving the XSD.

Is there a command line option for me to create all XSDs?

If not, is there a bulk XSD generation tool that can do this for me?

Raj More
  • 45,769
  • 31
  • 127
  • 192

2 Answers2

3

XML Schema Definition Tool (Xsd.exe)
http://msdn.microsoft.com/en-us/library/x6c1kb0s(VS.80).aspx

Robert Harvey
  • 173,679
  • 45
  • 326
  • 490
0

you need to use SqlXml Annotated XSD for Bulkload.

Annu
  • 502
  • 4
  • 8
  • 21