tableElement: ElementConfig = ...
<!ELEMENT table    (tbody|tr+)>
<!ATTLIST table
  %attrs;
  summary     %Text;         #IMPLIED
  >