What is the best way to generate C# classes from multiple XSD schema files?
Some XSD schema files may have dependency to the other, I am trying to avoid duplicated C# cl
I for one found the examples in the MSDN doc a bit lacking. Here's an example parameters file for the issue codemeit described:
FirstSchema.xsd AnotherSchema.xsd LastSchema.xsd