First of all, I am new to this topic, and having collected a lot of background information, I became even more confused.
I have several classes, all of them are serializable, some implement IXmlSerializable. Classes are tagged [XmlRoot], [XmlAttribute], etc. In the appropriate places.
I am wondering how to create a simple XSD for each class using existing tags. I am interested in both the manual and the software approach. If possible, I would prefer to use the tools integrated into VS2008.
source
share