bug fix: startTime/endTime
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 18 Nov 2011 15:39:23 +0000
changeset 967 b5151c446388
parent 966 f3899c5d1cd4
child 968 777fe80b436a
bug fix: startTime/endTime
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Fri Nov 18 13:56:45 2011 +0000
+++ b/model/ProvenanceModel.html	Fri Nov 18 15:39:23 2011 +0000
@@ -816,7 +816,7 @@
 <li><em>id</em>: an OPTIONAL identifier <span class="name">id</span>;</li>
 <li><em>recipeLink</em>: an OPTIONAL <a href="#record-RecipeLink">recipe link</a> <span class="name">rl</span>, which consists of a domain specific description of the activity;</li>
 <li><em>startTime</em>: an OPTIONAL time <span class="name">st</span> indicating the start of the activity;</li>
-<li><em>startTime</em>: an OPTIONAL time <span class="name">et</span> indicating the end of the activity;</li>
+<li><em>endTime</em>: an OPTIONAL time <span class="name">et</span> indicating the end of the activity;</li>
 <li><em>attributes</em>:  a set of attribute-value pairs <span class="name">[ attr1=val1, ...]</span>, representing other attributes of this activity that hold for its whole duration.</li>
 </ul>