Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you open XML Schema Explorer

I have an XSD file from which I want to create sample XML.

I found this answer on SO that tells me to use XML Schema Explorer.

But when I open my XSD file in Visual Studio 2008 SP1, I cannot find the option to open the XML Schema Explorer as outlined.

How do I open this window?

like image 908
Raj More Avatar asked Jan 19 '11 15:01

Raj More


2 Answers

In VS2010:

  1. Right click on your existing .xsd file and select "open with".
  2. Select "XML Schema Designer"
  3. Then in the template that comes up, click the link that says "XML Schema Explorer".
like image 99
johntrepreneur Avatar answered Nov 15 '22 20:11

johntrepreneur


I solved it as follows:

I created a new file of type 'XML Schema'. That opened up the XML Schema Explorer. Then I switched to my file and the XML Schema Explorer window stayed open.


like image 34
Raj More Avatar answered Nov 15 '22 20:11

Raj More