updates to bundle text based on Stian's feedback.
authorStephan Zednik <zednis@rpi.edu>
Thu, 14 Feb 2013 12:06:55 -0700
changeset 5574 23df88c5f810
parent 5573 59d3339f4090
child 5575 49e65bc12fbb
updates to bundle text based on Stian's feedback.
xml/prov-xml.html
--- a/xml/prov-xml.html	Thu Feb 14 15:33:04 2013 +0000
+++ b/xml/prov-xml.html	Thu Feb 14 12:06:55 2013 -0700
@@ -1617,8 +1617,7 @@
 <section id="term-Bundle">
 <h4>Bundle</h4>
 <div class="glossary-ref" data-ref="glossary-bundle"></div>
-<p>A <code>prov:Bundle</code> is an extension of <code>prov:Entity</code> that can be associated with a set of nested provenance statements, which is represented by the <code>prov:BundleConstructor</code> complexType and referenced with the <code>prov:bundleContent</code> element.  Provenance statements may be made about the set by referencing the associated entity.</p>
-<p>The nested provenance statements associated with a particular bundle entity can be found within a <code>prov:bundleContent</code> element which has the same <code>prov:id</code> as the bundle entity.</p>
+<p>A <code>prov:Bundle</code> identifies a set of provenance descriptions, and is an extension of <code>prov:Entity</code>, so allowing provenance of provenance to be expressed by referencing the associated entity. The content of a bundle, i.e. its provenance records, can be represented by the <code>prov:BundleConstructor</code> complexType and can be specified with the <code>prov:bundleContent</code> element, its <code>prov:id</code> corresponds to the bundle entity.</p>
 <pre class="schema-type">
 &lt;xs:complexType name="Bundle"&gt;
   &lt;xs:complexContent&gt;
@@ -1681,6 +1680,7 @@
 &lt;/xs:complexType&gt;
 </pre>
 <p>The element <code>prov:bundleContent</code> is used to reference a set of nested provenance statements from within a prov:Document.</p>
+<p>Although <code>prov:bundleContent</code> can only be expressed at the <code>prov:document</code> level, the corresponding bundle entities may be specified at from either the <code>prov:document</code> or any <code>prov:bundleContent</code>, if at all.</p>
 <pre>
 &lt;xs:complexType name="Document"&gt;
   &lt;xs:sequence maxOccurs="unbounded"&gt;