I understand that an XSD can be parsed as a normal XML but I do not wish to do that. I believe that there is an object representation of the XSD which the Xerces uses to validate an XML. Is there a way to get handle to that object and get information of the schema in a logical way using its methods or some other way.
I found a sample for the C++ version of xerces but not able to find the source of this sample -->
http://xerces.apache.org/xerces-c/scmprint-3.html
Also I do not wish to generate all possible XMLs conforming to schema, I only want to generate the XMLs with boundary values for all the constraints in the schema.
Any help/ pointer would be appreciated.
Thanks.