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
4 <title>
5 <text>Test Report for EPSSGA</text>
6
7 </title>
8 <table-of-contents/>
9 <heading>
10 <text>Test for Graph widget</text>
11 </heading>
12 <subheading>
13 <text>Example of a Graph Widget using line appearance</text>
14 </subheading>
15 <widget>
16 <scid>EPSSGA</scid>
17 <class>Graph</class>
18 <appearance>line</appearance>
19 <dynrange-alpha>1</dynrange-alpha>
20 <sampling>all-points</sampling>
21 <thumbnail-width>800</thumbnail-width>
22 <thumbnail-height>250</thumbnail-height>
23 <height>500</height>
24 <width>1600</width>
25 <legend>below-desc-stats</legend>
26 <datapoint>
27 <field>TC_STORE.PUS_SERVICE_TYPE</field>
28 <colour>#0000FF</colour>
29 </datapoint>
30 </widget>
31 <subheading>
32 <text>Example of a Graph Widget using scatter appearance</text>
33 </subheading>
34 <widget>
35 <scid>EPSSGA</scid>
36 <class>Graph</class>
37 <appearance>scatter</appearance>
38 <dynrange-alpha>1</dynrange-alpha>
39 <sampling>all-points</sampling>
40 <thumbnail-width>800</thumbnail-width>
41 <thumbnail-height>250</thumbnail-height>
42 <height>500</height>
43 <width>1600</width>
44 <legend>below-desc-stats</legend>
45 <datapoint>
46 <field>TC_STORE.PUS_SERVICE_SUBTYPE</field>
47 <colour>#0000FF</colour>
48 </datapoint>
49 </widget>
50 <heading>
51 <text>Test for GraphXY widget</text>
52 </heading>
53 <subheading>
54 <text>Example of a GraphXY Widget using linestyle as dotted</text>
55 </subheading>
56 <widget>
57 <class>graph-xy</class>
58 <title>Example Graph in Test Report 2 - Graph options</title>
59 <x-series>TC_STORE.PUS_SERVICE_SUBTYPE</x-series>
60 <y-series>TC_STORE.PUS_SERVICE_TYPE</y-series>
61 <width>680</width>
62 <height>450</height>
63 <line-style>dotted</line-style>
64 </widget>
65 <heading>
66 <text>Test for Histogram widget</text>
67 </heading>
68 <subheading>
69 <text>Example of a Histogram Widget </text>
70 </subheading>
71 <histogram>
72 <title>Example Histogram</title>
73 <label-fontsize>12</label-fontsize>
74 <datapoint>
75 <field>TC_STORE.PUS_SERVICE_TYPE</field>
76 <axis>1</axis>
77 </datapoint>
78 <datapoint>
79 <field>TC_STORE.PUS_SERVICE_SUBTYPE</field>
80 <axis>2</axis>
81 </datapoint>
82 <sampling>all-points</sampling>
83 </histogram>
84 <heading>
85 <text>Test for Event-List Widget</text>
86 </heading>
87 <subheading>
88 <text>Example Event-List </text>
89 </subheading>
90 <heading>
91 <text>Test for LifeLimited Items Widget</text>
92 </heading>
93 <subheading>
94 <text>Example LifeLimited Items Widget </text>
95 </subheading>
96 <life-limited-items>
97 <title>Life Limited Items</title>
98 <width>680</width>
99 <bar-spacing>4</bar-spacing>
100 <bar-height>20</bar-height>
101 <item>
102 <label>TEST</label>
103 <event>TELECOMMAND</event>
104 <limit>5</limit>
105 </item>
106 </life-limited-items>
107 <heading>
108 <text>Test for Limit Widget</text>
109 </heading>
110 <subheading>
111 <text>Example Limit Widget </text>
112 </subheading>
113 <limits>
114 <title>TC_STORE Limits </title>
115 <datapoint>TC_STORE.PUS_SERVICE_SUBTYPE</datapoint>
116 <datapoint>TC_STORE.PUS_SERVICE_TYPE</datapoint>
117 <width>680</width>
118 <sampling>all</sampling>
119 <calibrated>True</calibrated>
120 <y-label>Mnemonic</y-label>
121 <table>legend+stats</table>
122 <x-min>-25</x-min>
123 <x-max>85</x-max>
124 </limits>
125
126 <distribute-report>
127 <name>{env}-{sid}_TST_PDF_Report</name>
128 <email-recipient><forename>Paul</forename><surname>Raval</surname></email-recipient>
129 <ftp-recipient><ftpname>TEST_EPSSG_FTP</ftpname></ftp-recipient>
130 </distribute-report>
131
132
133</template>