Class generation using XSD

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
I am trying to create a class from a schema XSD file using xsd.exe. I get a C# file generated without error, but the file has got number of partial classes - instead of one single class.
Can anyone please tell what in the XSD determines whether one class should be generated - or number of partial classes. I have to serialise this class, so I am not sure how I can do this with multiple partial classes.
Many Thanks

View the full article
 
Back
Top