I’m working on a project where I need to convert an XML Schema Definition (XSD) file into a Protocol Buffers (proto) file. One of the requirements is to use camel casing for the naming of fields and message types in the proto file. I’m looking for a structured approach or any existing tools/scripts that could assist with this conversion.