nsMap.add("xsd", "http://www.w3.org/2001/XMLSchema");
//For Aegis types, such as org.apache.cxf.aegis.type.basic.StringType
nsMap.add("ns1", "http://lang.java");
col.setNamespaceContext(nsMap);
org.w3c.dom.Document schema = new DOMOutputter().output(new Document(e));
for (ServiceInfo si : s.getServiceInfos()) {
SchemaInfo info = new SchemaInfo(si, entry.getKey());
info.setElement(schema.getDocumentElement());