minor adjust to prov-n usage examples
authorPaolo Missier <pmissier@acm.org>
Fri, 25 May 2012 11:48:03 +0100
changeset 2990 f5373394b8e5
parent 2989 fc4d7264fbad
child 2991 9820e72e72c7
minor adjust to prov-n usage examples
model/prov-n.html
--- a/model/prov-n.html	Fri May 25 11:09:54 2012 +0100
+++ b/model/prov-n.html	Fri May 25 11:48:03 2012 +0100
@@ -803,11 +803,11 @@
 
 <tbody class="grammar-ref" data-ref="prod-usageExpression"></tbody>
 </table>
-
+<!--
 <div class="note">should this: 	usageExpression	   ::=   	"used" "(" optionalIdentifier aIdentifier "," eIdentifier ( "," timeOrMarker )? optionalAttributeValuePairs ")"  <br/>
  be:  	usageExpression	   ::=   	"used" "(" optionalIdentifier aIdentifier ( "," eIdentifier  "," timeOrMarker )? optionalAttributeValuePairs ")"   ?
 </div>
-
+-->
 
 
 <div class="anexample">
@@ -821,11 +821,10 @@
 The remaining examples show cases where some of the optionals are omitted.
 
   <pre class="codeexample">
-used(ex:act2, ar3:0111)
+used(ex:act2)
 used(ex:act2, ar3:0111, 2011-11-16T16:00:00)
 used(a1,e1, -, [ex:fct="load"])
-used(ex:u1; ex:act2, ar3:0111)
-used(-, ex:act2, ar3:0111)
+used(ex:u1; ex:act2, ar3:0111, -)
 </pre>
 </div>