Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/artifacts/winfo.xml @ 105:beb991dc4827
Added a first stub of an WINFO artifact.
flys-artifacts/trunk@1287 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Feb 2011 14:56:22 +0000 |
parents | |
children | 5864c41219db |
comparison
equal
deleted
inserted
replaced
104:b3792346cb10 | 105:beb991dc4827 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <artifact name="winfo"> | |
3 <states> | |
4 | |
5 <state id="winfo_gauge" description="winfo_gauge" state="de.intevation.flys.artifacts.state.GaugeState"> | |
6 <!-- | |
7 <inputvalues> | |
8 <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/> | |
9 <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/> | |
10 </inputvalues> | |
11 --> | |
12 </state> | |
13 | |
14 <transition transition="de.intevation.gnv.transition.DefaultTransition"> | |
15 <from state="winfo_gauge"/> | |
16 <to state="winfo_calculation_type"/> | |
17 </transition> | |
18 | |
19 <state id="winfo_calculation_type" description="winfo_calculation_type" state="de.intevation.gnv.state.timeseries.TimeSeriesOutputState"> | |
20 <!-- | |
21 <inputvalues> | |
22 <inputvalue name="maxvalue" type="Date" multiselect="false"/> | |
23 </inputvalues> | |
24 --> | |
25 <outputsModes> | |
26 <outputsMode name="discharge_curve" description="Chartrepresentation of a discharge curve" mime-type="image/png"> | |
27 <exportModes> | |
28 <export name="img" description="IMG-Export der Daten" mime-type="image/png" /> | |
29 <export name="pdf" description="PDF-Export der Daten" mime-type="application/pdf" /> | |
30 <export name="svg" description="SVG-Export der Daten" mime-type="image/svg+xml" /> | |
31 </exportModes> | |
32 </outputsMode> | |
33 </outputsModes> | |
34 </state> | |
35 | |
36 </states> | |
37 </artifact> |