source: src/main/resources/genius/templates/anac/y2012/RentalHouse/RentalHouse-A-domain.xml

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

Initial import : Genius 9.0.0

File size: 1.1 KB
Line 
1<?xml version="1.0"?>
2<negotiation_template number_of_sessions="1">
3 <utility_space number_of_issues="4">
4 <objective index="0" etype="objective" type="objective" description="" name="RentalHouse">
5 <issue index="1" etype="discrete" type="discrete" name="price">
6 <item index="1" value="40000yen"/>
7 <item index="2" value="45000yen"/>
8 <item index="3" value="50000yen"/>
9 <item index="4" value="55000yen"/>
10 <item index="5" value="60000yen"/>
11 </issue>
12 <issue index="2" etype="discrete" type="discrete" name="Style">
13 <item index="1" value="Japanese"/>
14 <item index="2" value="Western"/>
15 </issue>
16 <issue index="3" etype="discrete" type="discrete" name="AcceptableLocations">
17 <item index="1" value="NearToFukiageStation"/>
18 <item index="2" value="NearToTsrumaiStation"/>
19 <item index="3" value="NearToGokisoStation"/>
20 </issue>
21 <issue index="4" etype="discrete" type="discrete" name="WaterHeaterType">
22 <item index="1" value="Electric"/>
23 <item index="2" value="Gas"/>
24 </issue>
25 </objective>
26 </utility_space>
27</negotiation_template>
Note: See TracBrowser for help on using the repository browser.