]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xml/work-packages/work-package.dtd
Work-packages DTD improved (tasks now have an identifier and a name).
[helm.git] / helm / mowgli / home / xml / work-packages / work-package.dtd
index 897adfd9ae6c1c66f88e7c92e08a413b45f65b0d..30d218b036fe04426c046387befd1629a450cb34 100644 (file)
@@ -22,9 +22,9 @@
 
 <!ELEMENT tasks (task*)>
 
-<!ELEMENT task (p|dl|ul)*>
+<!ELEMENT task (name,(p|dl|ul)*)>
 <!ATTLIST task
-          name ID #REQUIRED>
+          id ID #REQUIRED>
 
 <!-- Constraint: the element is empty iff the file attribute is specified -->
 <!ELEMENT deliverable (#PCDATA)>