<!ELEMENT report   (configuration?, reportheader?, reportfooter?, pageheader?,
 pagefooter?, watermark?, groups?, items?, functions?)>
 <!ATTLIST report
   width          CDATA           #IMPLIED
   height         CDATA           #IMPLIED
   name           CDATA           #IMPLIED
   pageformat     %pageFormats;   #IMPLIED
   orientation    (%orientations;) "portrait"
   leftmargin     CDATA           #IMPLIED
   rightmargin    CDATA           #IMPLIED
   topmargin      CDATA           #IMPLIED
   bottommargin   CDATA           #IMPLIED
 >