update to complete attribute in membership
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 19 Apr 2012 10:34:49 +0100
changeset 2391 056bb5eaed1b
parent 2390 3343200fc8d9
child 2392 a65811ebbda5
update to complete attribute in membership
model/prov-dm.html
--- a/model/prov-dm.html	Thu Apr 19 10:16:53 2012 +0100
+++ b/model/prov-dm.html	Thu Apr 19 10:34:49 2012 +0100
@@ -2133,13 +2133,13 @@
 
 <p>
 <div class="attributes" id="attributes-memberOf">
- A <dfn title="memberOf">membership</dfn> relation, written <span class="pnExpression">memberOf(id, c, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</span>, has:
+ A <dfn title="memberOf">membership</dfn> relation, written <span class="pnExpression">memberOf(id, c, {(key_1, e_1), ..., (key_n, e_n)}, cplt, attrs)</span>, has:
 <ul>
 <li><span class='attribute' id="memberOf.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
 <li><span class='attribute' id="memberOf.after">after</span>: an identifier (<span class="name">c</span>) for the collection whose members are asserted; </li>
 <li><span class='attribute' id="memberOf.key-entity-set">key-entity-set</span>: a set of key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> that are members of the collection;</li>
 <li><span class='attribute' id="memberOf.complete">complete</span>: an OPTIONAL boolean 
-<a title="value">Value</a>; if true, it indicates that no other member belongs to the collection; 
+<a title="value">Value</a> (<span class="name">cplt</span>); if true, it indicates that no other member belongs to the collection; 
 <li><span class='attribute' id="memberOf.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
 </ul>
 </div>