<?xml version="1.0" encoding="UTF-8"?> <action-sequence> <title>Time Series Chart Example</title> <version>1</version> <logging-level>ERROR</logging-level> <documentation> <author>Gretchen Moran</author> <description>Sample executing the TimeSeries chart type</description> <help/> <result-type>chart</result-type> <icon>folder.png</icon> </documentation> <inputs/> <outputs> <results type="result-set"/> </outputs> <resources/> <actions> <action-definition> <component-name>SQLLookupRule</component-name> <action-type>Execute the Query to Gen an XY Series Dataset</action-type> <action-outputs> <query-result type="result-set" mapping="results"/> </action-outputs> <component-definition> <jndi><![CDATA[SampleData]]></jndi> <live><![CDATA[true]]></live> <query><![CDATA[Select PRODUCTLINE, MSRP, BUYPRICE FROM PRODUCTS order by PRODUCTLINE]]></query> </component-definition> </action-definition> </actions> </action-sequence>