catch (Exception ex)
{
throw new IllegalStateException("Cannot parse schema", ex);
}
}
XSModel xsmodel = new XSModelImpl(gs);
// Convert Xerces XSModel into r/w JBossXSModel
WSSchemaUtils sutils = WSSchemaUtils.getInstance(null, null);
JBossXSModel jbxs = new JBossXSModel();
sutils.copyXSModel(xsmodel, jbxs);