updates to bundle text based on Stian's feedback.
--- 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">
<xs:complexType name="Bundle">
<xs:complexContent>
@@ -1681,6 +1680,7 @@
</xs:complexType>
</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>
<xs:complexType name="Document">
<xs:sequence maxOccurs="unbounded">