Top "Xsd.exe" questions

The XML Schema Definition (Xsd.

How to read XML into a class/classes that matches its xsd

So I have an XSD and a webservice that delivers in that same format. Now I could go ahead and …

c# .net xml xsd xsd.exe
XmlSerialization and xsi:SchemaLocation (xsd.exe)

I used xsd.exe to generate a C# class for reading/writing GPX files. How do I get the resultant …

c# xsd xml-serialization xsd.exe gpx
Is the "xsd" command not supported in Visual Studio 2012 command window?

I've read that it is possible to run xsd commands right in visual studio (2010). I have VS 2012 on my machine …

visual-studio visual-studio-2012 xsd xsd.exe command-window
.Net xsd.exe tool doesn't generate all types

For some reason, MS .Net (v3.5) tool - xsd.exe doesn't generate types when they are not used inside any …

.net visual-studio xsd.exe
how to generate List instead of Array in C# with xsd.exe

I have an XML schema .xsd and generate with xsd.exe tool my file with all the c# classes. If …

c# xsd xml-serialization xsd.exe
Nullable value with xsd.exe generated class

I have been using xsd.exe to generate a class for deserializing XML into. I have decimal value in the …

c# .net-2.0 code-generation xsd.exe
How to generate xsd from C# class file using visual studio command prompt?

I'm using the following command, but it's not working: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin>xsd /…

c# visual-studio-2010 visual-studio xsd xsd.exe
Cannot generate classes because no top-level elements with complex type where found

I am trying to create a class from a xsd file using the XSD.EXE tool. but for some reason …

xml xsd xsd.exe
Why does xsd.exe generate string property for xs:integer?

When I generate a c# class from a xsd schema with xsd.exe I find this behaivor a bit wierd. …

c# .net xsd xsd.exe
Trouble with XML Deserialization into XSD generated classes

I have a rather detailed xml file. Below is the top level nodes (I have included the ellipse as the …

c# .net xsd xsd.exe