aboutsummaryrefslogtreecommitdiffstats
path: root/test-data/ex-1/multiple.xml
blob: 3f2432d06c329335d488de4937de9f7e523f9b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<Guess-Market xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="GM-EX1-schema.xsd">
	<GM-events>
		<GM-event name="Mujtaba is Dead">
			<id>1</id>
			<description>This event gambles if Mujtaba is a live or not. it will be determined if he will be shown in public until 31.8.26</description>
			<comision type="on-purchase">5</comision>
			<GM-options>
				<GM-option>Hell Yea !</GM-option>
				<GM-option>No way !</GM-option>
			</GM-options>
			<GM-method>
				<GM-LMSR>
					<b>100</b>
				</GM-LMSR>
			</GM-method>
		</GM-event>
		<GM-event name="World Cap Winner">
			<id>2</id>
			<description>Who do you think will win the world cap ?</description>
			<comision type="on-close">15</comision>
			<GM-options>
				<GM-option>Argentina</GM-option>
				<GM-option>Spain</GM-option>
			</GM-options>
			<GM-method>
				<GM-LMSR>
					<b>50</b>
				</GM-LMSR>
			</GM-method>
		</GM-event>
		<GM-event name="Earth Quake on Dead Sea">
			<id>3</id>
			<description>Will there be an earth quake on the dead sea until the December 31th 2026</description>
			<comision type="on-purchase">50</comision>
			<GM-options>
				<GM-option>Yes</GM-option>
				<GM-option>No</GM-option>
			</GM-options>
			<GM-method>
				<GM-LMSR>
					<b>400</b>
				</GM-LMSR>
			</GM-method>
		</GM-event>
	</GM-events>
</Guess-Market>