added some more description in the bundle section
authorStephan Zednik <zednis@rpi.edu>
Fri, 09 Nov 2012 11:14:32 -0700
changeset 4677 033651257466
parent 4676 2b793b0567ad
child 4678 48ce235876ac
added some more description in the bundle section
examples/eg-40-xml-examples-by-term/xml/Revision.xml
xml/prov-xml.html
--- 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">
 &lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Bundle"&gt;
   &lt;xs:sequence&gt;
@@ -1459,6 +1460,7 @@
   &lt;xs:attribute ref="prov:id"/&gt;
 &lt;/xs:complexType&gt;
 </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">
 &lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="document" type="prov:Document" /&gt;
 &lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Document"&gt;