1<?xml version="1.1" encoding="UTF-8"?>
  2<template xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://chart/msg/schemas/report.xsd">
  3    <title>
  4        <text>Test Report for {{sid.name}}</text>
  5    </title>
  6    <table-of-contents/>
  7    <heading>
  8        <text>Test for Graph widget</text>
  9    </heading>
 10   <subheading>
 11        <text>Example of a Graph Widget using line appearance</text>
 12    </subheading>
 13    <graph>
 14        <appearance>line</appearance>
 15        <dynrange-alpha>1</dynrange-alpha>
 16        <sampling>all-points</sampling>
 17        <thumbnail-width>800</thumbnail-width>
 18        <thumbnail-height>250</thumbnail-height>
 19        <height>500</height>
 20        <width>1600</width>
 21        <legend>below-desc-stats</legend>
 22         <datapoint>
 23             <field>TC_STORE.PUS_SERVICE_TYPE</field>
 24             <colour>#0000FF</colour>
 25         </datapoint>
 26    </graph>
 27    <subheading>
 28        <text>Example of a Graph Widget using scatter appearance</text>
 29    </subheading>
 30    <graph>
 31        <appearance>scatter</appearance>
 32        <dynrange-alpha>1</dynrange-alpha>
 33        <sampling>all-points</sampling>
 34        <thumbnail-width>800</thumbnail-width>
 35        <thumbnail-height>250</thumbnail-height>
 36        <height>500</height>
 37        <width>1600</width>
 38        <legend>below-desc-stats</legend>
 39         <datapoint>
 40             <field>TC_STORE.PUS_SERVICE_SUBTYPE</field>
 41             <colour>#0000FF</colour>
 42         </datapoint>
 43    </graph>
 44    <heading>
 45        <text>Test for GraphXY widget</text>
 46    </heading>
 47   <subheading>
 48        <text>Example of a GraphXY Widget using linestyle as dotted</text>
 49    </subheading>
 50     <graph-xy>
 51        <title>Example Graph in Test Report 2 - Graph options</title>
 52         <x-series>TC_STORE.PUS_SERVICE_SUBTYPE</x-series>
 53         <y-series>TC_STORE.PUS_SERVICE_TYPE</y-series>
 54         <width>680</width>
 55         <height>450</height>
 56         <line-style>dotted</line-style>
 57    </graph-xy>
 58    <heading>
 59        <text>Test for Histogram widget</text>
 60    </heading>
 61   <subheading>
 62        <text>Example of a Histogram Widget </text>
 63    </subheading>
 64     <histogram>
 65        <title>Example Histogram</title>
 66        <label-fontsize>20</label-fontsize>
 67        <datapoint>
 68            <field>TC_STORE.PUS_SERVICE_TYPE</field>
 69            <axis>1</axis>
 70        </datapoint>
 71        <datapoint>
 72            <field>TC_STORE.PUS_SERVICE_SUBTYPE</field>
 73            <axis>2</axis>
 74         </datapoint>
 75        <sampling>all-points</sampling>
 76    </histogram>
 77    <heading>
 78        <text>Test for  Event-List Widget</text>
 79   </heading>
 80   <subheading>
 81        <text>Example Event-List  </text>
 82   </subheading>
 83    <heading>
 84        <text>Test for  LifeLimited Items Widget</text>
 85    </heading>
 86   <subheading>
 87        <text>Example LifeLimited Items Widget </text>
 88    </subheading>
 89    <life-limited-items>
 90        <title>Life Limited Items</title>
 91        <width>680</width>
 92        <bar-spacing>4</bar-spacing>
 93        <bar-height>20</bar-height>
 94        <item>
 95            <label>TEST</label>
 96            <event>TELECOMMAND</event>
 97            <limit>5</limit>
 98        </item>
 99    </life-limited-items>
100    <heading>
101        <text>Test for  Limit Widget</text>
102    </heading>
103    <subheading>
104        <text>Example Limit Widget </text>
105    </subheading>
106    <!--<limits>
107        <title>TC_STORE Limits </title>
108        <datapoint>TC_STORE.PUS_SERVICE_SUBTYPE</datapoint>
109        <datapoint>TC_STORE.PUS_SERVICE_TYPE</datapoint>
110        <width>680</width>
111        <sampling>all</sampling>
112        <calibrated>True</calibrated>
113        <y-label>Mnemonic</y-label>
114        <table>legend+stats</table>
115        <x-min>-25</x-min>
116        <x-max>85</x-max>
117    </limits>-->
118</template>