Database Error Messages

OCI-30937

no schema definition for the node 'node' (namespace 'namespace') in the parent 'parent'
  • node: The specified child node.
  • namespace: The namespace of the child node.
  • parent: The parent node being processed.

Cause

The schema definition for the parent node being processed did not allow for the specified child node in its content model. Note that any type casting using xsi:type must occur before the schema definitions before the new type can be used.


Action

Only insert elements and attributes declared in the schema. Ensure that xsi:type (if used) is specified first.