I’m currently using XSD.exe to generate classes for my xsd schema file using the following command:
xsd.exe MySchema.xsd /classes /namespace:MyNamespace
I’d like to be able to have the tool output internal classes instead of the public classes is creates by default. Is this possible?
Try to use xsd2code instead, you can tune it as you wish.