1 <?xml encoding="ISO-8859-1"?>
3 <!--*****************************************************************-->
4 <!-- DTD FOR ANNOTATED OBJECTS: -->
5 <!-- First draft: June 2000, Claudio Sacerdoti Coen -->
6 <!--*****************************************************************-->
8 <!ENTITY % annotation '(#PCDATA|node|attribute)*'>
10 <!ELEMENT Annotations (Annotation)*>
14 <!ELEMENT Annotation %annotation;>
20 <!ELEMENT attribute EMPTY>
22 name NMTOKEN #REQUIRED
24 child NMTOKEN #IMPLIED
25 grandchild NMTOKEN #IMPLIED>