ORA-31089
Schema "schema" does not target namespace "namespace".
- schema: The XML schema URL.
- namespace: The target XML namespace.
Cause
The XML schema document contained references (through INCLUDE and IMPORT definitions) to other XML schemas that do not belong to any valid namespaces.
Action
Ensure that all XML schemas included have the same target namespace as the specified XML schema. Also, ensure that all imported XML schemas have namespaces matching the actual target namespace of the specified schema.
ORA-31089
schema "string" does not target namespace "string"
Cause
The schema document contains references (via include and import definitions) to other schemas that do not belong to valid namespaces.
Action
Make sure that all schemas referenced via include definitions target the same namespace as the parent schema. Further make sure that the namespace specified in the import definition matches the actual target namespace of the specified schema.
ORA-31089
schema "string" does not target namespace "string"
Cause
The schema document contains references (via include and import definitions) to other schemas that do not belong to valid namespaces.
Action
Make sure that all schemas referenced via include definitions target the same namespace as the parent schema. Further make sure that the namespace specified in the import definition matches the actual target namespace of the specified schema.