Top "Xsd.exe" questions

The XML Schema Definition (Xsd.

Generating an XSD file with xsd.exe tool from an XML file with multiple namespaces

What I want to do: I am trying to generate an XSD file for an existing XML file. I'm using …

.net xml .net-3.5 xsd xsd.exe
Generate a class from xsd file in net core

I need to generate a class from an xsd in net core. In dotnet standard I used commandline xsd filename.…

asp.net-core .net-core xsd.exe
Create MULTIPLE class files based on an XSD

I may be attempting something that is not possible with the XSD tool but I wanted to ask before moving …

c# .net visual-studio-2010 xsd.exe
XML Serialization of the default values of optional attributes

I have a set of classes build using xsd.exe, and I am trying to serialise them. However, an attribute …

c# .net serialization xml-serialization xsd.exe
Delphi Classes to XML representation:

Using Delphi XE: XML data binding wizard generates Delphi class based on XML/XSD - works great. BUT I also …

xml delphi xml-serialization delphi-xe xsd.exe
XSD.exe and "Circular Group references"

I am attempting to build some classes so that I can deserialise an XML file created by a third party …

c# .net schema xsd.exe