source: src/main/resources/genius/templates/ANAC2015/group2-politics/Politics.xml@ 88

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

Initial import : Genius 9.0.0

File size: 2.6 KB
Line 
1<negotiation_template>
2<utility_space number_of_issues="8">
3<objective index="0" description="" name="Politics" type="objective" etype="objective">
4<issue index="1" name="Social Security" vtype="discrete" type="discrete" etype="discrete">
5<item index="1" value="no welfare and no health insurance">
6</item>
7<item index="2" value="welfare and no health insurance">
8</item>
9<item index="3" value="no welfare and health insurance">
10</item>
11<item index="4" value="welfare and health insurance">
12</item>
13</issue>
14<issue index="2" name="Labor tax" vtype="discrete" type="discrete" etype="discrete">
15<item index="1" value="Low labor tax">
16</item>
17<item index="2" value="Medium labor tax">
18</item>
19<item index="3" value="High labor tax">
20</item>
21</issue>
22<issue index="3" name="Environmental tax" vtype="discrete" type="discrete" etype="discrete">
23<item index="1" value="Low tax">
24</item>
25<item index="2" value="Medium tax">
26</item>
27<item index="3" value="High tax">
28</item>
29</issue>
30<issue index="4" name="Usage of army" vtype="discrete" type="discrete" etype="discrete">
31<item index="1" value="No army">
32</item>
33<item index="2" value="Army just for defence">
34</item>
35<item index="3" value="Army for peace mission">
36</item>
37<item index="4" value="Army for offencive missions">
38</item>
39</issue>
40<issue index="5" name="Immigration policy" vtype="discrete" type="discrete" etype="discrete">
41<item index="1" value="Closed borders">
42</item>
43<item index="2" value="Just refugees">
44</item>
45<item index="3" value="Just people from the EU">
46</item>
47<item index="4" value="People from the EU and refugees">
48</item>
49<item index="5" value="Open borders">
50</item>
51</issue>
52<issue index="6" name="Stay or leave EU" vtype="discrete" type="discrete" etype="discrete">
53<item index="1" value="stay">
54</item>
55<item index="2" value="leave">
56</item>
57</issue>
58<issue index="7" name="National or globalized economy" vtype="discrete" type="discrete" etype="discrete">
59<item index="1" value="Only dependent on national products">
60</item>
61<item index="2" value="Mostly dependent on national products, but some export">
62</item>
63<item index="3" value="somewhat dependent on export">
64</item>
65<item index="4" value="mostly dependent on export">
66</item>
67</issue>
68<issue index="8" name="Drug policy" vtype="discrete" type="discrete" etype="discrete">
69<item index="1" value="All drugs legal">
70</item>
71<item index="2" value="Softdrugs legal">
72</item>
73<item index="3" value="Softdrugs tolerated">
74</item>
75<item index="4" value="All drugs illegal">
76</item>
77</issue>
78</objective>
79</utility_space>
80</negotiation_template>
Note: See TracBrowser for help on using the repository browser.