I have a load of classes and I need to generate an XML schema for these classes.
The easiest way I can think to do this is to create the classes, serialize as XML and then run XSD on this XML.
However, if I don't set the properties of a class, no XML node is created and therefore the XSD doesn't pick it up.
Is there a way for me to tell the XML serializer to serialize ALL properties of a class, rather than just the ones that have values set?
Hopeful, more than expecting! Duncan