322323324325326327328329330331332
} Element orChild = new Element(uChildName,prefix,ns); child.addContent(orChild); //--- add mandatory sub-tags editLib.fillElement(schema, child, orChild); } } } else { child = editLib.addElement(mds, el, name);