I normally align XML naming convention with the same naming convention in other parts of code. The reason is when I load the XML into Object its attributes and element names can be referred as the same naming convention currently used in the project.
For example, if your javascript using camelCase then your XML uses camelCase as well.