source: src/main/resources/genius/templates/ANAC2016/Caduceus/Smart_Grid.xml@ 1

Last change on this file since 1 was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 1.0 KB
Line 
1<negotiation_template>
2<utility_space number_of_issues="3">
3<objective name="Smart_Grid" index="0" description="" etype="objective" type="objective">
4<issue vtype="discrete" name="Price" index="1" etype="discrete" type="discrete">
5<item index="1" value="0-10 cent">
6</item>
7<item index="2" value="10-20 cent">
8</item>
9<item index="3" value="20-30 cent">
10</item>
11<item index="4" value="30-40 cent">
12</item>
13<item index="5" value="40-50 cent">
14</item>
15</issue>
16<issue vtype="discrete" name="Amount" index="2" etype="discrete" type="discrete">
17<item index="1" value="0-50 kw">
18</item>
19<item index="2" value="50-100 kw">
20</item>
21<item index="3" value="100-150 kw">
22</item>
23<item index="4" value="150-200 kw">
24</item>
25</issue>
26<issue vtype="discrete" name="Time" index="3" etype="discrete" type="discrete">
27<item index="1" value="00-06">
28</item>
29<item index="2" value="06-12">
30</item>
31<item index="3" value="12-18">
32</item>
33<item index="4" value="18-00">
34</item>
35</issue>
36</objective>
37</utility_space>
38</negotiation_template>
Note: See TracBrowser for help on using the repository browser.