// out.println("<br><H3>Column Schema</H3>");
ListElement rows = new ListElement();
WrapElement table = new WrapElement("table", "BORDER=1", rows);
TableRowElement thr = new TableRowElement();
rows.addElement(new WrapElement("CAPTION", new StringElement("Column Schema")));
rows.addElement(thr);
thr.addElement(THE("#", url));
thr.addElement(THE("Name", url));
thr.addElement(THE("Type", url));
thr.addElement(THE("Count", url));
thr.addElement(THE("Key Type", url));