Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorize.dtd
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-12 20:45:24 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-12 20:45:24 (GMT)
commit8a2defe196f4f1d1edd7845ca871d58a57c717e1 (patch)
tree9244672f0969a47ab7dc509bac0427c51df5dfe4 /memorize.dtd
parent1c2728aad09cf28fd194f20c01138fc53e0f4b68 (diff)
Started to merge the memosono game and the meorize game into one activity.
Diffstat (limited to 'memorize.dtd')
-rw-r--r--memorize.dtd21
1 files changed, 21 insertions, 0 deletions
diff --git a/memorize.dtd b/memorize.dtd
new file mode 100644
index 0000000..40542e8
--- /dev/null
+++ b/memorize.dtd
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!ELEMENT memorize (#PCDATA|pair)*>
+<!ATTLIST memorize
+ name CDATA #REQUIRED
+ scoresnd CDATA #IMPLIED
+ winsnd CDATA #IMPLIED
+ divided CDATA #IMPLIED
+ face CDATA #IMPLIED
+>
+
+<!ELEMENT pair (#PCDATA)* >
+<!ATTLIST pair
+ aimg CDATA #IMPLIED
+ asnd CDATA #IMPLIED
+ achar CDATA #IMPLIED
+ bimg CDATA #IMPLIED
+ bsnd CDATA #IMPLIED
+ bchar CDATA #IMPLIED
+ color CDATA #IMPLIED
+>