How can I generate multiple classes from xsd’s with common includes?
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I have a few nice xsd files which I want to convert to classes using xsd.exe. All the xsd's have the same includes, like this: When I generate a class for each xsd the types declared in these files are duplicated for each original xsd. Is there any way not to duplicate enums,clasess and etc. Please assist me. Regard, Sri