Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/artifacts/sqrelation.xml @ 5501:9a14eac637ec
New Artifact and static state for sq relation.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 28 Mar 2013 15:17:02 +0100 |
parents | |
children | a2bdc0f524e8 |
comparison
equal
deleted
inserted
replaced
5500:700ac898ab0b | 5501:9a14eac637ec |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <artifact name="staticsqrelation"> | |
3 <states> | |
4 <state id="state.sqrelation.static" description="state.sqrelation.static" state="de.intevation.flys.artifacts.states.sq.SQStaticState"> | |
5 <data name="river" type="String" /> | |
6 <data name="station" type="String" /> | |
7 <outputmodes> | |
8 <outputmode name="sq_relation_a" description="output.sq_relation" type="chart"> | |
9 <facets> | |
10 <facet name="sq_a_curve" description="A facet for sq curve"/> | |
11 <facet name="sq_relation_a.manualpoints" /> | |
12 </facets> | |
13 </outputmode> | |
14 <outputmode name="sq_relation_b" description="output.sq_relation" type="chart"> | |
15 <facets> | |
16 <facet name="sq_b_curve" description="A facet for sq curve"/> | |
17 <facet name="sq_relation_b.manualpoints" /> | |
18 </facets> | |
19 </outputmode> | |
20 <outputmode name="sq_relation_c" description="output.sq_relation" type="chart"> | |
21 <facets> | |
22 <facet name="sq_c_curve" description="A facet for sq curve"/> | |
23 <facet name="sq_relation_c.manualpoints" /> | |
24 </facets> | |
25 </outputmode> | |
26 <outputmode name="sq_relation_d" description="output.sq_relation" type="chart"> | |
27 <facets> | |
28 <facet name="sq_d_curve" description="A facet for sq curve"/> | |
29 <facet name="sq_relation_d.manualpoints" /> | |
30 </facets> | |
31 </outputmode> | |
32 <outputmode name="sq_relation_e" description="output.sq_relation" type="chart"> | |
33 <facets> | |
34 <facet name="sq_e_curve" description="A facet for sq curve"/> | |
35 <facet name="sq_relation_e.manualpoints" /> | |
36 </facets> | |
37 </outputmode> | |
38 <outputmode name="sq_relation_f" description="output.sq_relation" type="chart"> | |
39 <facets> | |
40 <facet name="sq_relation_f.manualpoints" /> | |
41 <facet name="sq_f_curve" description="A facet for sq curve"/> | |
42 </facets> | |
43 </outputmode> | |
44 <outputmode name="sq_overview" description="output.sq_overview" type="overview"> | |
45 <facets> | |
46 <facet name="sq_chart_overview" description="A facet for sq chart overview"/> | |
47 </facets> | |
48 </outputmode> | |
49 <outputmode name="sqrelation_export" description="output.sqrelation_export" mime-type="text/plain" type="export"> | |
50 <facets> | |
51 <facet name="csv" description="facet.sqrelation_export.csv" /> | |
52 <facet name="pdf" description="facet.sqrelation_export.pdf" /> | |
53 </facets> | |
54 </outputmode> | |
55 </outputmodes> | |
56 </state> | |
57 </states> | |
58 </artifact> |