fixed order of args for wasAssocWith
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 19 Dec 2011 09:30:38 +0000
changeset 1290 217b918ef6f3
parent 1286 f04c7e574bfe
child 1291 676811be7851
fixed order of args for wasAssocWith
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Mon Dec 19 09:29:50 2011 +0000
+++ b/model/ProvenanceModel.html	Mon Dec 19 09:30:38 2011 +0000
@@ -1451,9 +1451,8 @@
 <ul>
 <li><em>id</em>:  an OPTIONAL identifier  <span class="name">id</span> identifying the activity association record;</li> 
 <li><em>activity</em>: an identifier <span class="name">a</span> for an activity record;</li>
-<li><em>attributes</em>: an OPTIONAL set of attribute-value pairs <span class="name">attrs</span> that describe the modalities of association of this activity with this agent;</li>
-<li><em>agent</em>: an identifier <span class="name">ag2</span> for an agent record, which represents the agent associated with the activity.</li>
-
+<li><em>agent</em>: an identifier <span class="name">ag2</span> for an agent record, which represents the agent associated with the activity;</li>
+<li><em>attributes</em>: an OPTIONAL set of attribute-value pairs <span class="name">attrs</span> that describe the modalities of association of this activity with this agent.</li>
 </ul>
 
 <p>In PROV-ASN, an activity association record's text matches the <span class="nonterminal">activityAssociationRecord</span> productions of the grammar defined in this specification document.</p>