A Note on Namespace Collisions
Be aware that multiple instances of the same symbol in a namespace, or in XML documents with no namespace, render the document invalid. In this way, the standard prevents namespace collisions.
It is possible and perfectly legal, however, to build WSDLs or XML Schemas that use symbols of the same name in the same namespace, but with different definitions. This practice is not recommended, and HydraExpress does not support it.
NOTE: Be aware that using symbols of the same name in the same namespace, but with different definitions, will result in namespace collisions and is not supported.