Hi,
Our customer sent us a schema collection that is made by using Eclipse Java environment. The main envelope consists of several imported subschemas from different target namespaces (everything is fine so far). In some of the imported subschemas, there are
include references to a single schema that has no target namespace. Since the schema collection was compiled in .Net environment, hundreds of errors were received
"The targetNamespace 'http://TargetNamespaceA' of included/redefined schema should be the same as the targetNamespace 'http://TargetNamespaceB' of the including schema."
When a schema with no target namespace is included in an another schema, a target namespace of the parent schema is adopted to the schema with no target namespace. Since the schema with no target namespace is included multiple times into different target namespaces in the collection, it causes a target namespace conflict.
The schema collection can be validated without errors in Eclipse Java environment. Is there any proper resolution for the problem or do we have to create a schema collection of our own?
Thanks