]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/examples/simple_transformation/record.dtd
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / examples / simple_transformation / record.dtd
1 <!ELEMENT record-list (record*)>
2 <!ELEMENT record (last-name?, first-name?, phone?)>
3 <!ELEMENT last-name (#PCDATA)>
4 <!ELEMENT first-name (#PCDATA)>
5 <!ELEMENT phone (#PCDATA)>