Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML Schema Designer for Visual Studio 2008

VS 2005 did include a designer for XSD-Files.
Where i can find the version for VS 2008? I only found a preview version for VS 2008 beta 2.

like image 872
Ludwig Wensauer Avatar asked Apr 14 '09 07:04

Ludwig Wensauer


2 Answers

I would recommend against using the dataset editor for an XML schema, there is a reason Microsoft have stopped supporting the schema designer from VS 2005.

We have had no end of trouble with the schemas that were produced from the VS 2005 schema designer, so much so that we have just recently had to re-design them.

I would either use the basic XML text editor and the XML document outline or I would look at XML Spy. This is what we have just purchased (after using the free trial) to validate and re-do our schemas.

like image 163
stevehipwell Avatar answered Nov 11 '22 18:11

stevehipwell


In VS2008, AFAIK the primary tool is the xml editor, with the assistance of the "XML Schema Explorer" toolbar. Other than that, you have the "Dataset Designer", but this risks adding dataset-specific elements.

A post from an MSFT support head is here; there was rumour of an out-of-band release for this, but I haven't seen anything.

like image 43
Marc Gravell Avatar answered Nov 11 '22 18:11

Marc Gravell