" <xs:anyAttribute namespace='##targetNamespace http://ws.apache.org/jaxme/test/misc/wildcards/2'/>\n" +
" </xs:complexType>\n" +
" </xs:element>\n" +
"</xs:schema>\n";
pParser.getContext().setXsObjectFactory(new XsObjectFactoryImpl(){
public XMLReader newXMLReader(boolean pValidating) throws ParserConfigurationException, SAXException {
XMLReader result = super.newXMLReader(pValidating);
result.setEntityResolver(new EntityResolver(){
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
if ("abc.xsd".equals(systemId)) {