Good or common naming conventions for xsd target namespaces
- by Anne Schuessler
I'm looking for some ideas for good naming conventions for xsd target namespaces.
Basically I just need to make a definite decision on how to name the target namespace of my xsd so I try to get it right the first time. Changing it later would require changes to another system which is not in my control.
Do you have any experience from past XML schema creations on what is a good and working solution? I've tried to find information online, but most examples just use very generic target namespaces like "http://exampleSchema" and similar. I'm actually trying to find some real life examples.