Do you use a naming convention for your XML namespaces? And if so, what reasoning lies behind it.
I was actually amazed that hardly anyone wrote about a naming convention for XML namespaces.
Most namespaces I've seen have the format of http://example.org/<some identifier>
or http://example.org/scheme/<some identifier>
. But that really lacks structuring beyond the initial "company" identifier.