String namespaceURI = DOMUtils.getAttribute(tempEl, Constants.ATTR_NAMESPACE);
String locationURI = DOMUtils.getAttribute(tempEl, "schemaLocation");
importedDefs.add(new ImportHolder(namespaceURI, locationURI, def.getDocumentBaseURI(), this, depth+1, tempEl, messagegenerator, valinfo));
try
{
types.addExtensibilityElement(parseExtensibilityElement(Types.class, tempEl, def));
}
catch(WSDLException e)
{
}