PDA

View Full Version : QXmlSchema, XSD Schema validation problems



UVV
2nd February 2010, 11:44
Hi all,
I'd like to validate a XSD Schema using new QXmlSchema class.
The schema I'm trying to validate has some <xsd:include> tags. But it seems that
QXmlSchema doesn't use them, because I got an error:
Base type {<my_namespace>}<my_typename> of complex type cannot be resolved.
<my_typename> is definitily defined in one of those includes.
Any ideas?