XSD.exe with multiple xsd files
Hi
I am trying to build a C# class/classes from about 270 xsd files. The xsd files define the types, methods and properties required. Most of the types from one xsd inheret from types defined in another xsd.
Can I do this with xsd.exe tool?
How?
Should I include all 270 xsd filenames in the command? That sounds ridiculous.
Re: XSD.exe with multiple xsd files
Quote:
Originally Posted by
vdbergfw
Hi
I am trying to build a C# class/classes from about 270 xsd files. The xsd files define the types, methods and properties required. Most of the types from one xsd inheret from types defined in another xsd.
Can I do this with xsd.exe tool?
How?
Should I include all 270 xsd filenames in the command? That sounds ridiculous.
Hi,
Did you got the solustion?