Are there any good tools to generate a simple C# class from xml. I have tried XML spy but that takes the data into account and creates a far too complex class structure.
All I want is basically a class for each element and properties for each sub element.