+ "* distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n"
+ "* KIND, either express or implied. See the License for the specific language\n"
+ "* governing permissions and limitations under the License.\n"
+ "* ***********************************************************************************\n");
final Element root = doc.addElement("xs:schema");
root.addNamespace("xs", "http://www.w3.org/2001/XMLSchema");
root.addNamespace("ob", "http://www.openbravo.com");
root.addAttribute("targetNamespace", "http://www.openbravo.com");
final List<String> entityNames = new ArrayList<String>();
for (final Entity e : ModelProvider.getInstance().getModel()) {