summaryrefslogtreecommitdiffstats
path: root/test-data/ex-2/small.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/ex-2/small.xml')
-rw-r--r--test-data/ex-2/small.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/test-data/ex-2/small.xml b/test-data/ex-2/small.xml
new file mode 100644
index 0000000..640aa3e
--- /dev/null
+++ b/test-data/ex-2/small.xml
@@ -0,0 +1,48 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<Guess-Market xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="GM-EX2-Schema.xsd">
3 <GM-events>
4 <GM-event name="Mujtaba is Dead">
5 <id>1</id>
6 <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>
7 <commission type="on-purchase">5</commission>
8 <GM-options>
9 <GM-option>Hell Yea !</GM-option>
10 <GM-option>No way !</GM-option>
11 </GM-options>
12 <GM-method>
13 <GM-LMSR>
14 <b>100</b>
15 </GM-LMSR>
16 </GM-method>
17 </GM-event>
18 <GM-event name="World Cap Winner">
19 <id>2</id>
20 <description>Who do you think will win the world cap ?</description>
21 <commission type="on-close">15</commission>
22 <GM-options>
23 <GM-option>Argentina</GM-option>
24 <GM-option>Spain</GM-option>
25 </GM-options>
26 <GM-method>
27 <GM-order-book allow-mint="true" initial="100" d="1"/>
28 </GM-method>
29 </GM-event>
30 </GM-events>
31 <GM-users>
32 <GM-user name="Avrum">
33 <initial-cash>1000</initial-cash>
34 <GM-market-maker>
35 <event id="2"/>
36 </GM-market-maker>
37 </GM-user>
38 <GM-user name="Tikva">
39 <initial-cash>10000</initial-cash>
40 <GM-market-maker>
41 <event id="1"/>
42 </GM-market-maker>
43 </GM-user>
44 <GM-user name="Menash">
45 <initial-cash>100</initial-cash>
46 </GM-user>
47 </GM-users>
48</Guess-Market>