aboutsummaryrefslogtreecommitdiff
path: root/PDContainer/pdcontainer_simple.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'PDContainer/pdcontainer_simple.dtd')
-rwxr-xr-xPDContainer/pdcontainer_simple.dtd14
1 files changed, 14 insertions, 0 deletions
diff --git a/PDContainer/pdcontainer_simple.dtd b/PDContainer/pdcontainer_simple.dtd
new file mode 100755
index 0000000..10a862e
--- /dev/null
+++ b/PDContainer/pdcontainer_simple.dtd
@@ -0,0 +1,14 @@
+<!ELEMENT PDContainer (element)+>
+<!ATTLIST PDContainer
+ type (h_vector | h_list | h_deque | h_set | h_multiset) #REQUIRED
+>
+
+<!ELEMENT element (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