/* */ catch (Exception ex)
/* */ {
/* 194 */ throw new IllegalStateException("Cannot parse schema", ex);
/* */ }
/* */ }
/* 197 */ XSModel xsmodel = new XSModelImpl(gs);
/* */
/* 200 */ WSSchemaUtils sutils = WSSchemaUtils.getInstance(null, null);
/* 201 */ JBossXSModel jbxs = new JBossXSModel();
/* 202 */ sutils.copyXSModel(xsmodel, jbxs);
/* */