]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/dtd/cicobject.dtd
Declaration and Definition renamed to Decl and Def because
[helm.git] / helm / dtd / cicobject.dtd
index 9514103e45339159e9a2aa7a11db719a2a660879..d78251c1d99b25c2dc1ef7745aa6ee66a3cd783f 100644 (file)
           name CDATA #REQUIRED
           xmlns:m    CDATA      #REQUIRED>
 
+<!ELEMENT Sequent ((Decl|Def)*,Goal)>
+<!ATTLIST Sequent
+          id   ID    #REQUIRED>
+
 <!-- Elements used in CIC objects, which are not terms: -->
 
 <!ELEMENT InductiveType (arity,Constructor*)>
 
 <!ELEMENT Params (#PCDATA)*>
 
+<!ELEMENT Decl %term;>
+<!ATTLIST Decl
+          name CDATA #REQUIRED>
+
+<!ELEMENT Def %term;>
+<!ATTLIST Def
+          name CDATA #REQUIRED>
+
+<!ELEMENT Goal %term;>
+
 <!-- Sintactic sugar for CIC objects: -->
 
 <!ELEMENT type  %term;>