]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/pxp/pxp/examples/simple_transformation/record.dtd
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / examples / simple_transformation / record.dtd
diff --git a/helm/DEVEL/pxp/pxp/examples/simple_transformation/record.dtd b/helm/DEVEL/pxp/pxp/examples/simple_transformation/record.dtd
new file mode 100644 (file)
index 0000000..b054ccd
--- /dev/null
@@ -0,0 +1,5 @@
+<!ELEMENT record-list (record*)>
+<!ELEMENT record (last-name?, first-name?, phone?)>
+<!ELEMENT last-name (#PCDATA)>
+<!ELEMENT first-name (#PCDATA)>
+<!ELEMENT phone (#PCDATA)>