Create MULTIPLE class files based on an XSD
问题 I may be attempting something that is not possible with the XSD tool but I wanted to ask before moving on to a simpler solution. I have an XSD file that has multiple elements (and multiple complex types) that will generate multiple classes in one code file (I do not like this). For the sake of having clean and readable class files generated from the XSD tool, I would like for each element to be placed in a seperate code file, not all placed in one code file as partial classes. Does anyone