/sigmah/src/test/resources/report-def/parse-test/report-elements.xml
http://sigma-h.googlecode.com/ · XML · 38 lines · 30 code · 4 blank · 4 comment · 0 complexity · 3d9cfd698afba5b8b453ddef0e84d219 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- ~ All Sigmah code is released under the GNU General Public License v3
- ~ See COPYRIGHT.txt and LICENSE.txt.
- -->
-
- <report frequency="adhoc">
-
- <title>My Title</title>
- <sheetTitle>My Sheet Title</sheetTitle>
- <fileName>My File Name</fileName>
-
- <elements>
- <pivotTable>
- <title>A Pivot Table</title>
- </pivotTable>
- <pivotChart>
- <title>A Pivot Chart</title>
- </pivotChart>
- <table>
- <title>A Table</title>
- </table>
- <map>
- <title>A Map</title>
- </map>
- <static>
- <text>This is static text and image.</text>
- <img>http://www.google.nl/logos/2010/oz10-hp.gif</img>
- </static>
- <static>
- <text>This is text only</text>
- </static>
- <static>
- <img>http://www.google.nl/logos/2010/oz10-hp.gif</img>
- </static>
- </elements>
-
- </report>