source: src/main/resources/genius/templates/anac/y2012/FlightBooking/FlightBooking-B-domain.xml@ 325

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

Initial import : Genius 9.0.0

File size: 1015 bytes
Line 
1<?xml version="1.0"?>
2<negotiation_template number_of_sessions="1">
3 <utility_space number_of_issues="3">
4 <objective index="0" etype="objective" type="objective" description="" name="FlightBooking">
5 <issue index="1" etype="discrete" type="discrete" name="price">
6 <item index="1" value="150000yen"/>
7 <item index="2" value="200000yen"/>
8 <item index="3" value="250000yen"/>
9 <item index="4" value="300000yen"/>
10 </issue>
11 <issue index="2" etype="discrete" type="discrete" name="DepartureAirPort">
12 <item index="1" value="CentrAir"/>
13 <item index="2" value="Narita"/>
14 <item index="3" value="Kansai"/>
15 </issue>
16 <issue index="3" etype="discrete" type="discrete" name="DepartureDate">
17 <item index="1" value="Sep2_2011"/>
18 <item index="2" value="Sep3_2011"/>
19 <item index="3" value="Sep4_2011"/>
20 <item index="3" value="Sep4_2011"/>
21 </issue>
22 </objective>
23 </utility_space>
24</negotiation_template>
Note: See TracBrowser for help on using the repository browser.