Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.testclient/inventory.xml')
-rw-r--r--plugins/org.gastro.testclient/inventory.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/plugins/org.gastro.testclient/inventory.xml b/plugins/org.gastro.testclient/inventory.xml
new file mode 100644
index 0000000000..a1c3b37706
--- /dev/null
+++ b/plugins/org.gastro.testclient/inventory.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="ASCII"?>
+<inventory:Restaurant xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:inventory="http://www.gastro.org/inventory/1.0" name="eDine">
+ <departments stationID="Theke">
+ <employees name="M&#xfc;ller"/>
+ <employees name="Bauer"/>
+ <employees name="Hinz"/>
+ <employees name="Kunz"/>
+ <stocks name="Weinkeller">
+ <products name="Flasche Sauvignon Blanc (Winzer Meier)" cost="4.5" available="76" orderLimit="50"/>
+ <products name="Flasche Cabernet Sauvignon (Winzer Meier)" cost="4.5" available="76" orderLimit="50"/>
+ </stocks>
+ </departments>
+ <departments stationID="K&#xfc;che">
+ <recipes name="Bauernfr&#xfc;hst&#xfc;ck">
+ <ingredients quantity="2"/>
+ <ingredients product="//@departments.0/@stocks.0/@products.0" quantity="2"/>
+ <ingredients quantity="3"/>
+ </recipes>
+ <recipes name="Hasenbraten">
+ <ingredients quantity="1"/>
+ <ingredients quantity="2"/>
+ </recipes>
+ <recipes name="Obstsalat">
+ <ingredients quantity="1"/>
+ <ingredients quantity="2"/>
+ <ingredients quantity="1"/>
+ </recipes>
+ <employees name="Wagner"/>
+ <employees name="Schiller"/>
+ <employees name="Sp&#xfc;ler"/>
+ <stocks name="K&#xfc;hlhaus">
+ <products name="Spreew&#xe4;lder Gew&#xfc;rzgurken" cost="0.5" available="76" orderLimit="50"/>
+ <products name="Tomaten" cost="0.35" available="188" orderLimit="50"/>
+ <products name="Hasenfleisch" cost="3.15" available="35"/>
+ <products name="Eier" cost="0.1" available="154" orderLimit="30"/>
+ <products name="Ananas" cost="4.0" available="60"/>
+ <products name="Bananen" cost="1.0" available="12" orderLimit="8"/>
+ <products name="Sahne" cost="0.95" available="20" orderLimit="10"/>
+ </stocks>
+ </departments>
+ <menuCards title="Ostermen&#xfc;s">
+ <sections title="Vorspeisen" text="Eine feine Auswahl leichter und schmackhafter Vorspeisen, passend zur Osterzeit...">
+ <offerings product="//@departments.1/@recipes.0" name="Hoppel Poppel" description="Berliner Bauernfr&#xfc;hst&#xfc;ck mit Spreew&#xe4;lder Gew&#xfc;rzgurke und Tomaten." price="4.8"/>
+ </sections>
+ <sections title="Hauptgerichte" text="Eine feine Auswahl leichter und schmackhafter Hauptgerichte, passend zur Osterzeit...">
+ <offerings product="//@departments.1/@recipes.1" name="Hasenbraten" description="Saftiger Osterhasenbraten garniert mit bunten Eiern." price="17.95"/>
+ </sections>
+ <sections title="Desserts" text="Eine feine Auswahl leichter und schmackhafter Desserts, passend zur Osterzeit...">
+ <offerings product="//@departments.1/@recipes.2" name="Frischer Obstsalat" description="Eine Zusammenstellung frischen Obstes der Ostersaison mit einem Schlag Sahne." price="4.6"/>
+ </sections>
+ <sections title="Weine" text="Eine feine Auswahl leichter und schmackhafter Weine, passend zur Osterzeit...">
+ <offerings product="//@departments.0/@stocks.0/@products.0" name="Sauvignon Blanc" description="Fruchtige Frische mit einem Hauch Aroma vom Pfirsich. Besonders s&#xe4;urearm." price="3.7"/>
+ <offerings product="//@departments.0/@stocks.0/@products.1" name="Cabernet Sauvignon" description="Vollmundige W&#xfc;rze aus Chile." price="4.5"/>
+ </sections>
+ </menuCards>
+ <tables stationID="Tisch 1" seats="4"/>
+ <tables stationID="Tisch 2" seats="8"/>
+</inventory:Restaurant>

Back to the top