Top "Xsd.exe" questions

The XML Schema Definition (Xsd.

Automatically generate C# from XSD in Visual Studio IDE

I am running Visual Studio 2010. I have a XSD schema and want to use xsd.exe tool to generate appropriate …

c# visual-studio xsd xsd.exe
where to find xsd.exe in visual studio 2013 on windows 8

I have used the xsd.exe utility in Visual Studio 2003 and 2008 to generate typed datasets from a 3rd party XSD …

xml visual-studio visual-studio-2013 schema xsd.exe
How to create a XSD schema from a class?

I'm having a hard time with the XSD files. I'm trying to create an XSD file from a class: public …

c# xml xsd xsd.exe linq-to-xsd
Tool that can combine many XSD files into one?

I need to create XML serializer classes for approximately 65 XSD files, for which I am using Microsoft's XSD.EXE to …

.net-3.5 xsd xml-serialization xsd.exe
What is the correct way of using the Guid type in a XSD file?

I have a .xsd file which I use to generate code with the xsd.exe tool from Visual Studio. Some …

xsd guid xsd.exe
I can't find xsd.exe in Visual Studio 2008?

In Visual Studio 2005 the XSD compiler was in the SDK/v2.0 directory. In Visual Studio there is only a SDK/…

.net xml visual-studio xsd.exe
using xsd.exe to generate c# files, getting error and warnings

This is the command i'm running: xsd.exe -c -l:c# D:\Documents\DEV\SARPilot\Docs\schemas\06-141r2\06-141…

c# xsd xsd.exe
Is svcutil.exe a replacement for xsd.exe?

I am using xsd.exe to generate some c# classes from a .xsd file. I ran into the same issue …

c# xml xsd xsd.exe svcutil.exe
xsd.exe output filename

Is there a way to control the output filename from xsd.exe? My specific issue is that if an imported …

.net xsd xsd.exe
xmlserializer validation

I'm using XmlSerializer to deserialize Xml achives. But I found the class xsd.exe generated only offers capability to read …

c# xml-serialization xsd xsd.exe