Good or common naming conventions for xsd target namespaces
Posted
by
Anne Schuessler
on Stack Overflow
See other posts from Stack Overflow
or by Anne Schuessler
Published on 2011-01-07T07:00:21Z
Indexed on
2011/01/07
7:53 UTC
Read the original article
Hit count: 231
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.
© Stack Overflow or respective owner