*/
public void testCustomTypesSchema() throws Exception
{
String typeNS = "http://org.jboss.ws/types";
XSLoader xsloader = SchemaUtils.getInstance().getXSLoader();
XSModel xsmodel = xsloader.loadURI("resources/tools/wsdlfixture/CustomInterface20.xsd");
assertNotNull("XSModel is null?", xsmodel);
XSNamedMap xsnamedmap = getXSNamedMap(xsmodel, typeNS);
assertEquals(2, xsnamedmap.getLength());
assertNotNull(xsnamedmap.itemByName(typeNS, "SomeException"));