This is in response to the thread I started earlier:
1578637
How does one use <xs:any> elements successfully in a schema when using Xerces-C?
Any time I try and use <xs:any> without explicitly declaring the namespace, I get the UPA error. I have tried using namespace="##other" and namespace="##any". (I realize that "##any" should give a UPA error).
I have also tried to use the newest version of DBXML (2.3.8) and I get the same problem.