]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/publications/others/publication.dtd
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xml / publications / others / publication.dtd
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <!ELEMENT publication (title,author*,where,html?)>
4 <!ELEMENT title (#PCDATA)>
5
6 <!-- name,surname must be provided iff the "file" attribute is not provided -->
7 <!ELEMENT author (name,surname)?>
8 <!ATTLIST author
9           file CDATA #IMPLIED>
10
11 <!ELEMENT where (#PCDATA)>
12 <!ELEMENT name (#PCDATA)>
13 <!ELEMENT surname (#PCDATA)>
14
15 <!ELEMENT html EMPTY>
16 <!ATTLIST html
17           file CDATA #REQUIRED>