]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/dtd/theoryobject.dtd
first moogle template checkin
[helm.git] / helm / dtd / theoryobject.dtd
index c6a43d17d9cf64a820abbd9e59cf775cb5587540..0d0d9c7138356590d552fddeb898d489ee9bccab 100644 (file)
 <!-- Third draft: May 3 2001, Irene Schena                           -->
 <!--*****************************************************************-->
 
-<!-- DA AGGIUNGERE: 
-CONJECTURE (teo da dim)
-EXERCISE
-EXAMPLE -->
-
 <!ENTITY % cicobj SYSTEM "cicobject.dtd">
 
 %cicobj;
@@ -45,7 +40,7 @@ EXAMPLE -->
 
 <!ELEMENT ht:SECTION (%theorystructure;)>
 <!ATTLIST ht:SECTION
-          name CDATA #REQUIRED>
+          uri CDATA #REQUIRED>
 
 <!ELEMENT ht:MUTUAL (ht:DEFINITION,ht:DEFINITION+)>
 
@@ -59,7 +54,8 @@ EXAMPLE -->
 <!ELEMENT ht:DEFINITION (Definition|InductiveDefinition)>
 <!ATTLIST ht:DEFINITION
           uri CDATA #REQUIRED
-          as (Definition|Inductive|CoInductive|Record) #REQUIRED>
+          as (Definition|InteractiveDefinition|Inductive|CoInductive
+             |Record) #REQUIRED>
 
 <!ELEMENT ht:THEOREM (type)>
 <!ATTLIST ht:THEOREM
@@ -69,14 +65,4 @@ EXAMPLE -->
 <!ELEMENT ht:VARIABLE (Variable)>
 <!ATTLIST ht:VARIABLE
           uri CDATA #REQUIRED
-          as (Assumption|Hypothesis|LocalDefinition) #REQUIRED>
-
-
-
-
-
-
-
-
-
-
+          as (Assumption|Hypothesis|LocalDefinition|LocalFact) #REQUIRED>