Namespace xsi = new Namespace("xsi", "http://www.w3.org/2001/XMLSchema-instance");
root.add(xsi);
root.addAttribute("version", "0.8.1");
root.addComment("To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net");
Element baseNode = root.addElement("node");
baseNode.addAttribute("TEXT", "allCriteria");
Collection<Measure> allCriteria = criteriaManager.getAllMeasures();