Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memosono.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'memosono.dtd')
-rw-r--r--memosono.dtd14
1 files changed, 14 insertions, 0 deletions
diff --git a/memosono.dtd b/memosono.dtd
new file mode 100644
index 0000000..bd46b94
--- /dev/null
+++ b/memosono.dtd
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!ELEMENT memosono (#PCDATA|pair)*>
+<!ATTLIST memosono
+ name CDATA #REQUIRED
+>
+
+<!ELEMENT pair (#PCDATA)* >
+<!ATTLIST pair
+ id CDATA #REQUIRED
+ mother CDATA #REQUIRED
+ child CDATA #REQUIRED
+ color CDATA #REQUIRED
+>