aboutsummaryrefslogtreecommitdiff
path: root/PDContainer/pdcontainer_multi.dtd
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2005-10-21 11:56:32 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2005-10-21 11:56:32 +0000
commit1d6d1e8c73193f57a9c98387ea42eb91eb4d21d1 (patch)
tree8d0853fe30b12c73774c786f02f3d3011b147d4c /PDContainer/pdcontainer_multi.dtd
parentdf8ac7c52ff0dfc8e2ba828c4226ed34b0e9ebfc (diff)
only moving to a new directory
svn path=/trunk/externals/grh/; revision=3740
Diffstat (limited to 'PDContainer/pdcontainer_multi.dtd')
-rwxr-xr-xPDContainer/pdcontainer_multi.dtd17
1 files changed, 17 insertions, 0 deletions
diff --git a/PDContainer/pdcontainer_multi.dtd b/PDContainer/pdcontainer_multi.dtd
new file mode 100755
index 0000000..7a04cf8
--- /dev/null
+++ b/PDContainer/pdcontainer_multi.dtd
@@ -0,0 +1,17 @@
+<!ELEMENT PDContainer (element)+>
+<!ATTLIST PDContainer
+ type (h_map | h_multimap) #REQUIRED
+>
+
+<!ELEMENT element (key, value)>
+
+<!ELEMENT key (s, symbol, f, float)+>
+<!ELEMENT value (s, symbol, f, float)+>
+
+<!-- s is equivalent to symbol -->
+<!ELEMENT s (#PCDATA)>
+<!ELEMENT symbol (#PCDATA)>
+
+<!-- f is equivalent to float -->
+<!ELEMENT f (#PCDATA)>
+<!ELEMENT float (#PCDATA)> \ No newline at end of file