assume this - I want to read and write XML in a predefined scheme - till now it's ok.The thing is that there is explicit action a developer needs to do case he wants to add another attribute (xsd.exe for example) and it's quite frustrating in teerms of source control (need to check out, generate new file, and check that in).Is there a way to read xml just by supplying its XSD (without the need to actually auto-generate a class for that?) - in that case if new field will introduce - developer will change only the XSD or something?