]> matita.cs.unibo.it Git - helm.git/commitdiff
New DTD for the new exportation procedure.
authorMatteo Selmi <matteo.selmi@mail.polimi.it>
Thu, 10 Oct 2002 11:55:34 +0000 (11:55 +0000)
committerMatteo Selmi <matteo.selmi@mail.polimi.it>
Thu, 10 Oct 2002 11:55:34 +0000 (11:55 +0000)
helm/dtd/cictypes.dtd

index 6fd4a60f68e6f274ff8fdb1d146ceb914167ff2b..c5e1996581857ea28ced2465cdaef2ce6d648a2c 100644 (file)
 <!ATTLIST InnerTypes
           of  CDATA      #REQUIRED>
 
-<!-- synthesized type, expected type -->
-<!-- CSC: some syntactic sugar would help -->
-<!ELEMENT TYPE (%term;,%term;?)>
+<!ELEMENT TYPE (synthesized,expected?)>
 <!ATTLIST TYPE
           of  NMTOKEN #REQUIRED>
+
+<!ELEMENT synthesized %term;>
+
+<!ELEMENT expected %term;>