Title pretty much says it all. VS xsd.exe creates classes in camel case. Is there a way of generating the classes in pascal case?
If not does anyone know of a good tool to convert a load of class names from camel case to pascal case.
Thanks
EDIT:
xsd.exe doesn’t generate class names in camel case as standard – it just follows the convention of the schema – however, I am interested in overriding this behaviour so the XmlElement name attribute will still follow the conventions defined by the schema, but the class name is pascal case.
I wasn’t aware that xsd.exe did that, are you sure the types in the schema are not defined in camelCase also?
My suggestion would be to use xsd2code, which is far superior to xsd.exe in every way..