Start of change

-20335   MORE THAN ONE xsrobject-type EXISTS IDENTIFIED BY XML uri-type1 uri1 AND uri-type2 uri2 EXISTS IN THE XML SCHEMA REPOSITORY.

Explanation

There is more than one registered XML schema that matches the URIs used to identify it.

xsrobject-type
The type of object.
uri-type1
Either NAMESPACE or null.
uri1
The XML schema target namespace. If uri-type1 was null on the request, uri1 is an empty string.
uri-type2
Either LOCATION or null.
uri2
The XML schema location. If uri-type2 was null on the request, uri2 is an empty string.

System action

The invocation of DSN_XMLVALIDATE fails with this SQLCODE.

Programmer response

Use the unique XML schema ID to identify the XML schema.

SQLSTATE

22533

End of change