if (isTypeDefinedInSchema(paramType, importedSchema)) {
// still return the parent schema
return schema;
}
} catch (MalformedURLException e) {
throw new UtilsException(e);
} catch (XmlBuilderException e) {
throw new UtilsException(e);
} catch (IOException e) {
throw new UtilsException(e);
}
}
}
}