Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dict/Note.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'dict/Note.dtd')
-rw-r--r--dict/Note.dtd7
1 files changed, 7 insertions, 0 deletions
diff --git a/dict/Note.dtd b/dict/Note.dtd
new file mode 100644
index 0000000..5cc9bf8
--- /dev/null
+++ b/dict/Note.dtd
@@ -0,0 +1,7 @@
+<!DOCTYPE note [
+ <!ELEMENT note (to,from,heading,body)>
+ <!ELEMENT to (#PCDATA)>
+ <!ELEMENT from (#PCDATA)>
+ <!ELEMENT heading (#PCDATA)>
+ <!ELEMENT body (#PCDATA)>
+]>