Database Error Messages

OCI-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.