--- a/examples/eg-40-xml-examples-by-term/xml/Revision.xml Fri Nov 09 11:59:14 2012 -0500
+++ b/examples/eg-40-xml-examples-by-term/xml/Revision.xml Fri Nov 09 11:14:32 2012 -0700
@@ -24,4 +24,11 @@
<prov:type xsi:type="xsd:QName">prov:Revision</prov:type>
</prov:wasDerivedFrom>
+ <!--
+ <prov:wasRevisionOf>
+ <prov:generatedEntity prov:ref="tr:WD-prov-dm-20111215"/>
+ <prov:usedEntity prov:ref="tr:WD-prov-dm-20111018"/>
+ </prov:wasRevisionOf>
+ -->
+
</prov:document>
--- a/xml/prov-xml.html Fri Nov 09 11:59:14 2012 -0500
+++ b/xml/prov-xml.html Fri Nov 09 11:14:32 2012 -0700
@@ -1451,6 +1451,7 @@
<section id="term-Bundle">
<h4>Bundle</h4>
<div class="glossary-ref" data-ref="glossary-bundle"></div>
+<p>A Bundle is an entity that can contain nested provenance statements.</p>
<pre class="schema-type">
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Bundle">
<xs:sequence>
@@ -1459,6 +1460,7 @@
<xs:attribute ref="prov:id"/>
</xs:complexType>
</pre>
+<p>To specialize an Entity as a Bundle, include a <code>prov:type</code> with the value "prov:Bundle". The bundle element with nested provenance statements is declared separately from the bundle's entity.</p>
<pre class="schema-usage">
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="document" type="prov:Document" />
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Document">