]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mathql/query.xml
Invariant description added.
[helm.git] / helm / mathql / query.xml
index 68fb9992e42064a9de3f9489a9efc7c97bb34c6d..e51944e8d49cd802949a73ad2009f503a0ab088c 100644 (file)
@@ -1,14 +1,29 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!DOCTYPE MathQL SYSTEM "xmathql.dtd">
+<!DOCTYPE MQLquery SYSTEM "xmathql.dtd">
 
-<!-- To validate: xmllint -valid -loaddtd -noout proquery.xml -->
+<!-- To validate: xmllint -valid -loaddtd -noout query.xml -->
 
-<MathQL>
+<MQLquery>
  <Select>
   <In>
    <Use>
-    <Pattern arg="cic:/Coq/Init/Logic/Equality/eq.ind"/>
+    <Pattern>
+     <PPrefix><CONST>cic</CONST></PPrefix>
+     <PBody>
+      <SLASH/>
+      <CONST>Coq</CONST>
+      <SLASH/>
+      <CONST>Init</CONST>
+      <SLASH/>
+      <CONST>Logic</CONST>
+      <SLASH/>
+      <CONST>Equality</CONST>
+      <SLASH/>
+      <CONST>eq</CONST>
+     </PBody>
+     <Ext><CONST>ind</CONST></Ext>
+    </Pattern>
     <Position binder="$1"/>
    </Use>
   </In>
@@ -25,5 +40,5 @@
    </AND>
   </Where>
  </Select>
-</MathQL>
+</MQLquery>