Added releases/WD-prov-xml-20130312
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Mon, 04 Mar 2013 08:47:35 -0500
changeset 5858 e2ecca0d6aee
parent 5857 d89bdce3d72a
child 5859 d9543f26a59f
Added releases/WD-prov-xml-20130312
xml/Makefile
xml/releases/WD-prov-xml-20130312/Overview.html
xml/releases/WD-prov-xml-20130312/diff.html
xml/releases/WD-prov-xml-20130312/images/dm/components-dependencies.png
xml/releases/WD-prov-xml-20130312/schema/extensions/prov-dictionary.xsd
xml/releases/WD-prov-xml-20130312/schema/extensions/prov-links.xsd
xml/releases/WD-prov-xml-20130312/schema/prov-core.xsd
xml/releases/WD-prov-xml-20130312/schema/prov.xsd
--- a/xml/Makefile	Mon Mar 04 08:46:36 2013 -0500
+++ b/xml/Makefile	Mon Mar 04 08:47:35 2013 -0500
@@ -2,3 +2,16 @@
 
 go:
 	xsltproc --nonet --output prov.xsd.html xs3p/xs3p.xsl schema/prov.xsd
+
+# http://phantomjs.org/download.html
+PHANTOM_JS=$(HOME)/Downloads/phantomjs-1.8.1-linux-x86_64/bin/phantomjs
+
+
+stage.xml:
+	$(MAKE) DOCUMENT_TO_STAGE=prov-xml.html  RELEASE_DIR=releases/WD-prov-xml-20130312 stage.document.html
+	../model/diff/htmldiff  releases/WD-prov-xml-20121211/Overview.html releases/WD-prov-xml-20130312/Overview.html  > diff.html
+	cp diff.html releases/WD-prov-xml-20130312/
+
+
+stage.document.html:
+	$(PHANTOM_JS) respec2html.js $(DOCUMENT_TO_STAGE) $(RELEASE_DIR)/Overview.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20130312/Overview.html	Mon Mar 04 08:47:35 2013 -0500
@@ -0,0 +1,2845 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head> 
+    <title>PROV-XML: The PROV XML Schema</title> 
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
+	<style type="text/css">
+    
+	    .note { font-size:small; margin-left:50px }
+	    
+	    table.thinborder {
+	    	border-width: 1px;
+			border-spacing: 0px;
+			border-style: none;
+			border-color: gray;
+			border-collapse: collapse;
+		}
+			
+		table.thinborder th {
+			border-width: 1px;
+			padding: 0px;
+			border-style: solid;
+			border-color: gray;
+		}
+		
+		table.thinborder td {
+			border-width: 1px;
+			padding: 2px;
+			border-style: solid;
+			border-color: gray;
+		}
+		
+	</style>
+
+	
+    
+
+    
+    
+    
+
+    
+
+    
+
+     
+  <style>/*****************************************************************
+ * ReSpec 3 CSS
+ * Robin Berjon - http://berjon.com/
+ *****************************************************************/
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+cite .bibref {
+    font-style: normal;
+}
+
+code {
+    color:  #ff4500;
+}
+
+
+/* --- --- */
+ol.algorithm { counter-reset:numsection; list-style-type: none; }
+ol.algorithm li { margin: 0.5em 0; }
+ol.algorithm li:before { font-weight: bold; counter-increment: numsection; content: counters(numsection, ".") ") "; }
+
+/* --- TOC --- */
+.toc a, .tof a {
+    text-decoration:    none;
+}
+
+a .secno, a .figno {
+    color:  #000;
+}
+
+ul.tof, ol.tof {
+    list-style: none outside none;
+}
+
+.caption {
+    margin-top: 0.5em;
+    font-style:   italic;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+</style><style>/* --- EXAMPLES --- */
+div.example-title {
+    min-width: 7.5em;
+    color: #b9ab2d;
+}
+div.example-title span {
+    text-transform: uppercase;   
+}
+aside.example, div.example, div.illegal-example {
+    padding: 0.5em;
+    margin: 1em 0;
+    position: relative;
+    clear: both;
+}
+div.illegal-example { color: red }
+div.illegal-example p { color: black }
+aside.example, div.example {
+    padding: .5em;
+    border-left-width: .5em;
+    border-left-style: solid;
+    border-color: #e0cb52;
+    background: #fcfaee;    
+}
+
+aside.example div.example {
+    border-left-width: .1em;
+    border-color: #999;
+    background: #fff;
+}
+aside.example div.example div.example-title {
+    color: #999;
+}
+</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD"><!--[if lt IE 9]><script src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head> 
+  <body><div class="head">
+  <p>
+    
+      <a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a>
+    
+  </p>
+  <h1 class="title" id="title">PROV-XML: The PROV XML Schema</h1>
+  
+  <h2 id="w3c-working-draft-12-march-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Working Draft 12 March 2013</h2>
+  <dl>
+    
+      <dt>This version:</dt>
+      <dd><a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/">http://www.w3.org/TR/2013/WD-prov-xml-20130312/</a></dd>
+      <dt>Latest published version:</dt>
+      <dd><a href="http://www.w3.org/TR/prov-xml/">http://www.w3.org/TR/prov-xml/</a></dd>
+    
+    
+      <dt>Latest editor's draft:</dt>
+      <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html">http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html</a></dd>
+    
+    
+    
+    
+    
+      <dt>Previous version:</dt>
+      <dd><a href="http://www.w3.org/TR/2012/NOTE-prov-xml-20121211/">http://www.w3.org/TR/2012/NOTE-prov-xml-20121211/</a> <a href="diff.html">(color-coded diff)</a></dd>
+    
+    
+    <dt>Editors:</dt>
+    <dd><span>(In alphabetical order)</span></dd>
+<dd><span>Hook Hua</span>, Invited Expert</dd>
+<dd><span>Curt Tilmes</span>, National Aeronautics and Space Administration</dd>
+<dd><a href="http://tw.rpi.edu/web/person/StephanZednik">Stephan Zednik</a>, Rensselaer Polytechnic Institute</dd>
+
+    
+      <dt>Author:</dt>
+      <dd><a href="http://www.ecs.soton.ac.uk/~lavm/">Luc Moreau</a>, University of Southampton</dd>
+
+    
+  </dl>
+  
+  
+  
+  
+    
+      <p class="copyright">
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 
+        2012-2013
+        
+        <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> 
+        (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
+        <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
+        <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved.
+        <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
+        <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
+      </p>
+    
+  
+  <hr>
+</div> 
+
+<section id="abstract" class="introductory"><h2>Abstract</h2>
+<p>
+Provenance is information about entities, activities, and people involved in producing a piece of data or thing, which can be used to form assessments about its quality, reliability or trustworthiness. PROV-DM is the conceptual data model that forms a basis for the <abbr title="World Wide Web Consortium">W3C</abbr> provenance (PROV) family of specifications. It defines a concepts for expressing provenance information enabling interchange. This document introduces an XML schema for the PROV data model (PROV-DM), allowing instances of the PROV data model to be serialized in XML.
+</p>
+<p>The  <a href="http://www.w3.org/TR/2012/WD-prov-overview-20130312/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.</p>
+</section><section id="sotd" class="introductory"><h2>Status of This Document</h2>
+  
+    
+      
+        <p>
+          <em>This section describes the status of this document at the time of its publication. Other
+          documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision
+          of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports
+          index</a> at http://www.w3.org/TR/.</em>
+        </p>
+        
+<h4 id="prov-family-of-documents">PROV Family of Documents</h4>
+This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  These documents are listed below. Please consult the [<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] for a guide to reading these documents. 
+<ul>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">PROV-O</a> (Proposed Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/">PROV-DM</a> (Proposed Recommendation), the PROV data model for provenance [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">PROV-N</a> (Proposed Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">PROV-CONSTRAINTS</a> (Proposed Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model (this document);</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/">PROV-DICTIONARY</a> (To be published as Note) introduces a specific type of collection, consisting of key-entity pairs [<cite><a class="bibref" href="#bib-PROV-DICTIONARY">PROV-DICTIONARY</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/">PROV-DC</a> (To be published as Note) provides a mapping between PROV and Dublic Core Terms [<cite><a class="bibref" href="#bib-PROV-DC">PROV-DC</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312/">PROV-SEM</a> (To be published as Note), a declarative specification in terms of first-order logic of the PROV data model [<cite><a class="bibref" href="#bib-PROV-SEM">PROV-SEM</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/">PROV-LINKS</a> (To be published as Note) introduces a mechanism to link across bundles [<cite><a class="bibref" href="#bib-PROV-LINKS">PROV-LINKS</a></cite>].</li>
+</ul>
+
+        <p>
+          This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Working Draft.
+          
+          
+          If you wish to make comments regarding this document, please send them to 
+          <a href="mailto:public-prov-comments@w3.org">public-prov-comments@w3.org</a> 
+          (<a href="mailto:public-prov-comments-request@w3.org?subject=subscribe">subscribe</a>,
+          <a href="http://lists.w3.org/Archives/Public/public-prov-comments/">archives</a>).
+          
+          
+          
+          
+        All comments are welcome.
+        
+        
+          </p><p>
+            Publication as a Working Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr> Membership.
+            This is a draft document and may be updated, replaced or obsoleted by other documents at 
+            any time. It is inappropriate to cite this document as other than work in progress.
+          </p>
+        
+        
+        <p>
+          
+            This document was produced by a group operating under the 
+            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
+          
+          The group does not expect this document to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.
+          
+            
+              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">public list of any patent disclosures</a> 
+            
+            made in connection with the deliverables of the group; that page also includes instructions for 
+            disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains
+            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the
+            information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
+            6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
+          
+          
+        </p>
+        
+      
+    
+  
+</section><section id="toc"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a><ul class="toc"><li class="tocline"><a href="#prov-namespace" class="tocxref"><span class="secno">1.1 </span>PROV Namespace</a></li><li class="tocline"><a href="#conventions" class="tocxref"><span class="secno">1.2 </span>Conventions</a></li></ul></li><li class="tocline"><a href="#schema-design" class="tocxref"><span class="secno">2. </span>XML Schema Design</a><ul class="toc"><li class="tocline"><a href="#schema-modularization" class="tocxref"><span class="secno">2.1 </span>Schema Modularization</a></li><li class="tocline"><a href="#design-pattern" class="tocxref"><span class="secno">2.2 </span><i>Salami Slice</i> Design Pattern</a></li><li class="tocline"><a href="#elements-vs-attributes" class="tocxref"><span class="secno">2.3 </span>Elements vs. Attributes</a></li><li class="tocline"><a href="#type-conventions" class="tocxref"><span class="secno">2.4 </span>Type Conventions</a></li><li class="tocline"><a href="#naming-conventions" class="tocxref"><span class="secno">2.5 </span>Naming Conventions</a></li></ul></li><li class="tocline"><a href="#schema-components" class="tocxref"><span class="secno">3. </span>PROV XML Schema</a><ul class="toc"><li class="tocline"><a href="#component1" class="tocxref"><span class="secno">3.1 </span>Component 1: Entities and Activities</a><ul class="toc"><li class="tocline"><a href="#term-Entity" class="tocxref"><span class="secno">3.1.1 </span>Entity</a></li><li class="tocline"><a href="#term-Activity" class="tocxref"><span class="secno">3.1.2 </span>Activity</a></li><li class="tocline"><a href="#term-Generation" class="tocxref"><span class="secno">3.1.3 </span>Generation</a></li><li class="tocline"><a href="#term-Usage" class="tocxref"><span class="secno">3.1.4 </span>Usage</a></li><li class="tocline"><a href="#term-Communication" class="tocxref"><span class="secno">3.1.5 </span>Communication</a></li><li class="tocline"><a href="#term-Start" class="tocxref"><span class="secno">3.1.6 </span>Start</a></li><li class="tocline"><a href="#term-End" class="tocxref"><span class="secno">3.1.7 </span>End</a></li><li class="tocline"><a href="#term-Invalidation" class="tocxref"><span class="secno">3.1.8 </span>Invalidation</a></li></ul></li><li class="tocline"><a href="#component2" class="tocxref"><span class="secno">3.2 </span>Component 2: Derivations</a><ul class="toc"><li class="tocline"><a href="#term-Derivation" class="tocxref"><span class="secno">3.2.1 </span>Derivation</a></li><li class="tocline"><a href="#term-Revision" class="tocxref"><span class="secno">3.2.2 </span>Revision</a></li><li class="tocline"><a href="#term-Quotation" class="tocxref"><span class="secno">3.2.3 </span>Quotation</a></li><li class="tocline"><a href="#term-Primary-Source" class="tocxref"><span class="secno">3.2.4 </span>Primary Source</a></li></ul></li><li class="tocline"><a href="#component3" class="tocxref"><span class="secno">3.3 </span>Component 3: Agents, Responsibility, and Influence</a><ul class="toc"><li class="tocline"><a href="#term-Agent" class="tocxref"><span class="secno">3.3.1 </span>Agent</a><ul class="toc"><li class="tocline"><a href="#term-Person" class="tocxref"><span class="secno">3.3.1.1 </span>Person</a></li><li class="tocline"><a href="#term-Organization" class="tocxref"><span class="secno">3.3.1.2 </span>Organization</a></li><li class="tocline"><a href="#term-SoftwareAgent" class="tocxref"><span class="secno">3.3.1.3 </span>Software Agent</a></li></ul></li><li class="tocline"><a href="#term-Attribution" class="tocxref"><span class="secno">3.3.2 </span>Attribution</a></li><li class="tocline"><a href="#term-Association" class="tocxref"><span class="secno">3.3.3 </span>Association</a><ul class="toc"><li class="tocline"><a href="#term-Plan" class="tocxref"><span class="secno">3.3.3.1 </span>Plan</a></li></ul></li><li class="tocline"><a href="#term-Delegation" class="tocxref"><span class="secno">3.3.4 </span>Delegation</a></li><li class="tocline"><a href="#term-Influence" class="tocxref"><span class="secno">3.3.5 </span>Influence</a></li></ul></li><li class="tocline"><a href="#component4" class="tocxref"><span class="secno">3.4 </span>Component 4: Bundles</a><ul class="toc"><li class="tocline"><a href="#term-Bundle" class="tocxref"><span class="secno">3.4.1 </span>Bundle</a></li><li class="tocline"><a href="#term-BundleConstructor" class="tocxref"><span class="secno">3.4.2 </span>Bundle Constructor</a></li></ul></li><li class="tocline"><a href="#component5" class="tocxref"><span class="secno">3.5 </span>Component 5: Alternate Entities</a><ul class="toc"><li class="tocline"><a href="#term-Specialization" class="tocxref"><span class="secno">3.5.1 </span>Specialization</a></li><li class="tocline"><a href="#term-Alternate" class="tocxref"><span class="secno">3.5.2 </span>Alternate</a></li></ul></li><li class="tocline"><a href="#component6" class="tocxref"><span class="secno">3.6 </span>Component 6: Collections</a><ul class="toc"><li class="tocline"><a href="#term-Collection" class="tocxref"><span class="secno">3.6.1 </span>Collection</a><ul class="toc"><li class="tocline"><a href="#term-EmptyCollection" class="tocxref"><span class="secno">3.6.1.1 </span>Empty Collection</a></li></ul></li><li class="tocline"><a href="#term-Membership" class="tocxref"><span class="secno">3.6.2 </span>Membership</a></li></ul></li><li class="tocline"><a href="#further-elements" class="tocxref"><span class="secno">3.7 </span>Further Elements of PROV</a><ul class="toc"><li class="tocline"><a href="#attribute-Identifier" class="tocxref"><span class="secno">3.7.1 </span>Identifier</a></li><li class="tocline"><a href="#attribute-Reference" class="tocxref"><span class="secno">3.7.2 </span>Reference</a></li><li class="tocline"><a href="#attributes" class="tocxref"><span class="secno">3.7.3 </span>Attributes</a><ul class="toc"><li class="tocline"><a href="#element-Label" class="tocxref"><span class="secno">3.7.3.1 </span>Label</a></li><li class="tocline"><a href="#element-Location" class="tocxref"><span class="secno">3.7.3.2 </span>Location</a></li><li class="tocline"><a href="#element-Role" class="tocxref"><span class="secno">3.7.3.3 </span>Role</a></li><li class="tocline"><a href="#element-Type" class="tocxref"><span class="secno">3.7.3.4 </span>Type</a></li><li class="tocline"><a href="#element-Value" class="tocxref"><span class="secno">3.7.3.5 </span>Value</a></li></ul></li><li class="tocline"><a href="#type-value" class="tocxref"><span class="secno">3.7.4 </span>Value</a></li></ul></li><li class="tocline"><a href="#structural-elements" class="tocxref"><span class="secno">3.8 </span>Structural Elements of PROV-XML</a><ul class="toc"><li class="tocline"><a href="#term-Document" class="tocxref"><span class="secno">3.8.1 </span>Document</a></li></ul></li></ul></li><li class="tocline"><a href="#media-type" class="tocxref"><span class="secno">4. </span>Media Type</a></li><li class="tocline"><a href="#prov-xml-schema" class="tocxref"><span class="secno">A. </span>XML Schema</a><ul class="toc"><li class="tocline"><a href="#prov-schema" class="tocxref"><span class="secno">A.1 </span>prov.xsd</a></li><li class="tocline"><a href="#prov-core-schema" class="tocxref"><span class="secno">A.2 </span>prov-core.xsd</a></li><li class="tocline"><a href="#extension-schemas" class="tocxref"><span class="secno">A.3 </span>Extension Schemas</a></li></ul></li><li class="tocline"><a href="#changelog" class="tocxref"><span class="secno">B. </span>Change Log</a><ul class="toc"><li class="tocline"><a href="#changelog-last" class="tocxref"><span class="secno">B.1 </span>Changes since last version</a></li></ul></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">C. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">D. </span>References</a><ul class="toc"><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">D.1 </span>Informative references</a></li></ul></li></ul></section>  <!-- end abstract -->
+
+ <!-- end sotd -->
+
+<section id="introduction"> 
+<!--OddPage--><h2><span class="secno">1. </span>Introduction</h2> 
+
+<p> 
+For the purpose of this specification, <dfn id="dfn-provenance" class="internalDFN">provenance</dfn><sup><a class="internalDFN" href="#dfn-provenance"><span class="diamond"> ◊</span></a></sup> is defined as a record that describes the people, institutions, entities, and activities involved in producing, influencing, or delivering a piece of data or a thing.  In particular, the provenance of information is crucial in deciding whether information is to be trusted, how it should be integrated with other diverse information sources, and how to give credit to its originators when reusing it.  In an open and inclusive environment such as the Web, where users find information that is often contradictory or questionable, provenance can help those users to make trust judgements.
+</p>
+
+<p>
+The PROV data model, PROV-DM, presents a generic data model for provenance that allows domain and application specific representations of provenance to be translated into such a data model and <em>interchanged</em> between systems.  Thus, heterogeneous systems can export their native provenance into such a core data model, and applications that need to make sense of provenance can then import it,
+process it, and reason over it.</p>
+
+<p>
+The PROV data model distinguishes <em>core structures</em> from <em>extended structures</em>: core structures form the essence of provenance information, and are commonly found in various domain-specific vocabularies that deal with provenance or similar kinds of information [<cite><a class="bibref" href="#bib-Mappings">Mappings</a></cite>].  Extended structures enhance and refine core structures with more expressive capabilities to cater for more advanced uses of provenance.  The PROV data model, comprising both core and extended structures, is a domain-agnostic model, but with clear extensibility points allowing further domain-specific and application-specific extensions to be defined.
+</p>
+
+<p>
+The PROV data model has a modular design and is structured according to six components covering various facets of provenance:</p>
+<ul>
+<li> component 1: entities and activities, and the time at which they were created, used, or ended;
+</li><li> component 2: derivations of entities from others;
+</li><li> component 3: agents bearing responsibility for entities that were generated and activities that happened;
+</li><li> component 4: bundles, a mechanism to support provenance of provenance;
+</li><li> component 5: properties to link entities that refer to a same thing;
+</li><li> component 6: collections forming a logical structure for its members.
+</li></ul>
+
+<p>
+This specification goal is to provide a succinct definition of the XML form of PROV-DM, thus, we refer the reader to the PROV-DM to provide overall justification and context to the definitions presented here.  
+</p>
+
+<section id="prov-namespace">
+<h3><span class="secno">1.1 </span>PROV Namespace</h3>
+<p>The PROV namespace is <span class="name">http://www.w3.org/ns/prov#</span>.</p>
+<p> All the concepts, reserved names and attributes introduced in this specification belong to the PROV namespace.</p>
+</section> <!-- end prov-namespace -->
+
+<section id="conventions"> 
+<h3><span class="secno">1.2 </span>Conventions</h3>
+
+<p>The key words "<em class="rfc2119" title="MUST">MUST</em>", "<em class="rfc2119" title="MUST NOT">MUST NOT</em>", "<em class="rfc2119" title="REQUIRED">REQUIRED</em>", "<em class="rfc2119" title="SHALL">SHALL</em>", "<em class="rfc2119" title="SHALL
+      NOT">SHALL
+      NOT</em>", "<em class="rfc2119" title="SHOULD">SHOULD</em>", "<em class="rfc2119" title="SHOULD NOT">SHOULD NOT</em>", "<em class="rfc2119" title="RECOMMENDED">RECOMMENDED</em>",  "<em class="rfc2119" title="MAY">MAY</em>", and
+      "<em class="rfc2119" title="OPTIONAL">OPTIONAL</em>" in this document are to be interpreted as described in
+      [<cite><a class="bibref" href="#bib-RFC2119">RFC2119</a></cite>].</p>
+</section> <!-- end conventions -->
+
+</section> <!-- end introduction -->
+
+<section id="schema-design">
+<!--OddPage--><h2><span class="secno">2. </span>XML Schema Design</h2>
+
+<p>Several general design principles and patterns were used in the construction of the PROV XML Schema.</p>
+
+<section id="schema-modularization">
+<h3><span class="secno">2.1 </span>Schema Modularization</h3>
+<p>The PROV-XML schema have been modularized so that extension elements defined in Working Group Notes can be defined in separate schemas.  Elements corresponding to terms defined in the PROV-DM are defined in the <b>prov-core.xsd</b> schema and elements corresponding to terms defined in notes are defined in extension schemas (e.g. <b>prov-dictionary.xsd</b>, <b>prov-links.xsd</b>).  The default schema, <b>prov.xsd</b>, imports <b>prov-core.xsd</b> and all extension schemas developed by the Working Group.  With this modeling all PROV elements, even those defined in Notes, are defined from the default schema.  If the user wishes to leverage a schema that does not include extension elements the user can use schemaLocation to directly reference <b>prov-core.xsd</b>.</p>
+<p>The default schema - <b>prov.xsd</b></p>
+<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
+&lt;xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified"&gt;
+
+	&lt;xs:include schemaLocation="prov-core.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-dictionary.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-links.xsd"/&gt;
+
+&lt;/xs:schema&gt;
+</pre>
+<p>Extension schemas import the <b>prov-core.xsd</b> schema and make use of a substitution group on the <code>prov:internalElement</code> to add extension-defined elements to the list of valid PROV elements in a bundle or document.</p>
+<p>The <b>prov-links.xsd</b> extension schema.</p>
+<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
+	elementFormDefault="qualified"&gt;
+	
+	&lt;xs:include schemaLocation="../prov-core.xsd" /&gt;
+	
+	&lt;xs:complexType name="Mention"&gt;
+		&lt;xs:sequence&gt;
+			&lt;xs:element name="specificEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="generalEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="bundle" type="prov:IDRef" /&gt;
+		&lt;/xs:sequence&gt;
+	&lt;/xs:complexType&gt;
+	
+	&lt;xs:element name="mentionOf" type="prov:Mention" substitutionGroup="prov:internalElement" /&gt;
+	
+&lt;/xs:schema&gt;
+</pre>
+<p>All schemas developed by the PROV WG utilize the PROV namespace.</p>
+</section> <!-- end schema-modularization -->
+
+<section id="design-pattern">
+<h3><span class="secno">2.2 </span><i>Salami Slice</i> Design Pattern</h3>
+<p>The general design pattern for the XML schema has been called <i>Salami Slice Design</i> (cite?).  With this design, the individual components are each defined at the top level as separate elements with distinct types.  This allows the types to be easily reusable for domain specific extensions.</p>
+<p>The <code>prov:document</code> element has been defined to act as a convenient root element for a PROV-XML document, but it's use as the root element is not required.  The schema follows the Salami Slice pattern to ensure PROV XML elements can be integrated with mixed-schema XML documents which require a different document root.</p>
+</section> <!-- end design-pattern -->
+
+<section id="elements-vs-attributes">
+<h3><span class="secno">2.3 </span>Elements vs. Attributes</h3>
+
+<p>The general PROV-N syntax patterns for expressing provenance
+concepts are:
+</p>
+
+<pre class="codeexample">thing(id, elem1, elem2, ..., [attr1=val1, attr2=val2])
+concept(id; elem1, elem2, ... [attr1=val2, attr2=val2])
+</pre>
+
+<p>In both cases (required id or optional id), the PROV-N id is treated as an XML attribute (<code>prov:id</code>), the PROV-N "elements" are treated as XML elements, always with the same required order (position) as the PROV-DM/PROV-N description, and optional PROV-N "attributes", if allowed, always follow and are also represented by XML elements.  As in PROV-N, the attributes can be specified multiple times, but unlike PROV-N the attributes have a fixed (alphabetical) order.  The PROV-N "attribute" elements are always defined at the end of the encompassing sequence after all PROV-N "elements".  Elements defined in namespaces other than the PROV namespace may be included in a element after all PROV elements.</p>
+
+<p>Wherever an "id" is referenced from a later concept, the id is
+referenced as a prov:ref attribute of the element within the concept.
+</p>
+
+<p>This transformation technique yields a general XML pattern:
+</p>
+
+<pre class="codeexample">&lt;prov:thing prov:id="id"&gt;
+  &lt;prov:elem1 /&gt;
+  &lt;prov:elem2 /&gt;
+  ...
+  &lt;ex:attr1&gt;val1&lt;/ex:attr1&gt;
+  &lt;ex:attr2&gt;val2&lt;/ex:attr2&gt;
+  ...
+&lt;/prov:thing&gt;
+</pre>
+<p>Most of the concepts described below follow this general pattern.</p>
+</section> <!-- end elements-vs-attributes -->
+
+<section id="type-conventions">
+<h3><span class="secno">2.4 </span>Type Conventions</h3>
+<p>The PROV-DM states that type information is described using a the prov:type PROV attribute with and may occur multiple times for a given entity, activity, agent, or relation.</p>
+<p>PROV-XML uses the element <code>prov:type</code> to represent the prov:type PROV attribute.  This element can be use to represent both PROV and non-PROV type information.  The following examples shows type information encoded using the <code>prov:type</code> element.</p>
+<div class="example"><div class="example-title"><span>Example 1</span>: type information using prov:type PROV attribute</div><pre class="example" ignore="">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;prov:Plan&lt;/prov:type&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:Workflow&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+<p>PROV-XML defines complexTypes to match the PROV defined type values.  These types provide a more native XML representation of PROV types.  The following example is considered equivalent to the previous example because the element <code>prov:plan</code> has type <code>prov:Plan</code>.</p>
+<div class="example"><div class="example-title"><span>Example 2</span>: type information using schema defined types</div><pre class="example" ignore="">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:plan prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:Workflow&lt;/prov:type&gt;
+  &lt;/prov:plan&gt;
+
+&lt;/prov:document&gt;</pre></div>
+<p>Because the <code>prov:Plan</code> complexType is defined as an extension of the complexType <code>prov:Entity</code>, the following example using <code>xsi:type</code> is valid and considered equivalent to the two previous examples. The attribute <code>xsi:type</code> tells an XML parser the complexType of the element.  The value of <code>xsi:type</code> must be a complexType derived from the default element type.</p>
+<div class="example"><div class="example-title"><span>Example 3</span>: type information using xsi:type</div><pre class="example" ignore="">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215" xsi:type="prov:Plan"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:Workflow&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+
+<p>The <code>prov:type</code> element is the only mechanism to explicitly declare multiple types for an instance or declare types that are not derived from the default element type. The <code>prov:type</code> element can be used in conjunction with schema-defined PROV types (see examples 2 and 3).</p>
+</section>
+
+<section id="naming-conventions">
+<h3><span class="secno">2.5 </span>Naming Conventions</h3>
+<p>Element names are aligned with [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>] record names (e.g. <code>prov:wasGeneratedBy</code>, <code>prov:actedOnBehalfOf</code>) and record parameter roles (e.g. <code>prov:delegate</code>, <code>prov:responsible</code> on a Delegation).  Elements are named in camelCase which also conforms with [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>] naming conventions.</p>
+<p>ComplexType names are aligned with [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] type names (e.g. <code>prov:Generation</code>, <code>prov:Delegation</code>).  ComplexTypes are named in PascalCase which conforms to [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] naming conventions and differentiates complexTypes from elements in the schema.</p>
+</section> <!-- end naming-conventions -->
+
+</section> <!-- end schema-design -->
+
+<section id="schema-components">
+<!--OddPage--><h2><span class="secno">3. </span>PROV XML Schema</h2>
+
+<p>Provenance concepts, expressed as PROV-DM types and relations, are organized according to six components that are defined in this section.</p>
+
+<div id="prov-dm-components-ul">
+<ul>
+<li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
+<li><b>Component 2: derivations.</b>  The second component is formed with derivations and derivation subtypes.</li>
+<li><b>Component 3: agents, responsibility, and influence.</b> The third component consists of agents and concepts ascribing responsibility to agents.</li>
+<li><b>Component 4: bundles.</b> The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</li>
+<li><b>Component 5: alternate.</b> The fifth component consists of relations linking entities referring to the same thing. </li>
+<li><b>Component 6: collections.</b> The sixth component is about collections. </li>
+</ul>
+</div>
+
+<div style="text-align: center;">
+<span class="figure" id="fig-agents-responsibility"><span class="figure" id="fig-figure-1-prov-dm-components-informative" style="max-width: 95%; ">
+<img usemap="#componentMap" src="images/dm/components-dependencies.png" alt="PROV-DM Components" style="max-width: 90%; ">
+<map id="componentMap">
+<area title="agents/responsibility" href="#component3" coords="0,0,67,268" alt="agents/responsibility" shape="rect">
+<area title="agents/responsibility" href="#component3" coords="67,0,134,201" alt="agents/responsibility" shape="rect">
+<area title="agents/responsibility" href="#component3" coords="134,0,201,67" alt="agents/responsibility" shape="rect">
+<area title="derivations" href="#component2" coords="201,0,268,201" alt="derivations" shape="rect">
+<area title="derivations" href="#component2" coords="134,67,201,201" alt="derivations" shape="rect">
+<area title="alternate" href="#component5" coords="335,0,402,201" alt="alternate" shape="rect">
+<area title="collections" href="#component6" coords="402,0,469,201" alt="collections" shape="rect">
+<area title="activities/entities" href="#component1" coords="67,201,469,268" alt="activities/entities" shape="rect">
+<area title="bundles" href="#component4" coords="268,0,402,201" alt="bundles" shape="rect">
+</map>
+<br>
+<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup> PROV-DM Components (Informative)</span>
+</span><figcaption>Fig. <span class="figno">1</span> <span class="fig-title">agents/responsibility</span></figcaption></span>
+</div>
+
+<p><a href="#prov-schema-mapping">Table 1</a> is a mapping of PROV-DM types and relations in PROV-XML schema XML types and elements.</p>
+
+<div id="prov-schema-mapping-div" style="text-align: center;">
+<table class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-schema-mapping"><span>Table 1<sup><a class="internalDFN" href="#prov-schema-mapping"><span class="diamond"> ◊:</span></a></sup> </span><span>Table 1<sup><a class="internalDFN" href="#prov-schema-mapping"><span class="diamond"> ◊:</span></a></sup> </span>PROV-DM Types and Relations to XML Schema Mapping</caption> 
+<tbody><tr>
+<td><a><b>Type or Relation Name</b></a></td>
+<td><b>XML Schema ComplexType</b></td>
+<td><b>XML Schema Referencing Element</b></td>
+<td><b>Component</b></td></tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td></tr>
+
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-entity">Entity</a></td>
+	<td>prov:Entity</td>
+	<td>prov:entity</td>
+	<td rowspan="8"><a href="#component1">Component 1: Entities/Activities</a></td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-activity">Activity</a></td>
+	<td>prov:Activity</td>
+	<td>prov:activity</td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-generation">Generation</a></td>
+	<td>prov:Generation</td>
+	<td>prov:wasGeneratedBy</td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-usage">Usage</a></td>
+	<td>prov:Usage</td>
+	<td>prov:used</td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-communication">Communication</a></td>
+	<td>prov:Communication</td>
+	<td>prov:wasInformedBy</td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-start">Start</a></td>
+	<td>prov:Start</td>
+	<td>prov:wasStartedBy</td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-end">End</a></td>
+	<td>prov:End</td>
+	<td>prov:wasEndedBy</td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-invalidation">Invalidation</a></td>
+	<td>prov:Invalidation</td>
+	<td>prov:wasInvalidatedBy</td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-derivation">Derivation</a></td>
+	<td>prov:Derivation</td>
+	<td>prov:wasDerivedFrom</td>
+	<td rowspan="4"><a href="#component2">Component 2: Derivations</a></td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-revision">Revision</a></td>
+	<td>prov:Revision</td>
+	<td>prov:wasRevisionOf</td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-quotation">Quotation</a></td>
+	<td>prov:Quotation</td>
+	<td>prov:wasQuotedFrom</td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-primary-source">Primary Source</a></td>
+	<td>prov:PrimarySource</td>
+	<td>prov:hadPrimarySource</td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component3-color" style="border-collapse: collapse; ">
+	<td><a class="essential internalDFN" href="#concept-agent">Agent</a></td>
+	<td>prov:Agent</td>
+	<td>prov:agent</td>
+	<td rowspan="9"><a href="#component3">Component 3: Agents, Responsibility, Influence</a></td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-attribution">Attribution</a></td>
+	<td>prov:Attribution</td>
+	<td>prov:wasAttributedTo</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-association">Association</a></td>
+	<td>prov:Association</td>
+	<td>prov:wasAssociatedWith</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-delegation">Delegation</a></td>
+	<td>prov:Delegation</td>
+	<td>prov:actedOnBehalfOf</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-plan">Plan</a></td>
+	<td>prov:Plan</td>
+	<td>prov:plan</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-person">Person</a></td>
+	<td>prov:Person</td>
+	<td>prov:person</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-organization">Organization</a></td>
+	<td>prov:Organization</td>
+	<td>prov:organization</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential">Software Agent</a></td>
+	<td>prov:SoftwareAgent</td>
+	<td>prov:softwareAgent</td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-influence">Influence</a></td>
+	<td>prov:Influence</td>
+	<td>prov:wasInfluencedBy</td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component4-color">
+	<td><a class="essential internalDFN" href="#concept-bundle">Bundle</a></td>
+	<td>prov:Bundle</td>
+	<td>prov:bundle</td>
+	<td rowspan="2"><a href="#component5">Component 4: Bundles</a></td>
+</tr>
+<tr class="component4-color">
+	<td><a class="essential">Bundle Constructor</a></td>
+	<td>prov:BundleConstructor</td>
+	<td>prov:bundleContent</td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component5-color">
+	<td><a class="essential internalDFN" href="#concept-alternate">Alternate</a></td>
+	<td>prov:Alternate</td>
+	<td>prov:alternateOf</td>
+	<td rowspan="3"><a href="#component4">Component 5: Alternate</a></td>
+</tr>
+<tr class="component5-color">
+	<td><a class="essential internalDFN" href="#concept-specialization">Specialization</a></td>
+	<td>prov:Specialization</td>
+	<td>prov:specializationOf</td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component6-color">
+	<td><a class="essential internalDFN" href="#concept-collection">Collection</a></td>
+	<td>prov:Collection</td>
+	<td>prov:collection</td>
+	<td rowspan="3"><a href="#component6">Component 6: Collections</a></td>
+</tr>
+<tr class="component6-color">
+	<td><a class="essential internalDFN" href="#concept-empty-collection">Empty Collection</a></td>
+	<td>prov:EmptyCollection</td>
+	<td>prov:emptyCollection</td>
+</tr>
+<tr class="component6-color">
+	<td><a class="essential internalDFN" href="#concept-membership">Membership</a></td>
+	<td>prov:Membership</td>
+	<td>prov:hadMember</td>
+</tr>
+</tbody></table>
+</div>
+
+<p>In the rest of the section, each type is defined, in English initially, followed by its XML schema definition and some example.</p>  
+
+<section id="component1"> 
+<h3><span class="secno">3.1 </span>Component 1: Entities and Activities</h3>
+
+<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their inter-relations: <a href="#concept-usage" class="internalDFN">Usage</a>, <a href="#concept-generation" class="internalDFN">Generation</a>, <a href="#concept-start" class="internalDFN">Start</a>, <a href="#concept-end" class="internalDFN">End</a>, and <a href="#concept-communication" class="internalDFN">Communication</a>. </p>
+
+<section id="term-Entity"> 
+<h4><span class="secno">3.1.1 </span>Entity</h4>
+<span class="glossary-ref">   An <span class="dfn">entity</span> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Entity"&gt;
+  &lt;xs:sequence&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:value" minOccurs="0"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;  
+</pre>
+<p>The element <code>prov:entity</code> is used to reference a prov:Entity from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:entity" schematype="prov:Entity">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="entity" type="prov:Entity"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 4</span>: prov:entity</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  <b>&lt;prov:entity prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;document&lt;/prov:type&gt;
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Entity -->
+
+<section id="term-Activity"> 
+<h4><span class="secno">3.1.2 </span>Activity</h4>
+<span class="glossary-ref">   An <span class="dfn">activity</span>  is something that occurs over a period of time and acts upon or with entities;  it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Activity"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="startTime" type="xs:dateTime" minOccurs="0"/&gt; 
+    &lt;xs:element name="endTime" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt; 
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:activity</code> is used to reference a prov:Activity from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:activity" schematype="prov:Activity">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="activity" type="prov:Activity"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 5</span>: prov:activity</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  <b>&lt;prov:activity prov:id="a1"&gt;
+    &lt;prov:startTime&gt;2011-11-16T16:05:00&lt;/prov:startTime&gt;
+    &lt;prov:endTime&gt;2011-11-16T16:06:00&lt;/prov:endTime&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:edit&lt;/prov:type&gt;
+    &lt;ex:host&gt;server.example.org&lt;/ex:host&gt;
+  &lt;/prov:activity&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Activity -->
+
+<section id="term-Generation">
+<h4><span class="secno">3.1.3 </span>Generation</h4>
+<span class="glossary-ref">   <span class="dfn">Generation</span> is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Generation"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasGeneratedBy</code> is used to reference a prov:Generation from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasGeneratedBy" schematype="prov:Generation">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasGeneratedBy" type="prov:Generation"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 6</span>: prov:wasGeneratedBy</div><pre class="example">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="e1"/&gt;
+
+  &lt;prov:activity prov:id="a1"/&gt;
+
+  <b>&lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref="e1"/&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:time&gt;2001-10-26T21:32:52&lt;/prov:time&gt;
+    &lt;ex:port&gt;p1&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;</b>
+
+  &lt;prov:entity prov:id="e2"/&gt;
+
+  <b>&lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref="e2"/&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:time&gt;2001-10-26T10:00:00&lt;/prov:time&gt;
+    &lt;ex:port&gt;p2&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Generation -->
+
+<section id="term-Usage">
+<h4><span class="secno">3.1.4 </span>Usage</h4>
+<span class="glossary-ref">   <span class="dfn">Usage</span> is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Usage"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="entity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+&lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:used</code> is used to reference a prov:Usage from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:used" schematype="prov:Usage">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="used" type="prov:Usage"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 7</span>: prov:used</div><pre class="example">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:activity prov:id="a1"/&gt;
+
+  &lt;prov:entity prov:id="e1"/&gt;
+
+  &lt;prov:entity prov:id="e2"/&gt;
+
+  <b>&lt;prov:used&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:entity prov:ref="e1"/&gt;
+    &lt;prov:time≶2011-11-16T16:00:00&lt;/prov:time&gt;
+    &lt;ex:parameter&gt;p1&lt;/ex:parameter&gt;
+  &lt;/prov:used&gt;</b>
+
+  <b>&lt;prov:used&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:entity prov:ref="e2"/&gt;
+    &lt;prov:time&gt;2011-11-16T16:00:01&lt;/prov:time&gt;
+    &lt;ex:parameter&gt;p2&lt;/ex:parameter&gt;
+  &lt;/prov:used&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Usage -->
+
+<section id="term-Communication">
+<h4><span class="secno">3.1.5 </span>Communication</h4>
+<span class="glossary-ref">   <span class="dfn">Communication</span> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Communication"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="informed" type="prov:IDRef"/&gt;
+    &lt;xs:element name="informant" type="prov:IDRef"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasInformedBy</code> is used to reference a prov:Communication from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasInformedBy" schematype="prov:Communication">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasInformedBy" type="prov:Communication"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 8</span>: prov:wasInformedBy</div><pre class="example">&lt;prov:document 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;
+
+  &lt;prov:activity prov:id="a1"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;traffic regulations enforcing&lt;prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:activity prov:id="a2"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;fine paying, check writing, and mailing&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasInformedBy&gt;
+    &lt;prov:informed prov:ref="a2"/&gt;
+    &lt;prov:informant prov:ref="a1"/&gt;
+  &lt;/prov:wasInformedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Communication -->
+
+<section id="term-Start">
+<h4><span class="secno">3.1.6 </span>Start</h4>
+<span class="glossary-ref">   <span class="dfn">Start</span> is when an activity is deemed to have been started by an entity, known as <span class="dfn">trigger</span>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <span class="dfn">starter</span>, that generated the trigger. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Start"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="trigger" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="starter" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasStartedBy</code> is used to reference a prov:Start from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasStartedBy" schematype="prov:Start">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasStartedBy" type="prov:Start"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 9</span>: prov:wasStartedBy</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="e1"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;email message&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:activity prov:id="a1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;Discuss&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:trigger prov:ref="e1"/&gt;
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+  &lt;prov:used&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:entity prov:ref="e1"/&gt;
+  &lt;/prov:used&gt;
+
+  &lt;prov:activity prov:id="a0"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;Write&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref="e1"/&gt;
+    &lt;prov:activity prov:ref="a0"/&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:trigger prov:ref="e1"/&gt;
+    &lt;prov:starter prov:ref="a0"/&gt;
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:starter prov:ref="a0"/&gt;
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Start -->
+
+<section id="term-End">
+<h4><span class="secno">3.1.7 </span>End</h4>
+<span class="glossary-ref">   <span class="dfn">End</span> is when an activity is deemed to have been ended by an entity, known as <span class="dfn">trigger</span>.  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as <span class="dfn">ender</span> that generated the trigger. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="End"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="trigger" type="prov:IDRef"  minOccurs="0"/&gt;
+    &lt;xs:element name="ender" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasEndedBy</code> is used to reference a prov:End from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasEndedBy" schematype="prov:End">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasEndedBy" type="prov:End"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 10</span>: prov:wasEndedBy</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="e1"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;approval document&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:activity prov:id="a1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;Editing&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasEndedBy&gt;
+    &lt;prov:activity prov:ref="a1"/&gt;
+    &lt;prov:trigger prov:ref="e1"/&gt;
+  &lt;/prov:wasEndedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-End -->
+
+<section id="term-Invalidation">
+<h4><span class="secno">3.1.8 </span>Invalidation</h4>
+<span class="glossary-ref">   <span class="dfn">Invalidation</span> is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Invalidation"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasInvalidatedBy</code> is used to reference a prov:Invalidation from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasInvalidatedBy" schematype="prov:Invalidation">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasInvalidatedBy" type="prov:Invalidation"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 11</span>: prov:wasInvalidatedBy</div><pre class="example">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bbc="http://www.bbc.co.uk/news/"&gt;
+
+  &lt;prov:entity prov:id="ex:The-Painter"/&gt;
+
+  &lt;prov:agent prov:id="ex:Picasso"/&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref="ex:The-Painter" /&gt;
+    &lt;prov:agent prov:ref="ex:Picasso" /&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+  &lt;prov:activity prov:id="ex:crash"/&gt;
+
+  <b>&lt;prov:wasInvalidatedBy&gt;
+    &lt;prov:entity prov:ref="ex:The-Painter"/&gt;
+    &lt;prov:activity prov:ref="ex:crash"/&gt;
+    &lt;prov:time&gt;1998-09-03T01:31:00&lt;/prov:time&gt;
+    &lt;ex:circumstances&gt;plane accident&lt;/ex:circumstances&gt;
+  &lt;/prov:wasInvalidatedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Invalidation -->
+
+</section> <!-- end component1 -->
+
+<section id="component2"> 
+<h3><span class="secno">3.2 </span>Component 2: Derivations</h3>
+
+<p>The second component of PROV-DM is concerned with: <a title="derivation">derivations</a> of <a title="entity">entities</a> from other entities and derivation subtypes WasRevisionOf (<a href="#concept-revision" class="internalDFN">Revision</a>), WasQuotedFrom (<a href="#concept-quotation" class="internalDFN">Quotation</a>), and HasPrimarySource (<a href="#concept-primary-source" class="internalDFN">Primary Source</a>).</p>
+
+<section id="term-Derivation">
+<h4><span class="secno">3.2.1 </span>Derivation</h4>
+<span class="glossary-ref">   A <span class="dfn">derivation</span>  is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Derivation"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="generatedEntity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="usedEntity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="generation" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="usage" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasDerivedFrom</code> is used to reference a prov:Derivation from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasDerivedFrom" schematype="prov:Derivation">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasDerivedFrom" type="prov:Derivation"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 12</span>: prov:wasDerivedFrom</div><pre class="example">&lt;prov:document 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;
+
+  &lt;prov:entity prov:id="e1"/&gt;
+
+  &lt;prov:entity prov:id="e2"/&gt;
+
+  <b>&lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref="e2"/&gt;
+    &lt;prov:usedEntity prov:ref="e1"/&gt;
+  &lt;/prov:wasDerivedFrom&gt;</b>
+
+  <b>&lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity prov:ref="e2"/&gt;
+    &lt;prov:usedEntity prov:ref="e1"/&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;physical transform&lt;/prov:type&gt;
+  &lt;/prov:wasDerivedFrom&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Derivation -->
+
+<section id="term-Revision">
+<h4><span class="secno">3.2.2 </span>Revision</h4>
+<span class="glossary-ref">   A <span class="dfn">revision</span>   is a derivation for which the resulting entity is a revised version of some original. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Revision"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Derivation"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasRevisionOf</code> is used to reference a prov:Revision from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasRevisionOf" schematype="prov:Revision">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasRevisionOf" type="prov:Revision"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 13</span>: prov:wasRevisionOf</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:rec54="http://www.w3.org/2001/02pd/rec54#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;rec54:WD&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111018"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;rec54:WD&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:wasRevisionOf&gt;
+    &lt;prov:generatedEntity prov:ref="tr:WD-prov-dm-20111215"/&gt;
+    &lt;prov:usedEntity prov:ref="tr:WD-prov-dm-20111018"/&gt;
+  &lt;/prov:wasRevisionOf&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section>  <!-- end term-Revision -->
+
+<section id="term-Quotation">
+<h4><span class="secno">3.2.3 </span>Quotation</h4>
+<span class="glossary-ref">   A <span class="dfn">quotation</span>  is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Quotation"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Derivation"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasQuotedFrom</code> is used to reference a prov:Quotation from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasQuotedFrom" schematype="prov:Quotation">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasQuotedFrom" type="prov:Quotation"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 14</span>: prov:wasQuotedFrom</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:wp="http://thinklinks.wordpress.com/2012/03/07/"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:dm="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#"&gt;
+
+  &lt;prov:entity prov:id="wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop"/&gt;
+
+  &lt;prov:entity prov:id="dm:bl-dagstuhl"/&gt;
+
+  &lt;prov:person prov:id="ex:Luc"/&gt;
+
+  &lt;prov:person prov:id="ex:Paul"/&gt;
+
+  <b>&lt;prov:wasQuotedFrom&gt;
+    &lt;prov:generatedEntity prov:ref="dm:gl-dagstuhl"/&gt;
+    &lt;prov:usedEntity prov:ref="wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop"/&gt;
+  &lt;/prov:wasQuotedFrom&gt;</b>
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref="dm:bl-dagstuhl"/&gt;
+    &lt;prov:agent prov:ref="ex:Luc"/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref="wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop"/&gt;
+    &lt;prov:agent prov:ref="ex:Paul"/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section>  <!-- end term-Quotation -->
+
+<section id="term-Primary-Source">
+<h4><span class="secno">3.2.4 </span>Primary Source</h4>
+<span class="glossary-ref">   A <span class="dfn">primary source</span>  for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="PrimarySource"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Derivation"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:hadPrimarySource</code> is used to reference a prov:PrimarySource from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:hadPrimarySource" schematype="prov:PrimarySource">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hadPrimarySource" type="prov:PrimarySource"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 15</span>: prov:hadPrimarySource</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="ex:la-campagne-de-Russie-1812-1813"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;map&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id="ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;journal&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:hadPrimarySource&gt;
+    &lt;prov:generatedEntity prov:ref="ex:la-campagne-de-Russie-1812-1813"/&gt;
+    &lt;prov:usedEntity prov:ref="ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII"/&gt;
+  &lt;/prov:hadPrimarySource&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section>  <!-- end term-Primary-Source -->
+
+</section>  <!-- end component2 -->
+
+<section id="component3">
+<h3><span class="secno">3.3 </span>Component 3: Agents, Responsibility, and Influence</h3>
+
+<p>The third component of PROV-DM is concerned with <a title="agent">agents</a> and the relations WasAttributedTo
+(<a href="#concept-attribution" class="internalDFN">Attribution</a>), WasAssociatedWith (<a href="#concept-association" class="internalDFN">Association</a>), ActedOnBehalfOf (<a href="#concept-delegation" class="internalDFN">Delegation</a>), relating agents to entities, activities, and agents, respectively.</p>
+
+<section id="term-Agent">
+<h4><span class="secno">3.3.1 </span>Agent</h4>
+<span class="glossary-ref">   An <span class="dfn">agent</span> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Agent"&gt;
+  &lt;xs:sequence&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:agent</code> is used to reference a prov:Agent from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:agent" schematype="prov:Agent">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="agent" type="prov:Agent"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 16</span>: prov:agent</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  <b>&lt;prov:agent prov:id="e1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;
+    &lt;ex:name&gt;Alice&lt;/ex:name&gt;
+    &lt;ex:employee&gt;1234&lt;/ex:employee&gt;
+  &lt;/prov:agent&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+
+<section id="term-Person">
+<h5><span class="secno">3.3.1.1 </span>Person</h5>
+<span class="glossary-ref">   Agents of type <span class="dfn">Person</span>  are people. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Person"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Agent"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:person</code> is used to reference a prov:Person from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:person" schematype="prov:Person">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="person" type="prov:Person"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 17</span>: prov:person</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  <b>&lt;prov:person prov:id="ex:Paolo" /&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Person -->
+
+<section id="term-Organization">
+<h5><span class="secno">3.3.1.2 </span>Organization</h5>
+<span class="glossary-ref">   Agents of type <span class="dfn">Organization</span>  are social or legal institutions such as companies, societies, etc. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Organization"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Agent"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:organization</code> is used to reference a prov:Organization from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:organization" schematype="prov:Organization">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="organization" type="prov:Organization"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 18</span>: prov:organization</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  <b>&lt;prov:organization prov:id="w3:Consortium" /&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Organization -->
+
+<section id="term-SoftwareAgent">
+<h5><span class="secno">3.3.1.3 </span>Software Agent</h5>
+<span class="glossary-ref">   A <span class="dfn">SoftwareAgent</span>  is running software. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="SoftwareAgent"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Agent"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:softwareAgent</code> is used to reference a prov:SoftwareAgent from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:softwareAgent" schematype="prov:SoftwareAgent">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="softwareAgent" type="prov:SoftwareAgent"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 19</span>: prov:softwareAgent</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  <b>&lt;prov:softwareAgent prov:id="ag" /&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-SoftwareAgent -->
+
+</section> <!-- end term-Agent -->
+
+<section id="term-Attribution">
+<h4><span class="secno">3.3.2 </span>Attribution</h4>
+<span class="glossary-ref">   <span class="dfn">Attribution</span> is the ascribing of an entity to an agent. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Attribution"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="agent" type="prov:IDRef"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasAttributedTo</code> is used to reference a prov:Attribution from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasAttributedTo" schematype="prov:Attribution">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasAttributedTo" type="prov:Attribution"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 20</span>: prov:wasAttributedTo</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"
+    xmlns:rec54="http://example.com/ns/rec54#"&gt;
+
+  &lt;prov:agent prov:id="ex:Paolo"&gt;
+    &lt;prov:typexsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id="ex:Simon"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;rec54:WD&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref="rec54:WD"/&gt;
+    &lt;prov:agent prov:ref="ex:Paolo"/&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;editorship&lt;/prov:type&gt;
+  &lt;/prov:wasAttributedTo&gt;</b>
+
+  <b>&lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref="rec54:WD"/&gt;
+    &lt;prov:agent prov:ref="ex:Simon"/&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;authorship&lt;/prov:type&gt;
+  &lt;/prov:wasAttributedTo&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section>  <!-- end term-Attribution -->
+
+<section id="term-Association">
+<h4><span class="secno">3.3.3 </span>Association</h4>
+<span class="glossary-ref">   An activity <span class="dfn">association</span> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Association"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="agent" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="plan" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasAssociatedWith</code> is used to reference a prov:Association from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasAssociatedWith" schematype="prov:Association">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasAssociatedWith" type="prov:Association"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 21</span>: prov:wasAssociatedWith</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:activity prov:id="a"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;workflow execution&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent prov:id="ag1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;operator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id="ag2"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;designator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  <b>&lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag1"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;</b>
+
+  <b>&lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag2"/&gt;
+    &lt;prov:plan prov:ref="ex:wf"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;designer&lt;/prov:role&gt;
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;</b>
+
+  &lt;prov:plan prov:id="ex:wf"&gt;
+    &lt;ex:label&gt;Workflow 1&lt;/ex:label&gt;
+    &lt;prov:location xsi:type="xsd:anyURI"&gt;http://example.org/workflow1.bpel&lt;/prov:location&gt;
+  &lt;/prov:plan&gt;
+
+&lt;/prov:document&gt;</pre></div>
+
+<section id="term-Plan">
+<h5><span class="secno">3.3.3.1 </span>Plan</h5>
+<span class="glossary-ref">   A <span class="dfn">plan</span> is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Plan"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Entity"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:plan</code> is used to reference a prov:Plan from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:plan" schematype="prov:Plan">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="plan" type="prov:Plan"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 22</span>: prov:plan</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:activity prov:id="a"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;workflow execution&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent prov:id="ag1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;operator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id="ag2"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;designator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag1"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag2"/&gt;
+    &lt;prov:plan prov:ref="ex:wf"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;designer&lt;/prov:role&gt;
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  <b>&lt;prov:plan prov:id="ex:wf"&gt;
+    &lt;ex:label&gt;Workflow 1&lt;/ex:label&gt;
+    &lt;prov:location xsi:type="xsd:anyURI"&gt;http://example.org/workflow1.bpel&lt;/prov:location&gt;
+  &lt;/prov:plan&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Plan -->
+</section>  <!-- end term-Association -->
+
+<section id="term-Delegation">
+<h4><span class="secno">3.3.4 </span>Delegation</h4>
+<span class="glossary-ref">   <span class="dfn">Delegation</span> is the assignment of authority and responsibility to an agent (by itself or by another agent)  to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Delegation"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="delegate" type="prov:IDRef"/&gt;
+    &lt;xs:element name="responsible" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:actedOnBehalfOf</code> is used to reference a prov:Delegation from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:actedOnBehalfOf" schematype="prov:Delegation">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="actedOnBehalfOf" type="prov:Delegation"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 23</span>: prov:actedOnBehalfOf</div><pre class="example">&lt;prov:document 
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;
+
+  &lt;prov:activity prov:id="a"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;workflow&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent prov:id="ag1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;programmer&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id="ag2"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;researcher&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id="ag3"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;funder&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag1"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag2"/&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag3"/&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  <b>&lt;prov:actedOnBehalfOf&gt;
+    &lt;prov:delegate prov:ref="ag1"/&gt;
+    &lt;prov:responsible prov:ref="ag2"/&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;line-management&lt;/prov:type&gt;
+  &lt;/prov:actedOnBehalfOf&gt;</b>
+
+  <b>&lt;prov:actedOnBehalfOf&gt;
+    &lt;prov:delegate prov:ref="ag2"/&gt;
+    &lt;prov:responsible prov:ref="ag3"/&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;contract&lt;/prov:type&gt;
+  &lt;/prov:actedOnBehalfOf&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Delegation -->
+
+<section id="term-Influence">
+<h4><span class="secno">3.3.5 </span>Influence</h4>
+<span class="glossary-ref">   <span class="dfn">Influence</span> is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Influence"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="influencee" type="prov:IDRef"/&gt;
+    &lt;xs:element name="influencer" type="prov:IDRef"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:wasInfluencedBy</code> is used to reference a prov:Influence from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:wasInfluencedBy" schematype="prov:Influence">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasInfluencedBy" type="prov:Influence"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 24</span>: prov:wasInfluencedBy</div><pre class="example" id="example_38">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:tr="http://example.com/ns/tr#"
+    xmlns:w3="http://w3.org/"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215"/&gt;
+
+  &lt;prov:agent prov:id="w3:Consortium"/&gt;
+
+  <b>&lt;prov:wasInfluencedBy&gt;
+    &lt;prov:influencee prov:ref="tr:WD-prov-dm-20111215"/&gt;
+    &lt;prov:influencer prov:ref="w3:Consortium"/&gt;
+  &lt;/prov:wasInfluencedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Influence -->
+
+</section> <!-- end component3 -->
+
+<section id="component4">
+<h3><span class="secno">3.4 </span>Component 4: Bundles</h3>
+<p>The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</p>
+<section id="term-Bundle">
+<h4><span class="secno">3.4.1 </span>Bundle</h4>
+<span class="glossary-ref"> A <span class="dfn">bundle</span> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </span>
+<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>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Bundle"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Entity"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:bundle</code> is used to reference a prov:Bundle from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:bundle" schematype="prov:Bundle">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="bundle" type="prov:Bundle"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 25</span>: prov:bundle</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bob="http://example.com/ns/bob#"
+    xmlns:alice="http://example.com/ns/alice#"
+    xmlns:agg="http://example.com/ns/agg#"&gt;
+
+  <b>&lt;prov:bundle prov:id="ex:bundle1"&gt;
+    &lt;ex:version&gt;1&lt;/ex:version&gt;
+  &lt;/prov:bundle&gt;</b>
+    
+  &lt;prov:bundleContent prov:id="ex:bundle1"&gt;
+    &lt;prov:entity prov:id="ex:report1"/&gt;
+    
+    &lt;prov:entity prov:id="ex:report2"&gt;
+      &lt;prov:type xsi:type="xsd:QName"&gt;report&lt;/prov:type&gt;
+      &lt;ex:version&gt;2&lt;/ex:version&gt;
+    &lt;/prov:entity&gt;
+    
+    &lt;prov:wasGeneratedBy&gt;
+      &lt;prov:entity prov:ref="ex:report2"/&gt;
+      &lt;prov:time&gt;2012-05-25T11:00:01&lt;/prov:time&gt;
+    &lt;/prov:wasGeneratedBy&gt;
+    
+    &lt;prov:wasDerivedFrom&gt;
+      &lt;prov:generatedEntity prov:ref="ex:report2"/&gt;
+      &lt;prov:usedEntity prov:ref="ex:report1"/&gt;
+    &lt;/prov:wasDerivedFrom&gt;
+  &lt;/prov:bundleContent&gt;
+  
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Bundle -->
+
+<section id="term-BundleConstructor">
+<h4><span class="secno">3.4.2 </span>Bundle Constructor</h4>
+<p>The <code>prov:BundleConstructor</code> complexType is used to define a named set of provenance statements.  The Bundle Constructor type supports the <code>prov:id</code> attribute.</p>
+<p>The bundle entity associated with a bundle constructor set must have the same <code>prov:id</code> as the bundle constructor set.</p>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="BundleConstructor"&gt;
+  &lt;xs:sequence maxOccurs="unbounded"&gt;
+    &lt;xs:group ref="prov:documentElements"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&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;
+    &lt;xs:group ref="prov:documentElements" minOccurs="0"/&gt;
+    &lt;xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" /&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 26</span>: prov:bundleContent</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bob="http://example.com/ns/bob#"
+    xmlns:alice="http://example.com/ns/alice#"
+    xmlns:agg="http://example.com/ns/agg#"&gt;
+
+  &lt;prov:bundle prov:id="ex:bundle1"&gt;
+    &lt;ex:version&gt;1&lt;/ex:version&gt;
+  &lt;/prov:bundle&gt;
+    
+  <b>&lt;prov:bundleContent prov:id="ex:bundle1"&gt;
+    &lt;prov:entity prov:id="ex:report1"/&gt;
+    
+    &lt;prov:entity prov:id="ex:report2"&gt;
+      &lt;prov:type xsi:type="xsd:QName"&gt;report&lt;/prov:type&gt;
+      &lt;ex:version&gt;2&lt;/ex:version&gt;
+    &lt;/prov:entity&gt;
+    
+    &lt;prov:wasGeneratedBy&gt;
+      &lt;prov:entity prov:ref="ex:report2"/&gt;
+      &lt;prov:time&gt;2012-05-25T11:00:01&lt;/prov:time&gt;
+    &lt;/prov:wasGeneratedBy&gt;
+    
+    &lt;prov:wasDerivedFrom&gt;
+      &lt;prov:generatedEntity prov:ref="ex:report2"/&gt;
+      &lt;prov:usedEntity prov:ref="ex:report1"/&gt;
+    &lt;/prov:wasDerivedFrom&gt;
+  &lt;/prov:bundleContent&gt;</b>
+  
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-BundleConstructor -->
+</section> <!-- end component4 -->
+
+<section id="component5"> 
+<h3><span class="secno">3.5 </span>Component 5: Alternate Entities</h3>
+<p>The fifth component of PROV-DM is concerned with
+relations SpecializationOf (<a>specialization</a>) and AlternateOf (<a>alternate</a>) between entities.</p>
+
+<section id="term-Specialization">
+<h4><span class="secno">3.5.1 </span>Specialization</h4>
+<span class="glossary-ref">   An entity that is a <span class="dfn">specialization</span> of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized  contains that of any specialization. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Specialization"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="specificEntity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="generalEntity" type="prov:IDRef"/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:specializationOf</code> is used to reference a prov:Specialization from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:specializationOf" schematype="prov:Specialization">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="specializationOf" type="prov:Specialization"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 27</span>: prov:specializationOf</div><pre class="example">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bbc="http://www.bbc.co.uk/"&gt;
+
+  &lt;prov:entity prov:id="ex:bbcNews2012-03-23"/&gt;
+
+  &lt;prov:entity prov:id="bbc:news"/&gt;
+
+  <b>&lt;prov:specializationOf&gt;
+    &lt;prov:specificEntity prov:ref="ex:bbcNews2012-03-23"/&gt;
+    &lt;prov:generalEntity prov:ref="bbc:news"/&gt;
+  &lt;/prov:specializationOf&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Specialization -->
+
+<section id="term-Alternate">
+<h4><span class="secno">3.5.2 </span>Alternate</h4>
+<span class="glossary-ref">   Two <span class="dfn">alternate</span> entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Alternate"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="alternate1" type="prov:IDRef"/&gt;
+    &lt;xs:element name="alternate2" type="prov:IDRef"/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:alternateOf</code> is used to reference a prov:Alternate from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:alternateOf" schematype="prov:Alternate">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="alternateOf" type="prov:Alternate"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 28</span>: prov:alternateOf</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:bbc="http://www.bbc.co.uk/news"
+    xmlns:bbcmobile="http://www.bbc.co.uk/news/mobile"&gt;
+
+  &lt;prov:entity prov:id="bbc:science-environment-17526723"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;a news item for desktop&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id="bbcmobile:science-environment-17526723"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;a news item for mobile devices&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:alternateOf&gt;
+    &lt;prov:alternate1 prov:ref="bbcmobile:science-environment-17526723"/&gt;
+    &lt;prov:alternate2 prov:ref="bbc:science-environment-17526723"/&gt;
+  &lt;/prov:alternateOf&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-Alternate -->
+
+</section> <!-- end component5 -->
+
+
+<section id="component6"> 
+<h3><span class="secno">3.6 </span>Component 6: Collections</h3>
+<p>The sixth component of PROV-DM is concerned with the notion of collections. 
+A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection (attribution), which members it contains as it evolves, and how it was assembled. The purpose of Component 6 is to define the types and relations that are useful to express the provenance of collections.  </p>
+
+<section id="term-Collection">
+<h4><span class="secno">3.6.1 </span>Collection</h4>
+<span class="glossary-ref">   A <span class="dfn">collection</span> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <span class="dfn">member</span> of the collections.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Collection"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Entity"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:collection</code> is used to reference a prov:Collection from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:collection" schematype="prov:Collection">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="collection" type="prov:Collection"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 29</span>: prov:collection</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  <b>&lt;prov:collection prov:id="c1" /&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+
+<section id="term-EmptyCollection">
+<h5><span class="secno">3.6.1.1 </span>Empty Collection</h5>
+<span class="glossary-ref">   An <span class="dfn">empty collection</span> is a collection without members.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="EmptyCollection"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Collection"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:emptyCollection</code> is used to reference a prov:EmptyCollection from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:emptyCollection" schematype="prov:EmptyCollection">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="emptyCollection" type="prov:EmptyCollection"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 30</span>: prov:emptyCollection</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:bbc="http://www.bbc.co.uk/news"
+    xmlns:bbcmobile="http://www.bbc.co.uk/news/mobile"&gt;
+    
+    <b>&lt;prov:emptyCollection prov:id="c0"/&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end term-EmptyCollection -->
+</section>  <!-- end term-Collection -->
+
+<section id="term-Membership">
+<h4><span class="secno">3.6.2 </span>Membership</h4>
+<span class="glossary-ref"> <span class="dfn">Membership</span> is the belonging of an entity  to a collection. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Membership"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="collection" type="prov:IDRef"/&gt;
+    &lt;xs:element name="entity" type="prov:IDRef" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>The element <code>prov:hadMember</code> is used to reference a prov:Membership from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:hadMember" schematype="prov:Membership">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hadMember" type="prov:Membership"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 31</span>: prov:hadMember</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;
+
+  &lt;prov:entity prov:id="e0"/&gt;
+  &lt;prov:entity prov:id="e1"/&gt;
+  &lt;prov:entity prov:id="e2"/&gt;
+
+  &lt;prov:collection prov:id="c"/&gt;
+
+  <b>&lt;prov:hadMember&gt;
+    &lt;prov:collection prov:ref="c"/&gt;
+    &lt;prov:entity prov:ref="e0"/&gt;
+    &lt;prov:entity prov:ref="e1"/&gt;
+    &lt;prov:entity prov:ref="e2"/&gt;
+  &lt;/prov:hadMember&gt;</b>
+
+&lt;/prov:document&gt;</pre></div>
+</section>  <!-- end term-Membership -->
+
+</section>   <!-- end component6 -->
+
+<section id="further-elements"> 
+<h3><span class="secno">3.7 </span>Further Elements of PROV</h3>
+
+<p>This section introduces further elements of PROV.</p>
+
+<section id="attribute-Identifier">
+<h4><span class="secno">3.7.1 </span>Identifier</h4>
+<span class="glossary-ref"></span>
+<p>The identifier attribute is used to identify instances of PROV types or relations.</p>
+<pre class="schema-attribute" attribute="prov:id" schematype="xs:QName">&lt;xs:attribute xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" type="xs:QName"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 32</span>: prov:id</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#" 
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity <b>prov:id="tr:WD-prov-dm-20111215"</b>&gt;
+    &lt;prov:type xsi:type="xsd:Qname"&gt;document&lt;/prov:type&gt;
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end attribute-Identifier --> 
+
+<section id="attribute-Reference">
+<h4><span class="secno">3.7.2 </span>Reference</h4>
+<span class="glossary-ref"></span>
+<p>A reference-by-id to a PROV entity, activity, agent, or relation.</p>
+<pre class="schema-attribute" attribute="prov:ref" schematype="xs:QName">&lt;xs:attribute ref="prov:ref" use="required" /&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 33</span>: prov:ref</div><pre class="example">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="e1"/&gt;
+
+  &lt;prov:activity prov:id="a1"/&gt;
+
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity <b>prov:ref="e1"</b>/&gt;
+    &lt;prov:activity <b>prov:ref="a1"</b>/&gt;
+    &lt;prov:time&gt;2001-10-26T21:32:52&lt;/prov:time&gt;
+    &lt;ex:port&gt;p1&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end attribute-Reference -->
+
+<section id="attributes">
+<h4><span class="secno">3.7.3 </span>Attributes</h4>
+<p>The PROV-DM defined PROV attributes are represented in XML as elements.</p>
+
+<section id="element-Label">
+<h5><span class="secno">3.7.3.1 </span>Label</h5>
+<span class="glossary-ref">    The attribute <span class="dfn"><span class="name">prov:label</span></span> provides a human-readable representation of an instance of a PROV-DM type or relation.   </span>
+<p>The element <code>prov:label</code> is used to represent a PROV attribute and has type prov:InternationalizedString.</p><p>Element defintion in XML Schema:</p><pre class="prov-attribute" element="prov:label" schematype="prov:InternationalizedString">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="label" type="prov:InternationalizedString"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 34</span>: prov:label</div><pre class="example">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#" 
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="ex:e1"&gt;
+    <b>&lt;prov:label&gt;This is a human-readable label&lt;/prov:label&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id="ex:car01"&gt;
+    <b>&lt;prov:label xml:lang="fr"&gt;Voiture 01&lt;/prov:label&gt;
+    &lt;prov:label xml:lang="en"&gt;Car 01&lt;/prov:label&gt;</b>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end element-Label -->
+
+<section id="element-Location">
+<h5><span class="secno">3.7.3.2 </span>Location</h5>
+<span class="glossary-ref">   A <span class="dfn">location</span> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </span>
+<p>The element <code>prov:location</code> is used to represent a PROV attribute and has type xs:anySimpleType.</p><p>Element defintion in XML Schema:</p><pre class="prov-attribute" element="prov:location" schematype="xs:anySimpleType">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="location" type="xs:anySimpleType"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 35</span>: prov:location</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="ex:MonaLisa"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;StillImage&lt;/prov:type&gt;
+    <b>&lt;prov:location xsi:type="xsd:string"&gt;Le Louvre, Paris&lt;/prov:location&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id="ex:cell"&gt;
+    <b>&lt;prov:location xsi:type="xsd:string"&gt;(5,5)&lt;/prov:location&gt;</b>
+    &lt;prov:value xsi:type="xsd:integer"&gt;10&lt;/prov:value&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end element-Location -->
+
+<section id="element-Role">
+<h5><span class="secno">3.7.3.3 </span>Role</h5>
+<span class="glossary-ref">   A <span class="dfn">role</span> is the function of an entity or agent with respect to an activity, in the context of a <a title="Usage" href="#concept-usage" class="internalDFN">usage</a>, <a title="Generation" href="#concept-generation" class="internalDFN">generation</a>, <a title="Invalidation" href="#concept-invalidation" class="internalDFN">invalidation</a>,  <a title="Association" href="#concept-association" class="internalDFN">association</a>, <a title="Start" href="#concept-start" class="internalDFN">start</a>, and  <a title="End" href="#concept-end" class="internalDFN">end</a>. </span>
+<p>The element <code>prov:role</code> is used to represent a PROV attribute and has type xs:anySimpleType.</p><p>Element defintion in XML Schema:</p><pre class="prov-attribute" element="prov:role" schematype="xs:anySimpleType">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="role" type="xs:anySimpleType"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 36</span>: prov:role</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag1"/&gt;
+    <b>&lt;prov:role xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;</b>
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag2"/&gt;
+    &lt;prov:plan prov:ref="ex:wf"/&gt;
+    <b>&lt;prov:role xsi:type="xsd:QName"&gt;designer&lt;/prov:role&gt;</b>
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end element-Role -->
+
+<section id="element-Type">
+<h5><span class="secno">3.7.3.4 </span>Type</h5>
+<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:type</span></span>  provides further typing information  for any construct with an optional set of attribute-value pairs. </span>
+<p>The element <code>prov:type</code> is used to represent a PROV attribute and has type xs:anySimpleType.</p><p>Element defintion in XML Schema:</p><pre class="prov-attribute" element="prov:type" schematype="xs:anySimpleType">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="type" type="xs:anySimpleType"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 37</span>: prov:type</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215"&gt;
+    <b>&lt;prov:type xsi:type="xsd:QName"&gt;document&lt;/prov:type&gt;</b>
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:agent prov:id="e1"&gt;
+    <b>&lt;prov:type xsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;</b>
+    &lt;ex:name&gt;Alice&lt;/ex:name&gt;
+    &lt;ex:employee&gt;1234&lt;/ex:employee&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:activity prov:id="a1"&gt;
+    &lt;prov:startTime&gt;2011-11-16T16:05:00&lt;/prov:startTime&gt;
+    &lt;prov:endTime&gt;2011-11-16T16:06:00&lt;/prov:endTime&gt;
+    <b>&lt;prov:type xsi:type="xsd:QName"&gt;ex:edit&lt;/prov:type&gt;</b>
+    &lt;ex:host&gt;server.example.org&lt;/ex:host&gt;
+  &lt;/prov:activity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end element-Type -->
+
+<section id="element-Value">
+<h5><span class="secno">3.7.3.5 </span>Value</h5>
+<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:value</span></span>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value" href="#concept-value" class="internalDFN">Value</a>. </span>
+<p>The element <code>prov:value</code> is used to represent a PROV attribute and has type xs:anySimpleType.</p><p>Element defintion in XML Schema:</p><pre class="prov-attribute" element="prov:value" schematype="xs:anySimpleType">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="value" type="xs:anySimpleType"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 38</span>: prov:value</div><pre class="example">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="ex:in"&gt;
+    <b>&lt;prov:value xsi:type="xsd:string"&gt;abcd&lt;/prov:value&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity prov:id="ex:out"&gt;
+    <b>&lt;prov:value xsi:type="xsd:integer"&gt;4&lt;/prov:value&gt;</b>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> <!-- end element-Value -->
+
+</section> <!-- end attributes -->
+
+<section id="type-value">
+<h4><span class="secno">3.7.4 </span>Value</h4>
+<span class="glossary-ref">   A <span class="dfn">value</span>  is a constant such as a string, number, time, qualified name, IRI, and encoded binary data, whose interpretation  is outside the scope of PROV. </span>
+<p>Relations defined by the PROV-DM to have type Value have type <code>xs:anySimpleType</code> in PROV-XML unless otherwise specified.</p>
+</section> <!-- end type-Value -->
+
+</section> <!-- end further-elements -->
+
+<section id="structural-elements">
+<h3><span class="secno">3.8 </span>Structural Elements of PROV-XML</h3>
+
+<section id="term-Document">
+<h4><span class="secno">3.8.1 </span>Document</h4>
+<p>The root element of all PROV-XML documents is <code>prov:document</code> which has type <code>prov:Document</code>.</p>
+<p>Similar to a <code>prov:BundleConstructor</code>, the <code>prov:Document</code> complexType is used to define a set of provenance statements.</p> 
+<p>Unlike the <code>prov:BundleConstructor</code>, a <code>prov:Document</code>
+</p><ul>
+<li>may contain <code>prov:bundle</code> elements (but not other <code>prov:document</code> elements)</li>
+<li>does not support the prov:id attribute.</li>
+</ul>
+<p></p>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType name="Document"&gt;
+  &lt;xs:sequence maxOccurs="unbounded"&gt;
+    &lt;xs:group ref="prov:documentElements" minOccurs="0"/&gt;
+    &lt;xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" /&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+
+<p>The element <code>prov:document</code> may only be used as the root element of a a PROV-XML document.</p>
+<p>The element <code>prov:document</code> is used to reference a prov:Document from within a prov:Document or prov:BundleConstructor.</p><p>Element defintion in XML Schema:</p><pre class="schema-element" element="prov:document" schematype="prov:Document" ignore="">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="document" type="prov:Document"/&gt;
+</pre>
+<div class="example"><div class="example-title"><span>Example 39</span>: prov:document</div><pre class="example"><b>&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</b>
+
+  &lt;!-- prov statements go here --&gt;
+
+<b>&lt;/prov:document&gt;</b></pre></div>
+</section> <!-- end term-Document-->
+
+</section> <!-- end structural-elements -->
+
+</section> <!-- end schema-components -->
+
+
+
+
+
+
+<!-- end sec. 5 -->
+
+
+<section id="media-type">
+<!--OddPage--><h2><span class="secno">4. </span>Media Type</h2>
+
+<dl>
+	<dt>Contact:</dt>
+	<dd>Ivan Herman</dd>
+	<dt>See also:</dt>
+	<dd><a href="http://www.w3.org/2002/06/registering-mediatype">How to Register a Media Type for a <abbr title="World Wide Web Consortium">W3C</abbr> Specification</a></dd>
+	<dd><a href="http://www.w3.org/2001/tag/2002/0129-mime">Internet Media Type registration, consistency of use</a><br>TAG Finding 3 June 2002 (Revised 4 September 2002)</dd>
+</dl>
+
+<p>The Internet Media Type / MIME type for PROV-XML is "<code style="color: black">application/provenance+xml</code>".</p>
+
+<p>It is recommended that PROV-XML files have the extension "<code style="color: black">.provx</code>" (all lowercase) on all platforms.</p>
+
+<p>It is recommended that PROV-XML files stored on Macintosh HFS file systems be given a file type of <code style="color: black">TEXT</code>.</p>
+
+<p>The information that follows has been <!--<a href="https://lists.w3.org/Archives/Member/w3c-archive/2012Nov/0317.html">-->submitted to the IESG<!--</a>--> for review, approval, and registration with IANA.</p>
+
+<dl>
+	<dt>Type name:</dt>
+	<dd>application</dd>
+	<dt>Subtype name:</dt>
+	<dd>provenance+xml</dd>
+	<dt>Required parameters:</dt>
+	<dd>none</dd>
+	<dt>Optional parameters:</dt>
+	<dd>Same as charset parameter of application/xml as specified in RFC3023 (Section 3.2).</dd>
+	<dt>Encoding considerations:</dt>
+	<dd>Same as encoding considerations of application/xml as specified in RFC 3023 (Section 3.2).</dd>
+	<dt>Security considerations:</dt>
+	<dd>PROV-XML is an XML language for describing the provenance of things; applications may evaluate given data to dereference URIs, invoking the security considerations of the scheme for that URI. Note in particular, the privacy issues in [<cite><a class="bibref" href="#bib-RFC3023">RFC3023</a></cite>] section 10 for HTTP URIs. Data obtained from an inaccurate or malicious data source may lead to inaccurate or misleading conclusions, as well as the dereferencing of unintended URIs. Care must be taken to align the trust in consulted resources with the sensitivity of the intended use of the data.</dd>
+	<dd>PROV-XML can express data which is presented to the user, for example, by means of label attributes. Application rendering strings retrieved from untrusted PROV-N documents must ensure that malignant strings may not be used to mislead the reader. The security considerations in the media type registration for XML ([<cite><a class="bibref" href="#bib-RFC3023">RFC3023</a></cite>] section 10) provide additional guidance around the expression of arbitrary data and markup.</dd>
+	<dd>PROV-XML is a language for describing the provenance of things, and therefore a PROV-XML document is metadata for other resources.  Untrusted PROV-XML documents may mislead its consumers by indicating that a third-party resource has a reputable lineage, when it has not. Provenance of PROV-XML document should be sought. </dd>
+	<dd>PROV-XML uses QNames mappable to IRIs as term identifiers. Applications interpreting data expressed in PROV-XML should address the security issues of
+  <a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource Identifiers (IRIs)</a> [<cite><a class="bibref" href="#bib-RFC3987">RFC3987</a></cite>] Section 8, as well as
+  <a class="norm" href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource Identifier (URI): Generic Syntax</a> [<cite><a class="bibref" href="#bib-RFC3986">RFC3986</a></cite>] Section 7.</dd>
+  	<dd>Multiple IRIs may have the same appearance. Characters in different scripts may look similar (a Cyrillic "о" may appear similar to a Latin "o"). A character followed by combining characters may have the same visual representation as another character (LATIN SMALL LETTER E followed by COMBINING ACUTE ACCENT has the same visual representation as LATIN SMALL LETTER E WITH ACUTE).  Any person or application that is writing or interpreting data in PROV-N must take care to use the IRI that matches the intended semantics, and avoid IRIs that make look similar. Further information about matching of similar characters can be found in <a class="inform" href="http://www.unicode.org/reports/tr36/">Unicode Security Considerations</a> [<cite><a class="bibref" href="#bib-UNISEC">UNISEC</a></cite>] and <a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource Identifiers (IRIs)</a> [<cite><a class="bibref" href="#bib-RFC3987">RFC3987</a></cite>] Section 8.</dd>
+	<dt>Interoperability considerations:</dt>
+	<dd>There are no known interoperability issues.</dd>
+	<dt>Published specification:</dt>
+	<dd>PROV-XML: The PROV XML Schema, Hua, Tilmes, Zednik (eds), Moreau <a href="http://www.w3.org/TR/prov-xml/">http://www.w3.org/TR/prov-xml/</a>, 2013.</dd>
+	<dt>Applications which use this media type:</dt>
+	<dd>It may be used by any application for publishing provenance information.  This format is designed to be an XML form of provenance.</dd>
+	<dt>Fragment identifier considerations:</dt>
+	<dd>N/A</dd>
+	<dt>Additional Information:</dt>
+	<span style="text-indent:2em;">
+	<dt>Magic number(s):</dt>
+	<dd>PROV-XML documents are XML documents and thus may have initial strings similar to any XML document.</dd>
+	<dt>File extension(s):</dt>
+	<dd>.provx</dd>
+	<dt>Macintosh file type code(s):</dt>
+	<dd>"TEXT"</dd>
+	</span>
+	<dt>Person &amp; email address to contact for further information:</dt>
+	<dd>Ivan Herman, ivan@w3.org</dd>
+	<dt>Intended usage:</dt>
+	<dd>COMMON</dd>
+	<dt>Restrictions on usage:</dt>
+	<dd>none</dd>
+	<dt>Author:</dt>
+	<dd>The PROV-XML specification is the product of the World Wide Web Consortium's Provenance Working Group.</dd>
+	<dt>Change controller:</dt>
+	<dd>The <abbr title="World Wide Web Consortium">W3C</abbr>, and the <abbr title="World Wide Web Consortium">W3C</abbr> Provenance Working Group, have change control over this specification.</dd>
+</dl>
+
+</section> <!-- end media-type -->
+
+
+
+
+
+<!-- Should this be folded or hid in some way until the user asks to see it? -->
+<section class="appendix" id="prov-xml-schema"> 
+<!--OddPage--><h2><span class="secno">A. </span>XML Schema</h2>
+
+<section id="prov-schema">
+<h3><span class="secno">A.1 </span>prov.xsd</h3>
+<pre class="prov-schema">&lt;?xml version="1.0" encoding="utf-8"?&gt;
+&lt;xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified"&gt;
+
+	&lt;xs:include schemaLocation="prov-core.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-dictionary.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-links.xsd"/&gt;
+
+&lt;/xs:schema&gt;
+</pre>
+</section> <!-- end prov-schema -->
+
+<section id="prov-core-schema">
+<h3><span class="secno">A.2 </span>prov-core.xsd</h3>
+<pre class="prov-core-schema">&lt;?xml version="1.0" encoding="utf-8"?&gt;
+&lt;xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           xmlns:cu="http://www.w3.org/1999/xhtml/datatypes/"
+           xmlns:xml="http://www.w3.org/XML/1998/namespace"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified"&gt;
+
+
+
+  &lt;xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/" /&gt;
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace" 
+             schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;
+
+  &lt;!-- Component 1 --&gt;
+  
+  &lt;xs:complexType name="Entity"&gt;
+    &lt;xs:sequence&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:value" minOccurs="0"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;  
+
+  &lt;xs:complexType name="Activity"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="startTime" type="xs:dateTime" minOccurs="0"/&gt; 
+        &lt;xs:element name="endTime" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt; 
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Generation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Usage"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="entity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Communication"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="informed" type="prov:IDRef"/&gt;
+        &lt;xs:element name="informant" type="prov:IDRef"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Start"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="trigger" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="starter" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="End"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="trigger" type="prov:IDRef"  minOccurs="0"/&gt;
+        &lt;xs:element name="ender" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Invalidation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 2 --&gt;
+  
+  &lt;xs:complexType name="Derivation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="generatedEntity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="usedEntity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="generation" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="usage" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Revision"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Derivation"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Quotation"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Derivation"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="PrimarySource"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Derivation"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 3 --&gt;
+  
+  &lt;xs:complexType name="Agent"&gt;
+    &lt;xs:sequence&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Person"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Agent"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Organization"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Agent"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="SoftwareAgent"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Agent"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Attribution"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="agent" type="prov:IDRef"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Association"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="agent" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="plan" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Delegation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="delegate" type="prov:IDRef"/&gt;
+        &lt;xs:element name="responsible" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Influence"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="influencee" type="prov:IDRef"/&gt;
+        &lt;xs:element name="influencer" type="prov:IDRef"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 4 --&gt;
+
+  &lt;!-- Is there a way to have this still extend prov:Entity? --&gt;
+
+  &lt;xs:complexType name="Bundle"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Entity"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+  
+  &lt;xs:complexType name="BundleConstructor"&gt;
+    &lt;xs:sequence maxOccurs="unbounded"&gt;
+      &lt;xs:group ref="prov:documentElements"/&gt;
+      &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 5 --&gt;
+
+  &lt;xs:complexType name="Specialization"&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name="specificEntity" type="prov:IDRef"/&gt;
+      &lt;xs:element name="generalEntity" type="prov:IDRef"/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Alternate"&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name="alternate1" type="prov:IDRef"/&gt;
+      &lt;xs:element name="alternate2" type="prov:IDRef"/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+  
+  &lt;!-- Component 6 --&gt;
+
+  &lt;xs:complexType name="Collection"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Entity"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="EmptyCollection"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Collection"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Membership"&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name="collection" type="prov:IDRef"/&gt;
+      &lt;xs:element name="entity" type="prov:IDRef" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Plan"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Entity"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="InternationalizedString"&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:string"&gt;
+        &lt;xs:attribute ref="xml:lang" use="optional"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;    
+
+
+   &lt;!--
+    Typed literals are encoded by means
+    of xsi:type that represent the prov:datatype.
+   --&gt;
+  
+  &lt;xs:element name="label" type="prov:InternationalizedString"/&gt;
+  &lt;xs:element name="role" type="xs:anySimpleType"/&gt;
+  &lt;xs:element name="type" type="xs:anySimpleType"/&gt;
+  &lt;xs:element name="location" type="xs:anySimpleType"/&gt;
+  &lt;xs:element name="value" type="xs:anySimpleType"/&gt;
+
+  &lt;xs:attribute name="id" type="xs:QName"/&gt;
+  &lt;xs:attribute name="ref" type="xs:QName"/&gt;
+
+  &lt;xs:complexType name="IDRef"&gt;
+    &lt;xs:attribute ref="prov:ref" use="required" /&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!--
+     top-level definition of elements following the salami slice XSD design pattern
+     to encourage integration within existing non-prov XML documents.
+  --&gt;
+
+  &lt;!-- Component 1 elements --&gt;
+
+  &lt;xs:element name="entity"               type="prov:Entity"/&gt;
+  &lt;xs:element name="activity"             type="prov:Activity"/&gt;
+  &lt;xs:element name="wasGeneratedBy"       type="prov:Generation"/&gt;
+  &lt;xs:element name="used"                 type="prov:Usage"/&gt;
+  &lt;xs:element name="wasInformedBy"        type="prov:Communication"/&gt;
+  &lt;xs:element name="wasStartedBy"         type="prov:Start"/&gt;
+  &lt;xs:element name="wasEndedBy"           type="prov:End"/&gt;
+  &lt;xs:element name="wasInvalidatedBy"     type="prov:Invalidation"/&gt;
+
+  &lt;!-- Component 2 elements --&gt;
+
+  &lt;xs:element name="wasDerivedFrom"       type="prov:Derivation"/&gt;
+  &lt;xs:element name="wasRevisionOf"        type="prov:Revision"/&gt;
+  &lt;xs:element name="wasQuotedFrom"        type="prov:Quotation"/&gt;
+  &lt;xs:element name="hadPrimarySource"     type="prov:PrimarySource"/&gt;
+
+  &lt;!-- Component 3 elements --&gt;
+
+  &lt;xs:element name="agent"                type="prov:Agent"/&gt;
+  &lt;xs:element name="person"               type="prov:Person"/&gt;
+  &lt;xs:element name="organization"         type="prov:Organization"/&gt;
+  &lt;xs:element name="softwareAgent"        type="prov:SoftwareAgent"/&gt;
+  &lt;xs:element name="wasAttributedTo"      type="prov:Attribution"/&gt;
+  &lt;xs:element name="wasAssociatedWith"    type="prov:Association"/&gt;
+  &lt;xs:element name="actedOnBehalfOf"      type="prov:Delegation"/&gt;
+  &lt;xs:element name="wasInfluencedBy"      type="prov:Influence"/&gt;
+  
+  &lt;!-- Component 5 elements --&gt;
+
+  &lt;xs:element name="bundle"               type="prov:Bundle"/&gt;
+  &lt;xs:element name="specializationOf"     type="prov:Specialization"/&gt;
+  &lt;xs:element name="alternateOf"          type="prov:Alternate"/&gt;
+
+  &lt;!-- Component 6 elements --&gt;
+
+  &lt;xs:element name="hadMember"            type="prov:Membership"/&gt;
+  &lt;xs:element name="collection"           type="prov:Collection"/&gt;
+  &lt;xs:element name="emptyCollection"      type="prov:EmptyCollection"/&gt;
+
+  &lt;!-- Component 7 elements --&gt;
+
+  &lt;xs:element name="plan"                 type="prov:Plan"/&gt;
+
+  &lt;!-- document elements --&gt;
+
+  &lt;xs:group name="documentElements"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element ref="prov:entity" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:activity" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasGeneratedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:used" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasInformedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasStartedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasEndedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasInvalidatedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasDerivedFrom" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasRevisionOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasQuotedFrom" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:hadPrimarySource" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:agent" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:person" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:organization" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:softwareAgent" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasAttributedTo" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasAssociatedWith" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:actedOnBehalfOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasInfluencedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:bundle" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:specializationOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:alternateOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:collection" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:emptyCollection" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:hadMember" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:plan" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:internalElement" minOccurs="0" maxOccurs="unbounded" /&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:group&gt;
+
+  &lt;xs:element name="document" type="prov:Document" /&gt;
+  &lt;xs:complexType name="Document"&gt;
+    &lt;xs:sequence maxOccurs="unbounded"&gt;
+      &lt;xs:group ref="prov:documentElements" minOccurs="0"/&gt;
+      &lt;xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/&gt;
+      &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" /&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+
+  &lt;!-- abstract element used by extensions --&gt;
+
+  &lt;xs:element name="internalElement" abstract="true" /&gt;
+
+&lt;/xs:schema&gt;
+</pre>
+</section> <!-- end prov-core-schema -->
+
+<section id="extension-schemas">
+<h3><span class="secno">A.3 </span>Extension Schemas</h3>
+<p>Extension schemas are schemas in the PROV Namespace that define additional PROV elements not from the PROV-DM.  Workgroup Notes provide extension schemas to define their Note-introduced PROV elements.  Extension schemas must import (using <code>xs:include</code>) the <b>prov-core.xsd</b> schema and make use of a substitution group on the <code>prov:internalElement</code> to add extension defined elements to the list of valid PROV elements in a bundle or document.</p>
+<p>Here is an example from the <b>prov-links.xsd</b> extension schema.</p>
+<pre title="prov-links.xsd">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
+	elementFormDefault="qualified"&gt;
+	
+	&lt;xs:include schemaLocation="../prov-core.xsd" /&gt;
+	
+	&lt;xs:complexType name="Mention"&gt;
+		&lt;xs:sequence&gt;
+			&lt;xs:element name="specificEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="generalEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="bundle" type="prov:IDRef" /&gt;
+		&lt;/xs:sequence&gt;
+	&lt;/xs:complexType&gt;
+	
+	&lt;xs:element name="mentionOf" type="prov:Mention" substitutionGroup="prov:internalElement" /&gt;
+	
+&lt;/xs:schema&gt;
+</pre>
+</section> <!-- end extension-schemas -->
+</section> <!-- end prov-xml-schema -->
+
+<section class="appendix" id="changelog">
+<!--OddPage--><h2><span class="secno">B. </span>Change Log</h2> 
+
+<section id="changelog-last">
+<h3><span class="secno">B.1 </span>Changes since last version</h3>
+<ul>
+<li>Added Change Log section</li>
+<li> Changed the status of this document section: added new documents to the PROV Family of Document, and removed the how to read section, referring instead to PROV-OVERVIEW.</li>
+<li>Changed all URLs to PROV documents.</li>
+<li>Removed Review notes.</li>
+<li>Updated table 1 with XML Schema Referencing Element column.</li>
+<li>Added Type Conventions and Schema Modularization sections to XML Schema Design section.</li>
+<li>Updated Bundle section to reflect changes in schema design.</li>
+<li>Updated inline schema and schema examples to reflect updates to schema design.</li>
+<li>Updated text that appears before schema snippets and examples in PROV XML Schema subsections.</li>
+<li>Added extension schema example to appendix.</li>
+<li>Removed Macintosh HFS file type paragraph from Media Type section.</li>
+<li>Made all references informative instead of normative since PROV-XML is a note.</li>
+</ul>
+</section> <!-- end changelog-last -->
+</section> <!-- end changelog -->
+
+<section class="appendix" id="acknowledgements"> 
+<!--OddPage--><h2><span class="secno">C. </span>Acknowledgements</h2> 
+
+This document has been produced by the PROV Working Group, and its
+contents reflect extensive discussion within the Working Group as a
+whole. The editors extend special thanks to Luc Moreau (University of
+Southampton), Paul Groth (Vrije Universiteit) and James Cheney
+(University of Edinburgh) for their thorough reviews.
+
+<p> 
+Members of the PROV Working Group at the time of publication of this document were:
+
+Ilkay Altintas (Invited expert),
+Reza B'Far (Oracle Corporation),
+Khalid Belhajjame (University of Manchester),
+James Cheney (University of Edinburgh, School of Informatics),
+Sam Coppens (IBBT),
+David Corsar (University of Aberdeen, Computing Science),
+Stephen Cresswell (The National Archives),
+Tom De Nies (IBBT),
+Helena Deus (DERI Galway at the National University of Ireland, Galway, Ireland),
+Simon Dobson (Invited expert),
+Martin Doerr (Foundation for Research and Technology - Hellas(FORTH)),
+Kai Eckert (Invited expert),
+Jean-Pierre EVAIN (European Broadcasting Union, EBU-UER),
+James Frew (Invited expert),
+Irini Fundulaki (Foundation for Research and Technology - Hellas(FORTH)),
+Daniel Garijo (Universidad Politécnica de Madrid),
+Yolanda Gil (Invited expert),
+Ryan Golden (Oracle Corporation),
+Paul Groth (Vrije Universiteit),
+Olaf Hartig (Invited expert),
+David Hau (National Cancer Institute, NCI),
+Sandro Hawke (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="Massachusetts Institute of Technology">MIT</abbr>),
+Jörn Hees (German Research Center for Artificial Intelligence (DFKI) Gmbh),
+Ivan Herman, (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr>),
+Ralph Hodgson (TopQuadrant),
+Hook Hua (Invited expert),
+Trung Dong Huynh (University of Southampton),
+Graham Klyne (University of Oxford),
+Michael Lang (Revelytix, Inc.),
+Timothy Lebo (Rensselaer Polytechnic Institute),
+James McCusker (Rensselaer Polytechnic Institute),
+Deborah McGuinness (Rensselaer Polytechnic Institute),
+Simon Miles (Invited expert),
+Paolo Missier (School of Computing Science, Newcastle university),
+Luc Moreau (University of Southampton),
+James Myers (Rensselaer Polytechnic Institute),
+Vinh Nguyen (Wright State University),
+Edoardo Pignotti (University of Aberdeen, Computing Science),
+Paulo da Silva Pinheiro (Rensselaer Polytechnic Institute),
+Carl Reed (Open Geospatial Consortium),
+Adam Retter (Invited Expert),
+Christine Runnegar (Invited expert),
+Satya Sahoo (Invited expert),
+David Schaengold (Revelytix, Inc.),
+Daniel Schutzer (FSTC, Financial Services Technology Consortium),
+Yogesh Simmhan (Invited expert),
+Stian Soiland-Reyes (University of Manchester),
+Eric Stephan (Pacific Northwest National Laboratory),
+Linda Stewart (The National Archives),
+Ed Summers (Library of Congress),
+Maria Theodoridou (Foundation for Research and Technology - Hellas(FORTH)),
+Ted Thibodeau (OpenLink Software Inc.),
+Curt Tilmes (National Aeronautics and Space Administration),
+Craig Trim (IBM Corporation),
+Stephan Zednik (Rensselaer Polytechnic Institute),
+Jun Zhao (University of Oxford),
+Yuting Zhao (University of Aberdeen, Computing Science).
+</p> 
+</section> <!-- end acknowledgements -->
+
+
+
+
+
+ 
+
+<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">D. </span>References</h2><section id="informative-references"><h3><span class="secno">D.1 </span>Informative references</h3><dl class="bibliography"><dt id="bib-Mappings">[Mappings]</dt><dd>Satya Sahoo and Paul Groth and Olaf Hartig and Simon Miles and Sam Coppens and James Myers and Yolanda Gil and Luc Moreau and Jun Zhao and Michael Panzer and Daniel Garijo <a href="http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings"><cite>Provenance Vocabulary Mappings</cite></a>. August 2010 URL: <a href="http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings">http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings</a>
+</dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/"><cite>Provenance Access and Query</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/">http://www.w3.org/TR/2013/WD-prov-aq-20130312/</a>
+</dd><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/"><cite>Constraints of the PROV Data Model</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">http://www.w3.org/TR/2013/PR-prov-constraints-20130312/</a>
+</dd><dt id="bib-PROV-DC">[PROV-DC]</dt><dd>Daniel Garijo; Kai Eckert; eds. <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/"><cite>Dublin Core to PROV Mapping</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/">http://www.w3.org/TR/2013/WD-prov-dc-20130312/</a>
+</dd><dt id="bib-PROV-DICTIONARY">[PROV-DICTIONARY]</dt><dd>Tom De Nies; Sam Coppens; eds. <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/"><cite>PROV Dictionary</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/">http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/</a>
+</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/"><cite>PROV-DM: The PROV Data Model</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/">http://www.w3.org/TR/2013/PR-prov-dm-20130312/</a>
+</dd><dt id="bib-PROV-LINKS">[PROV-LINKS]</dt><dd>Luc Moreau; Timothy Lebo; eds. <a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/"><cite>Linking Across Provenance Bundles</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/">http://www.w3.org/TR/2013/WD-prov-links-20130312/</a>
+</dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/"><cite>PROV-N: The Provenance Notation</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">http://www.w3.org/TR/2013/PR-prov-n-20130312/</a>
+</dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/"><cite>PROV-O: The PROV Ontology</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">http://www.w3.org/TR/2013/PR-prov-o-20130312/</a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/">http://www.w3.org/TR/2013/WD-prov-overview-20130312/</a>
+</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/"><cite>PROV Model Primer</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/">http://www.w3.org/TR/2013/WD-prov-primer-20130312/</a>
+</dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James Cheney; ed. <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312"><cite>Semantics of the PROV Data Model</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312">http://www.w3.org/TR/2013/WD-prov-sem-20130312</a>.
+</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
+</dd><dt id="bib-RFC3023">[RFC3023]</dt><dd>M. Murata; S. St.Laurent; D. Kohn. <a href="http://www.ietf.org/rfc/rfc3023.txt"><cite>XML Media Types</cite></a>. January 2001. RFC 3023. URL: <a href="http://www.ietf.org/rfc/rfc3023.txt">http://www.ietf.org/rfc/rfc3023.txt</a>
+</dd><dt id="bib-RFC3986">[RFC3986]</dt><dd>T. Berners-Lee; R. Fielding; L. Masinter. <a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>Uniform Resource Identifier (URI): Generic Syntax</cite></a>. January 2005. RFC 3986. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a>
+</dd><dt id="bib-RFC3987">[RFC3987]</dt><dd>M. Dürst; M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRIs)</cite></a>. January 2005. RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a>
+</dd><dt id="bib-UNISEC">[UNISEC]</dt><dd> Mark Davis; Michel Suignard. <a href="http://www.unicode.org/reports/tr36/"><cite>Unicode Security Considerations<cite></cite></cite></a>.  4 August 2010. URL: <a href="http://www.unicode.org/reports/tr36/">http://www.unicode.org/reports/tr36/</a>
+</dd></dl></section></section></body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20130312/diff.html	Mon Mar 04 08:47:35 2013 -0500
@@ -0,0 +1,4207 @@
+
+
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head><style type="text/css"><!--
+
+.insert { background-color: #aaffaa }
+.delete { background-color: #ff8888; text-decoration: line-through }
+.tagInsert { background-color: #007700; color: #ffffff }
+.tagDelete { background-color: #770000; color: #ffffff }
+
+--></style> 
+    <title>PROV-XML: The PROV XML Schema</title> 
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
+	<style type="text/css">
+    
+	    .note { font-size:small; margin-left:50px }
+	    
+	    table.thinborder {
+	    	border-width: 1px;
+			border-spacing: 0px;
+			border-style: none;
+			border-color: gray;
+			border-collapse: collapse;
+		}
+			
+		table.thinborder th {
+			border-width: 1px;
+			padding: 0px;
+			border-style: solid;
+			border-color: gray;
+		}
+		
+		table.thinborder td {
+			border-width: 1px;
+			padding: 2px;
+			border-style: solid;
+			border-color: gray;
+		}
+		
+	</style>
+     
+  
+
+
+	
+    
+
+    
+    
+    
+
+    
+
+    
+
+     
+  <style>/*****************************************************************
+ * ReSpec <span class="insert">3 </span>CSS
+ * Robin Berjon <span class="delete">(robin at berjon dot com)
+ * v0.05 </span>- <span class="delete">2009-07-31</span><span class="insert">http://berjon.com/</span>
+ *****************************************************************/
+
+
+
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+<span class="insert">cite .bibref {
+    font-style: normal;
+}
+
+</span>code {
+    color:  #ff4500;
+}
+
+
+/* --- <span class="delete">WEB IDL </span>--- */
+<span class="delete">pre.idl</span><span class="insert">ol.algorithm</span> {<span class="delete">
+    border-top: 1px solid #90b8de;
+    border-bottom: 1px solid #90b8de;
+    padding:    1em;
+    line-height:    120%;
+</span><span class="insert"> counter-reset:numsection; list-style-type: none; }
+ol.algorithm li { margin: 0.5em 0; }
+ol.algorithm li:before { font-weight: bold; counter-increment: numsection; content: counters(numsection, ".") ") "; </span>}
+
+<span class="delete">pre.idl::before</span><span class="insert">/* --- TOC --- */
+.toc a, .tof a</span> {
+    <span class="delete">content:</span><span class="insert">text-decoration:</span>    <span class="delete">"WebIDL";
+    display:</span><span class="insert">none;
+}
+
+a .secno, a .figno {
+    color:  #000;
+}
+
+ul.tof, ol.tof {
+    list-style: none outside none;
+}
+
+.caption {
+    margin-top: 0.5em;
+    font-style:   italic;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:</span>    <span class="delete">block;
+    width:      150px;</span><span class="insert">collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {</span>
+    background: <span class="delete">#90b8de;</span><span class="insert">#005a9c;</span>
+    color:  #fff;
+    <span class="delete">font-family:    initial;
+    </span>padding:    <span class="delete">3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;</span><span class="insert">3px 5px;
+    text-align: left;</span>
+}
+
+<span class="delete">.idlType</span><span class="insert">.simple th[scope="row"]</span> {<span class="insert">
+    background: inherit;</span>
+    color:  <span class="delete">#ff4500;
+    font-weight:    bold;
+    text-decoration:    none;</span><span class="insert">inherit;
+    border-top: 1px solid #ddd;</span>
+}
+
+<span class="delete">/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID</span><span class="insert">.simple td</span> {
+    <span class="delete">font-weight:</span><span class="insert">padding:</span>    <span class="delete">bold;
+    color:  #005a9c;</span><span class="insert">3px 10px;
+    border-top: 1px solid #ddd;</span>
+}
+
+<span class="delete">.idlSuperclass</span><span class="insert">.simple tr:nth-child(even)</span> {
+    <span class="delete">font-style: italic;
+    color:  #005a9c;</span><span class="insert">background: #f0f6ff;</span>
+}
+
+<span class="delete">/*.idlAttribute*/
+.idlAttrType, .idlFieldType, .idlMemberType</span><span class="insert">/* --- DL --- */
+.section dd > p:first-child</span> {
+    <span class="delete">color:  #005a9c;
+}
+.idlAttrName, .idlFieldName, .idlMemberName {
+    color:  #ff4500;
+}
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;</span><span class="insert">margin-top: 0;</span>
+}
+
+<span class="delete">/*.idlMethod*/
+.idlMethType</span><span class="insert">.section dd > p:last-child</span> {
+    <span class="delete">color:  #005a9c;
+}
+.idlMethName {
+    color:  #ff4500;
+}
+.idlMethName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;</span><span class="insert">margin-bottom: 0;</span>
+}
+
+<span class="delete">/*.idlParam*/
+.idlParamType {
+    color:  #005a9c;
+}
+.idlParamName {
+    font-style: italic;
+}
+
+.extAttr {
+    color:  #666;
+}
+
+/*.idlConst*/
+.idlConstType {
+    color:  #005a9c;
+}
+.idlConstName {
+    color:  #ff4500;
+}
+.idlConstName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlException*/
+.idlExceptionID {
+    font-weight:    bold;
+    color:  #c00;
+}
+
+.idlTypedefID, .idlTypedefType {
+    color:  #005a9c;
+}
+
+.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
+    color:  #c00;
+    font-weight:    normal;
+}
+
+.excName a {
+    font-family:    monospace;
+}
+
+.idlRaises a.idlType, .excName a.idlType {
+    border-bottom:  1px dotted #c00;
+}
+
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
+    width:  45px;
+    text-align: center;
+}
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }
+
+.idlImplements a {
+    font-weight:    bold;
+}
+
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
+    margin-left:    2em;
+}
+
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
+    font-weight:    normal;
+}
+
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
+    font-weight:    bold;
+    color:  #000;
+    font-family:    monospace;
+}
+
+.attributes dt code, .fields dt code, .dictionary-members dt code {
+    background:  #ffffd2;
+}
+
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
+    color:  #005a9c;
+    background:  transparent;
+    font-family:    inherit;
+    font-weight:    normal;
+    font-style: italic;
+}
+
+.methods dt code {
+    background:  #d9e6f8;
+}
+
+.constants dt code {
+    background:  #ddffd2;
+}
+
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members</span><span class="insert">.section</span> dd {
+    margin-bottom:  1em;
+}
+
+<span class="delete">table.parameters, table.exceptions {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    margin: 0.5em 0;
+    width:  100%;
+}
+table.parameters { border-bottom:  1px solid #90b8de; }
+table.exceptions { border-bottom:  1px solid #deb890; }
+
+.parameters th, .exceptions th {
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+    font-family:    initial;
+    font-weight:    normal;
+    text-shadow:    #666 1px 1px 0;
+}
+.parameters th { background: #90b8de; }
+.exceptions th { background: #deb890; }
+
+.parameters td, .exceptions td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+    vertical-align: top;
+}
+
+.parameters tr:first-child td, .exceptions tr:first-child td {
+    border-top: none;
+}
+
+.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
+    width:  100px;
+}
+
+.parameters td.prmType {
+    width:  120px;
+}
+
+table.exceptions table {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    width:  100%;
+}
+
+/* --- TOC --- */
+.toc a {
+    text-decoration:    none;
+}
+
+a .secno {
+    color:  #000;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+</span>.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+
+
+</style><style>/* --- EXAMPLES --- */
+<span class="delete">pre.example</span><span class="insert">div.example-title</span> {
+    <span class="delete">border-top: 1px solid #ff4500;
+    border-bottom: 1px solid #ff4500;</span><span class="insert">min-width: 7.5em;
+    color: #b9ab2d;
+}
+div.example-title span {
+    text-transform: uppercase;   
+}
+aside.example, div.example, div.illegal-example {</span>
+    padding:<span class="delete">    1em;
+    margin-top: 1em;
+</span><span class="insert"> 0.5em;
+    margin: 1em 0;
+    position: relative;
+    clear: both;
+}
+div.illegal-example { color: red }
+div.illegal-example p { color: black }
+aside.example, div.example {
+    padding: .5em;
+    border-left-width: .5em;
+    border-left-style: solid;
+    border-color: #e0cb52;
+    background: #fcfaee;    
+</span>}
+
+<span class="delete">pre.example::before</span><span class="insert">aside.example div.example</span> {
+    <span class="delete">content:    "Example";
+    display:    block;
+    width:      150px;</span><span class="insert">border-left-width: .1em;
+    border-color: #999;</span>
+    background: <span class="delete">#ff4500;</span><span class="insert">#fff;
+}
+aside.example div.example div.example-title {</span>
+    color:<span class="delete">  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;</span><span class="insert"> #999;</span>
+}<span class="delete">
+
+/* --- EDITORIAL NOTES --- */
+.issue {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #ffc;
+}
+
+.issue::before {
+    content:    "Issue";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.note {
+    margin: 1em 0em 0em;
+    padding:    1em;
+    border: 2px solid #cff6d9;
+    background: #e2fff0;
+}
+
+.note::before {
+    content:    "Note";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #cff6d9;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+/* --- Best Practices --- */
+div.practice {
+    border: solid #bebebe 1px;
+    margin: 2em 1em 1em 2em;
+}
+
+span.practicelab {
+    margin: 1.5em 0.5em 1em 1em;
+    font-weight: bold;
+    font-style: italic;
+}
+
+span.practicelab   { background: #dfffff; }
+
+span.practicelab {
+    position: relative;
+    padding: 0 0.5em;
+    top: -1.5em;
+}
+
+p.practicedesc {
+    margin: 1.5em 0.5em 1em 1em;
+}
+
+@media screen {
+    p.practicedesc {
+        position: relative;
+        top: -2em;
+        padding: 0;
+        margin: 1.5em 0.5em -1em 1em;
+    }
+}
+
+/* --- SYNTAX HIGHLIGHTING --- */
+pre.sh_sourceCode {
+  background-color: white;
+  color: black;
+  font-style: normal;
+  font-weight: normal;
+}
+
+pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
+pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
+pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
+pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
+pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
+pre.sh_sourceCode .sh_specialchar { color: 	#ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
+pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
+pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
+pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
+pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
+pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
+pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
+pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */
+
+/* Predefined variables and functions (for instance glsl) */
+pre.sh_sourceCode .sh_predef_var { color: #00008B; }
+pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
+
+/* for OOP */
+pre.sh_sourceCode .sh_classname { color: teal; }
+
+/* line numbers (not yet implemented) */
+pre.sh_sourceCode .sh_linenum { display: none; }
+
+/* Internet related */
+pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
+
+/* for ChangeLog and Log files */
+pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
+pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
+pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
+
+/* for Prolog, Perl... */
+pre.sh_sourceCode .sh_variable { color: #006400; }
+
+/* for LaTeX */
+pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
+pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
+pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
+pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
+pre.sh_sourceCode .sh_argument { color: #006400; }
+pre.sh_sourceCode .sh_optionalargument { color: purple; }
+pre.sh_sourceCode .sh_math { color: orange; }
+pre.sh_sourceCode .sh_bibtex { color: blue; }
+
+/* for diffs */
+pre.sh_sourceCode .sh_oldfile { color: orange; }
+pre.sh_sourceCode .sh_newfile { color: #006400; }
+pre.sh_sourceCode .sh_difflines { color: blue; }
+
+/* for css */
+pre.sh_sourceCode .sh_selector { color: purple; }
+pre.sh_sourceCode .sh_property { color: blue; }
+pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
+
+/* other */
+pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
+pre.sh_sourceCode .sh_paren { color: red; }
+pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+</span>
+</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD"></head> 
+  <body><div class="head">
+  <p>
+    
+      <a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a>
+    
+  </p>
+  <h1 class="title" id="title">PROV-XML: The PROV XML Schema</h1>
+  
+  <h2 id="w3c-working-draft-12-march-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Working Draft <span class="delete">11 December 2012</span><span class="insert">12 March 2013</span></h2>
+  <dl>
+    
+      <dt>This version:</dt>
+      <dd><span class="delete">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</span><a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-xml-20130312/</span></a></dd>
+      <dt>Latest published version:</dt>
+      <dd><a href="http://www.w3.org/TR/prov-xml/">http://www.w3.org/TR/prov-xml/</a></dd>
+    
+    
+      <dt>Latest editor's draft:</dt>
+      <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html">http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov-xml.html</a></dd>
+    
+    
+    
+    
+    
+      <dt><span class="insert">Previous version:</span></dt>
+      <dd><a href="http://www.w3.org/TR/2012/NOTE-prov-xml-20121211/"><span class="insert">http://www.w3.org/TR/2012/NOTE-prov-xml-20121211/</span></a> <a href="diff.html"><span class="insert">(color-coded diff)</span></a></dd>
+    
+    
+    <dt>Editors:</dt>
+    <dd><span>(In alphabetical order)</span></dd>
+<dd><span>Hook Hua</span>, <span class="delete">Jet Propulsion Laboratory / California Institute of Technology</span><span class="insert">Invited Expert</span></dd>
+<dd><span>Curt Tilmes</span>, National Aeronautics and Space Administration</dd>
+<dd><a href="http://tw.rpi.edu/web/person/StephanZednik">Stephan Zednik</a>, Rensselaer Polytechnic Institute</dd>
+
+
+    
+      <dt>Author:</dt>
+      <dd><a href="http://www.ecs.soton.ac.uk/~lavm/">Luc Moreau</a>, University of Southampton</dd>
+
+
+    
+  </dl>
+  
+  
+  
+  
+    
+      <p class="copyright">
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©<span class="delete"> 2012-2012 </span><span class="insert"> 
+        2012-2013
+        
+        </span><a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>  
+        (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, 
+        <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, 
+        <a href="http://www.keio.ac.jp/">Keio</a><span class="insert">, </span><a href="http://ev.buaa.edu.cn/"><span class="insert">Beihang</span></a>), All Rights Reserved. 
+        <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, 
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and 
+        <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
+      </p>
+    
+  
+  <hr>
+</div> 
+
+<section id="abstract" class="introductory"><h2>Abstract</h2>
+<p>
+Provenance is information about entities, activities, and people involved in producing a piece of data or thing, which can be used to form assessments about its quality, reliability or trustworthiness. PROV-DM is the conceptual data model that forms a basis for the <abbr title="World Wide Web Consortium">W3C</abbr> provenance (PROV) family of specifications. It defines a concepts for expressing provenance information enabling interchange. This document introduces an XML schema for the PROV data model (PROV-DM), allowing instances of the PROV data model to be serialized in XML.
+</p>
+<p>The  <a href="http://www.w3.org/TR/2012/WD-prov-overview-20130312/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.</p>
+</section><section id="sotd" class="introductory"><h2>Status of This Document</h2>
+  
+    
+      
+        <p>
+          <em>This section describes the status of this document at the time of its publication. Other 
+          documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision 
+          of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports 
+          index</a> at http://www.w3.org/TR/.</em>
+        </p>
+
+        
+<h4 id="prov-family-of-documents">PROV Family of Documents</h4>
+This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  These documents <span class="delete">are:
+</span>
+ <span class="delete">PROV-OVERVIEW</span><span class="delete"> (To be published as Note), an overview of</span><span class="insert">are listed below. Please consult</span> the<span class="delete"> PROV family of documents</span> [<cite><a class="bibref" href="#bib-PROV-OVERVIEW"><span class="insert">PROV-OVERVIEW</span></a></cite><span class="insert">] for a guide to reading these documents. 
+</span><ul>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/"><span class="insert">PROV-OVERVIEW</span></a><span class="insert"> (To be published as Note), an overview of the PROV family of documents [</span><cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">PROV-O</a> <span class="delete">(Candidate</span><span class="insert">(Proposed</span> Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/">PROV-DM</a> <span class="delete">(Candidate</span><span class="insert">(Proposed</span> Recommendation), the PROV data model for provenance [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">PROV-N</a> <span class="delete">(Candidate</span><span class="insert">(Proposed</span> Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">PROV-CONSTRAINTS</a> <span class="delete">(Candidate</span><span class="insert">(Proposed</span> Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
+<li> <span class="delete">PROV-AQ</span><span class="delete"> (To be published as Note), the mechanisms for accessing and querying provenance [</span><span class="delete">PROV-AQ</span><span class="delete">]; </span>
+ <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model (this <span class="delete">document).</span><span class="insert">document);</span></li>
+
+
+<span class="delete">How to read</span>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/"><span class="insert">PROV-AQ</span></a><span class="insert"> (To be published as Note),</span> the <span class="delete">PROV Family of Documents</span>
+
+<span class="insert">mechanisms for accessing and querying provenance </span>[<cite><span class="delete">PROV-OVERVIEW</span><a class="bibref" href="#bib-PROV-AQ"><span class="insert">PROV-AQ</span></a></cite><span class="delete">] overviews the PROV family</span><span class="insert">]; </span></li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/"><span class="insert">PROV-DICTIONARY</span></a><span class="insert"> (To be published as Note) introduces a specific type</span> of <span class="delete">documents. </span>
+<span class="delete">The primer</span><span class="insert">collection, consisting of key-entity pairs</span> [<cite><span class="delete">PROV-PRIMER</span><a class="bibref" href="#bib-PROV-DICTIONARY"><span class="insert">PROV-DICTIONARY</span></a></cite><span class="delete">] is the entry point to</span><span class="insert">];</span></li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/"><span class="insert">PROV-DC</span></a><span class="insert"> (To be published as Note) provides a mapping between</span> PROV <span class="delete">offering an introduction to the provenance model.</span>
+<span class="delete">The Linked Data </span>and <span class="delete">Semantic Web community should focus on</span><span class="insert">Dublic Core Terms</span> [<cite><span class="delete">PROV-O</span><a class="bibref" href="#bib-PROV-DC"><span class="insert">PROV-DC</span></a></cite><span class="delete">] defining</span><span class="insert">];</span></li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312/"><span class="insert">PROV-SEM</span></a><span class="insert"> (To be published as Note), a declarative specification in terms of first-order logic of the</span> PROV <span class="delete">classes and properties specified in an OWL2 ontology. For further details, PROV-DM and</span><span class="insert">data model</span> [<cite><span class="delete">PROV-CONSTRAINTS</span><a class="bibref" href="#bib-PROV-SEM"><span class="insert">PROV-SEM</span></a></cite><span class="delete">] specify the constraints applicable</span><span class="insert">];</span></li>
+<li> <a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/"><span class="insert">PROV-LINKS</span></a><span class="insert"> (To be published as Note) introduces a mechanism</span> to <span class="delete">the data model, and its interpretation. </span>
+<span class="delete">The XML community should focus on</span><span class="insert">link across bundles</span> [<cite><span class="delete">PROV-XML</span><span class="delete">] defining an XML schema for PROV. Further details can also be found in PROV-DM and [</span><span class="delete">PROV-CONSTRAINTS</span><a class="bibref" href="#bib-PROV-LINKS"><span class="insert">PROV-LINKS</span></a></cite>].</li>
+<span class="delete">Developers seeking to retrieve or publish provenance should focus on [</span><span class="delete">PROV-AQ</span><span class="delete">].</span>
+<span class="delete">Readers seeking to implement other PROV serializations
+should focus on PROV-DM and [</span><span class="delete">PROV-CONSTRAINTS</span><span class="delete">].  [</span><span class="delete">PROV-O</span><span class="delete">], [</span><span class="delete">PROV-N</span><span class="delete">], and [</span><span class="delete">PROV-XML</span><span class="delete">] offer examples of mapping to RDF, text, and XML, respectively.</span>
+</ul>
+
+
+        <p>
+          This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a <span class="delete">First Public </span>Working Draft. 
+          
+          
+          If you wish to make comments regarding this document, please send them to  
+          <a href="mailto:public-prov-comments@w3.org">public-prov-comments@w3.org</a>  
+          (<a href="mailto:public-prov-comments-request@w3.org?subject=subscribe">subscribe</a>, 
+          <a href="http://lists.w3.org/Archives/Public/public-prov-comments/">archives</a>). 
+          
+          
+          
+          
+        All <span class="delete">feedback is</span><span class="insert">comments are</span> welcome.
+        
+        
+          </p><p>
+            Publication as a Working Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr> Membership. 
+            This is a draft document and may be updated, replaced or obsoleted by other documents at  
+            any time. It is inappropriate to cite this document as other than work in progress.
+          </p>
+        
+        
+        <p>
+          
+            This document was produced by a group operating under the  
+            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>. 
+          
+          The group does not expect this document to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation. 
+          
+            
+              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">public list of any patent disclosures</a>  
+            
+            made in connection with the deliverables of the group; that page also includes instructions for  
+            disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains 
+            <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the 
+            information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 
+            6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
+          
+          
+        </p>
+        
+      
+    
+  
+</section><section id="toc"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a><ul class="toc"><li class="tocline"><a href="#prov-namespace" class="tocxref"><span class="secno">1.1 </span>PROV Namespace</a></li><li class="tocline"><a href="#conventions" class="tocxref"><span class="secno">1.2 </span>Conventions</a></li></ul></li><li class="tocline"><a href="#schema-design" class="tocxref"><span class="secno">2. </span>XML Schema Design</a><ul class="toc"><li class="tocline"><a href="#schema-modularization" class="tocxref"><span class="secno"><span class="insert">2.1 </span></span><span class="insert">Schema Modularization</span></a></li><li class="tocline"><a href="#design-pattern" class="tocxref"><span class="secno"><span class="insert">2.2 </span></span><i><span class="insert">Salami Slice</span></i><span class="insert"> Design Pattern</span></a></li><li class="tocline"><a href="#elements-vs-attributes" class="tocxref"><span class="secno"><span class="insert">2.3 </span></span><span class="insert">Elements vs. Attributes</span></a></li><li class="tocline"><a href="#type-conventions" class="tocxref"><span class="secno"><span class="insert">2.4 </span></span><span class="insert">Type Conventions</span></a></li><li class="tocline"><a href="#naming-conventions" class="tocxref"><span class="secno"><span class="insert">2.5 </span></span><span class="insert">Naming Conventions</span></a></li></ul></li><li class="tocline"><a href="#schema-components" class="tocxref"><span class="secno">3. </span>PROV XML Schema</a><ul class="toc"><li class="tocline"><a href="#component1" class="tocxref"><span class="secno">3.1 </span>Component 1: Entities and Activities</a><ul class="toc"><li class="tocline"><a href="#term-Entity" class="tocxref"><span class="secno">3.1.1 </span>Entity</a></li><li class="tocline"><a href="#term-Activity" class="tocxref"><span class="secno">3.1.2 </span>Activity</a></li><li class="tocline"><a href="#term-Generation" class="tocxref"><span class="secno">3.1.3 </span>Generation</a></li><li class="tocline"><a href="#term-Usage" class="tocxref"><span class="secno">3.1.4 </span>Usage</a></li><li class="tocline"><a href="#term-Communication" class="tocxref"><span class="secno">3.1.5 </span>Communication</a></li><li class="tocline"><a href="#term-Start" class="tocxref"><span class="secno">3.1.6 </span>Start</a></li><li class="tocline"><a href="#term-End" class="tocxref"><span class="secno">3.1.7 </span>End</a></li><li class="tocline"><a href="#term-Invalidation" class="tocxref"><span class="secno">3.1.8 </span>Invalidation</a></li></ul></li><li class="tocline"><a href="#component2" class="tocxref"><span class="secno">3.2 </span>Component 2: Derivations</a><ul class="toc"><li class="tocline"><a href="#term-Derivation" class="tocxref"><span class="secno">3.2.1 </span>Derivation</a></li><li class="tocline"><a href="#term-Revision" class="tocxref"><span class="secno">3.2.2 </span>Revision</a></li><li class="tocline"><a href="#term-Quotation" class="tocxref"><span class="secno">3.2.3 </span>Quotation</a></li><li class="tocline"><a href="#term-Primary-Source" class="tocxref"><span class="secno">3.2.4 </span>Primary Source</a></li></ul></li><li class="tocline"><a href="#component3" class="tocxref"><span class="secno">3.3 </span>Component 3: Agents, Responsibility, and Influence</a><ul class="toc"><li class="tocline"><a href="#term-Agent" class="tocxref"><span class="secno">3.3.1 </span>Agent</a><ul class="toc"><li class="tocline"><a href="#term-Person" class="tocxref"><span class="secno"><span class="insert">3.3.1.1 </span></span><span class="insert">Person</span></a></li><li class="tocline"><a href="#term-Organization" class="tocxref"><span class="secno"><span class="insert">3.3.1.2 </span></span><span class="insert">Organization</span></a></li><li class="tocline"><a href="#term-SoftwareAgent" class="tocxref"><span class="secno"><span class="insert">3.3.1.3 </span></span><span class="insert">Software Agent</span></a></li></ul></li><li class="tocline"><a href="#term-Attribution" class="tocxref"><span class="secno">3.3.2 </span>Attribution</a></li><li class="tocline"><a href="#term-Association" class="tocxref"><span class="secno">3.3.3 </span>Association</a><ul class="toc"><li class="tocline"><a href="#term-Plan" class="tocxref"><span class="secno"><span class="insert">3.3.3.1 </span></span><span class="insert">Plan</span></a></li></ul></li><li class="tocline"><a href="#term-Delegation" class="tocxref"><span class="secno">3.3.4 </span>Delegation</a></li><li class="tocline"><a href="#term-Influence" class="tocxref"><span class="secno">3.3.5 </span>Influence</a></li></ul></li><li class="tocline"><a href="#component4" class="tocxref"><span class="secno">3.4 </span>Component 4: Bundles</a><ul class="toc"><li class="tocline"><a href="#term-Bundle" class="tocxref"><span class="secno">3.4.1 </span>Bundle</a></li><li class="tocline"><a href="#term-BundleConstructor" class="tocxref"><span class="secno"><span class="insert">3.4.2 </span></span><span class="insert">Bundle Constructor</span></a></li></ul></li><li class="tocline"><a href="#component5" class="tocxref"><span class="secno">3.5 </span>Component 5: Alternate Entities</a><ul class="toc"><li class="tocline"><a href="#term-Specialization" class="tocxref"><span class="secno">3.5.1 </span>Specialization</a></li><li class="tocline"><a href="#term-Alternate" class="tocxref"><span class="secno">3.5.2 </span>Alternate</a></li></ul></li><li class="tocline"><a href="#component6" class="tocxref"><span class="secno">3.6 </span>Component 6: Collections</a><ul class="toc"><li class="tocline"><a href="#term-Collection" class="tocxref"><span class="secno">3.6.1 </span>Collection</a><ul class="toc"><li class="tocline"><a href="#term-EmptyCollection" class="tocxref"><span class="secno"><span class="insert">3.6.1.1 </span></span><span class="insert">Empty Collection</span></a></li></ul></li><li class="tocline"><a href="#term-Membership" class="tocxref"><span class="secno">3.6.2 </span>Membership</a></li></ul></li><li class="tocline"><a href="#further-elements" class="tocxref"><span class="secno">3.7 </span>Further Elements of PROV</a><ul class="toc"><li class="tocline"><a href="#attribute-Identifier" class="tocxref"><span class="secno">3.7.1 </span>Identifier</a></li><li class="tocline"><a href="#attribute-Reference" class="tocxref"><span class="secno"><span class="insert">3.7.2 </span></span><span class="insert">Reference</span></a></li><li class="tocline"><a href="#attributes" class="tocxref"><span class="secno"><span class="delete">3.7.2</span><span class="insert">3.7.3</span> </span>Attributes</a><ul class="toc"><li class="tocline"><a href="#element-Label" class="tocxref"><span class="secno"><span class="delete">3.7.2.1</span><span class="insert">3.7.3.1</span> </span>Label</a></li><li class="tocline"><a href="#element-Location" class="tocxref"><span class="secno"><span class="delete">3.7.2.2</span><span class="insert">3.7.3.2</span> </span>Location</a></li><li class="tocline"><a href="#element-Role" class="tocxref"><span class="secno"><span class="delete">3.7.2.3</span><span class="insert">3.7.3.3</span> </span>Role</a></li><li class="tocline"><a href="#element-Type" class="tocxref"><span class="secno"><span class="delete">3.7.2.4</span><span class="insert">3.7.3.4</span> </span>Type</a></li><li class="tocline"><a href="#element-Value" class="tocxref"><span class="secno"><span class="delete">3.7.2.5</span><span class="insert">3.7.3.5</span> </span>Value</a></li></ul></li><li class="tocline"><a href="#type-value" class="tocxref"><span class="secno"><span class="delete">3.7.3</span><span class="insert">3.7.4</span> </span>Value</a></li></ul></li><li class="tocline"><a href="#structural-elements" class="tocxref"><span class="secno"><span class="insert">3.8 </span></span><span class="insert">Structural Elements of PROV-XML</span></a><ul class="toc"><li class="tocline"><a href="#term-Document" class="tocxref"><span class="secno"><span class="insert">3.8.1 </span></span><span class="insert">Document</span></a></li></ul></li></ul></li><li class="tocline"><a href="#media-type" class="tocxref"><span class="secno">4. </span>Media Type</a></li><li class="tocline"><a href="#prov-xml-schema" class="tocxref"><span class="secno">A. </span><span class="delete">Full </span>XML Schema</a><ul class="toc"><li class="tocline"><a href="#prov-schema" class="tocxref"><span class="secno"><span class="insert">A.1 </span></span><span class="insert">prov.xsd</span></a></li><li class="tocline"><a href="#prov-core-schema" class="tocxref"><span class="secno"><span class="insert">A.2 </span></span><span class="insert">prov-core.xsd</span></a></li><li class="tocline"><a href="#extension-schemas" class="tocxref"><span class="secno"><span class="insert">A.3 </span></span><span class="insert">Extension Schemas</span></a></li></ul></li><li class="tocline"><a href="#changelog" class="tocxref"><span class="secno"><span class="insert">B. </span></span><span class="insert">Change Log</span></a><ul class="toc"><li class="tocline"><a href="#changelog-last" class="tocxref"><span class="secno"><span class="insert">B.1 </span></span><span class="insert">Changes since last version</span></a></li></ul></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno"><span class="delete">B.</span><span class="insert">C.</span> </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</a><ul class="toc"><span class="delete">C.1 </span><span class="delete">Normative references</span><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno"><span class="delete">C.2</span><span class="insert">D.1</span> </span>Informative references</a></li></ul></li></ul>  
+
+
+
+ 
+
+
+
+ 
+
+
+</section>  
+
+ 
+
+<section id="introduction"> 
+<h2><span class="secno">1. </span>Introduction</h2> 
+
+<p> 
+For the purpose of this specification, <dfn id="dfn-provenance" class="internalDFN">provenance</dfn><sup><a class="internalDFN" href="#dfn-provenance"><span class="diamond"><span class="insert"> ◊</span></span></a></sup> is defined as a record that describes the people, institutions, entities, and activities involved in producing, influencing, or delivering a piece of data or a thing.  In particular, the provenance of information is crucial in deciding whether information is to be trusted, how it should be integrated with other diverse information sources, and how to give credit to its originators when reusing it.  In an open and inclusive environment such as the Web, where users find information that is often contradictory or questionable, provenance can help those users to make trust judgements.
+</p>
+
+<p>
+The PROV data model, PROV-DM, presents a generic data model for provenance that allows domain and application specific representations of provenance to be translated into such a data model and <em>interchanged</em> between systems.  Thus, heterogeneous systems can export their native provenance into such a core data model, and applications that need to make sense of provenance can then import it,
+process it, and reason over it.</p>
+
+<p>
+The PROV data model distinguishes <em>core structures</em> from <em>extended structures</em>: core structures form the essence of provenance information, and are commonly found in various domain-specific vocabularies that deal with provenance or similar kinds of information [<cite><a class="bibref" href="#bib-Mappings">Mappings</a></cite>].  Extended structures enhance and refine core structures with more expressive capabilities to cater for more advanced uses of provenance.  The PROV data model, comprising both core and extended structures, is a domain-agnostic model, but with clear extensibility points allowing further domain-specific and application-specific extensions to be defined.
+</p>
+
+<p>
+The PROV data model has a modular design and is structured according to six components covering various facets of provenance:</p>
+<ul>
+<li> component 1: entities and activities, and the time at which they were created, used, or ended;
+</li><li> component 2: derivations of entities from others;
+</li><li> component 3: agents bearing responsibility for entities that were generated and activities that happened;
+</li><li> component 4: bundles, a mechanism to support provenance of provenance;
+</li><li> component 5: properties to link entities that refer to a same thing;
+</li><li> component 6: collections forming a logical structure for its members.
+</li></ul>
+
+<p>
+This specification goal is to provide a succinct definition of the XML form of PROV-DM, thus, we refer the reader to the PROV-DM to provide overall justification and context to the definitions presented here.  
+</p>
+
+
+
+
+
+
+
+<section id="prov-namespace">
+<h3><span class="secno">1.1 </span>PROV Namespace</h3>
+<p>The PROV namespace is <span class="name">http://www.w3.org/ns/prov#</span>.</p>
+<p> All the concepts, reserved names and attributes introduced in this specification belong to the PROV namespace.</p>
+ 
+
+
+
+</section> 
+
+<section id="conventions"> 
+<h3><span class="secno">1.2 </span>Conventions</h3>
+
+<p>The key words <span class="delete">&quot;</span><span class="delete">must</span><span class="insert">"</span><em class="rfc2119" title="MUST"><span class="insert">MUST</span></em><span class="delete">&quot;, &quot;</span><span class="delete">must not</span><span class="insert">", "</span><em class="rfc2119" title="MUST NOT"><span class="insert">MUST NOT</span></em><span class="delete">&quot;, &quot;</span><span class="delete">required</span><span class="insert">", "</span><em class="rfc2119" title="REQUIRED"><span class="insert">REQUIRED</span></em><span class="delete">&quot;, &quot;</span><span class="delete">shall</span><span class="insert">", "</span><em class="rfc2119" title="SHALL"><span class="insert">SHALL</span></em><span class="delete">&quot;, &quot;</span><span class="delete">shall</span><span class="insert">", "</span><em class="rfc2119" title="SHALL
+      NOT"><span class="insert">SHALL</span>
+      <span class="delete">not</span><span class="insert">NOT</span></em><span class="delete">&quot;, &quot;</span><span class="delete">should</span><span class="insert">", "</span><em class="rfc2119" title="SHOULD"><span class="insert">SHOULD</span></em><span class="delete">&quot;, &quot;</span><span class="delete">should not</span><span class="insert">", "</span><em class="rfc2119" title="SHOULD NOT"><span class="insert">SHOULD NOT</span></em><span class="delete">&quot;, &quot;</span><span class="delete">recommended</span><span class="insert">", "</span><em class="rfc2119" title="RECOMMENDED"><span class="insert">RECOMMENDED</span></em><span class="delete">&quot;,</span><span class="insert">",</span>  <span class="delete">&quot;</span><span class="delete">may</span><span class="insert">"</span><em class="rfc2119" title="MAY"><span class="insert">MAY</span></em><span class="delete">&quot;,</span><span class="insert">",</span> and
+      <span class="delete">&quot;</span><span class="delete">optional</span><span class="insert">"</span><em class="rfc2119" title="OPTIONAL"><span class="insert">OPTIONAL</span></em><span class="delete">&quot;</span><span class="insert">"</span> in this document are to be interpreted as described in
+      [<cite><a class="bibref" href="#bib-RFC2119">RFC2119</a></cite>].</p>
+ 
+
+
+
+ 
+
+
+
+
+
+
+</section> 
+
+</section> 
+
+<section id="schema-design">
+<h2><span class="secno">2. </span>XML Schema Design</h2>
+
+<p>Several general design principles and patterns were used in the
+ construction of the PROV XML Schema.
+</p>
+
+<section id="schema-modularization">
+<h3><span class="secno"><span class="insert">2.1 </span></span><span class="insert">Schema Modularization</span></h3>
+<p><span class="insert">The PROV-XML schema have been modularized so that extension elements defined in Working Group Notes can be defined in separate schemas.  Elements corresponding to terms defined in the PROV-DM are defined in the </span><b><span class="insert">prov-core.xsd</span></b><span class="insert"> schema and elements corresponding to terms defined in notes are defined in extension schemas (e.g. </span><b><span class="insert">prov-dictionary.xsd</span></b><span class="insert">, </span><b><span class="insert">prov-links.xsd</span></b><span class="insert">).  The default schema, </span><b><span class="insert">prov.xsd</span></b><span class="insert">, imports </span><b><span class="insert">prov-core.xsd</span></b><span class="insert"> and all extension schemas developed by the Working Group.  With this modeling all PROV elements, even those defined in Notes, are defined from the default schema.  If the user wishes to leverage a schema that does not include extension elements the user can use schemaLocation to directly reference </span><b><span class="insert">prov-core.xsd</span></b><span class="insert">.</span></p>
+<p><span class="insert">The default schema - </span><b><span class="insert">prov.xsd</span></b></p>
+<pre><span class="insert">&lt;?xml version="1.0" encoding="utf-8"?&gt;
+&lt;xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified"&gt;
+
+	&lt;xs:include schemaLocation="prov-core.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-dictionary.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-links.xsd"/&gt;
+
+&lt;/xs:schema&gt;
+</span></pre>
+<p><span class="insert">Extension schemas import the </span><b><span class="insert">prov-core.xsd</span></b><span class="insert"> schema and make use of a substitution group on the </span><code><span class="insert">prov:internalElement</span></code><span class="insert"> to add extension-defined elements to the list of valid PROV elements in a bundle or document.</span></p>
+<p><span class="insert">The </span><b><span class="insert">prov-links.xsd</span></b><span class="insert"> extension schema.</span></p>
+<pre><span class="insert">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
+	elementFormDefault="qualified"&gt;
+	
+	&lt;xs:include schemaLocation="../prov-core.xsd" /&gt;
+	
+	&lt;xs:complexType name="Mention"&gt;
+		&lt;xs:sequence&gt;
+			&lt;xs:element name="specificEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="generalEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="bundle" type="prov:IDRef" /&gt;
+		&lt;/xs:sequence&gt;
+	&lt;/xs:complexType&gt;
+	
+	&lt;xs:element name="mentionOf" type="prov:Mention" substitutionGroup="prov:internalElement" /&gt;
+	
+&lt;/xs:schema&gt;
+</span></pre>
+<p><span class="insert">All schemas developed by the PROV WG utilize the PROV namespace.</span></p>
+</section> 
+
+<section id="design-pattern">
+<h3><span class="secno"><span class="insert">2.2 </span></span><i>Salami Slice</i> Design Pattern</h3>
+
+
+<p>The general design pattern for the XML schema has been
+ called <i>Salami Slice Design</i> (cite?).  With this design, the
+ individual components are each defined at the top level as separate
+ elements with distinct types.  This allows the types to be easily
+ reusable for domain specific extensions.
+</p>
+
+
+<p><span class="insert">The </span><code><span class="insert">prov:document</span></code><span class="insert"> element has been defined to act as a convenient root element for a PROV-XML document, but it's use as the root element is not required.  The schema follows the Salami Slice pattern to ensure PROV XML elements can be integrated with mixed-schema XML documents which require a different document root.</span></p>
+</section> 
+
+<section id="elements-vs-attributes">
+<h3><span class="secno"><span class="insert">2.3 </span></span>Elements vs. Attributes</h3>
+
+<p>The general PROV-N syntax patterns for expressing provenance
+concepts are:
+</p>
+
+<pre class="codeexample">thing(id, elem1, elem2, ..., [attr1=val1, attr2=val2])
+concept(id; elem1, elem2, ... [attr1=val2, attr2=val2])
+</pre>
+
+<p>In both cases (required id or optional id), the PROV-N id is
+ treated as an XML <span class="delete">attribute,</span><span class="insert">attribute (</span><code><span class="insert">prov:id</span></code><span class="insert">),</span> the PROV-N <span class="delete">&quot;elements&quot;</span><span class="insert">"elements"</span> are treated as XML
+ elements, always with the same required order (position) as the
+ PROV-DM/PROV-N description, and optional PROV-N <span class="delete">&quot;attributes&quot;,</span><span class="insert">"attributes",</span> if
+ allowed, always follow and are also represented by XML elements.  As
+ in PROV-N, the attributes can be specified multiple times, <span class="delete">and</span><span class="insert">but unlike PROV-N the attributes have a fixed (alphabetical) order.  The PROV-N "attribute" elements are always defined at the end of the encompassing sequence after all PROV-N "elements".  Elements defined</span> in <span class="delete">any
+order, as long as they are</span><span class="insert">namespaces other than the PROV namespace may be included in a element after</span> all <span class="delete">at the end of the encompassing element.
+</span><span class="insert">PROV elements.</span></p>
+
+<p>Wherever an <span class="delete">&quot;id&quot;</span><span class="insert">"id"</span> is referenced from a later concept, the id is
+referenced as a prov:ref attribute of the element within the concept.
+</p>
+
+<p>This transformation technique yields a general XML pattern:
+</p>
+
+<pre class="codeexample">&lt;prov:thing <span class="delete">prov:id=&quot;id&quot;&gt;</span><span class="insert">prov:id="id"&gt;</span>
+  &lt;prov:elem1 /&gt;
+  &lt;prov:elem2 /&gt;
+  ...
+  <span class="delete">&lt;prov:attr1&gt;val1&lt;/prov:attr1&gt;
+  &lt;prov:attr2&gt;val2&lt;/prov:attr2&gt;</span><span class="insert">&lt;ex:attr1&gt;val1&lt;/ex:attr1&gt;
+  &lt;ex:attr2&gt;val2&lt;/ex:attr2&gt;</span>
+  ...
+&lt;/prov:thing&gt;
+</pre>
+
+
+<p>Most of the concepts described below follow this general pattern.
+</p>
+</section> 
+
+<section id="type-conventions">
+<h3><span class="secno"><span class="insert">2.4 </span></span><span class="insert">Type Conventions</span></h3>
+<p><span class="insert">The PROV-DM states that type information is described using a the prov:type PROV attribute with and may occur multiple times for a given entity, activity, agent, or relation.</span></p>
+<p><span class="insert">PROV-XML uses the element </span><code><span class="insert">prov:type</span></code><span class="insert"> to represent the prov:type PROV attribute.  This element can be use to represent both PROV and non-PROV type information.  The following examples shows type information encoded using the </span><code><span class="insert">prov:type</span></code><span class="insert"> element.</span></p>
+<div class="example"><div class="example-title"><span><span class="insert">Example 1</span></span><span class="insert">: type information using prov:type PROV attribute</span></div><pre class="example" ignore=""><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;prov:Plan&lt;/prov:type&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:Workflow&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span>
+
+<span class="insert">&lt;/prov:document&gt;</span></pre></div>
+<p><span class="delete">REVIEW QUESTION:</span><span class="insert">PROV-XML defines complexTypes to match the PROV defined type values.  These types provide a more native XML representation of PROV types.  The following example is considered equivalent to the previous example because the element </span><code><span class="insert">prov:plan</span></code><span class="insert"> has type </span><code><span class="insert">prov:Plan</span></code><span class="insert">.</span></p>
+<div class="example"><div class="example-title"><span><span class="insert">Example 2</span></span><span class="insert">: type information using schema defined types</span></div><pre class="example" ignore=""><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:plan prov:id="tr:WD-prov-dm-20111215"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:Workflow&lt;/prov:type&gt;
+  &lt;/prov:plan&gt;
+
+&lt;/prov:document&gt;</span></pre></div>
+<p><span class="delete">Is this ordering</span><span class="insert">Because the </span><code><span class="insert">prov:Plan</span></code><span class="insert"> complexType is defined as an extension</span> of <span class="delete">elements/attributes reasonable/satisfactory?</span><span class="insert">the complexType </span><code><span class="insert">prov:Entity</span></code><span class="insert">, the following example using </span><code><span class="insert">xsi:type</span></code><span class="insert"> is valid and considered equivalent to the two previous examples. The attribute </span><code><span class="insert">xsi:type</span></code><span class="insert"> tells an XML parser the complexType of the element.  The value of </span><code><span class="insert">xsi:type</span></code><span class="insert"> must be a complexType derived from the default element type.</span></p>
+<span class="delete">Would it be better to loosen the ordering requirement allowing any mix
+of elements/attributes, or to tighten the ordering requirement,
+requiring all &quot;prov:&quot; namespace attributes to precede all non-&quot;prov:&quot;
+namespace attributes when expressed as XML elements?
+</span>
+<div class="example"><div class="example-title"><span><span class="insert">Example 3</span></span><span class="insert">: type information using xsi:type</span></div><pre class="example" ignore=""><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;
+
+  &lt;prov:entity prov:id="tr:WD-prov-dm-20111215" xsi:type="prov:Plan"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;ex:Workflow&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span>
+
+
+<span class="delete">REVIEW QUESTION:</span><span class="insert">&lt;/prov:document&gt;</span></pre></div>
+
+<p>The <span class="delete">current design has mirrored</span><code><span class="insert">prov:type</span></code><span class="insert"> element is</span> the <span class="insert">only mechanism to explicitly declare multiple types for an instance or declare types that are not derived from the default element type. The </span><code><span class="insert">prov:type</span></code><span class="insert"> element can be used in conjunction with schema-defined PROV types (see examples 2 and 3).</span></p>
+</section>
+
+<section id="naming-conventions">
+<h3><span class="secno"><span class="insert">2.5 </span></span><span class="insert">Naming Conventions</span></h3>
+<p><span class="insert">Element names are aligned with [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">] record names (e.g. </span><code><span class="insert">prov:wasGeneratedBy</span></code><span class="insert">, </span><code><span class="insert">prov:actedOnBehalfOf</span></code><span class="insert">) and record parameter roles (e.g. </span><code><span class="insert">prov:delegate</span></code><span class="insert">, </span><code><span class="insert">prov:responsible</span></code><span class="insert"> on a Delegation).  Elements are named in camelCase which also conforms with [</span><cite><a class="bibref" href="#bib-PROV-N"><span class="insert">PROV-N</span></a></cite><span class="insert">] </span>naming <span class="insert">conventions.</span></p>
+<p><span class="insert">ComplexType names are aligned with [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] type names (e.g. </span><code><span class="insert">prov:Generation</span></code><span class="insert">, </span><code><span class="insert">prov:Delegation</span></code><span class="insert">).  ComplexTypes are named in PascalCase which conforms to [</span><cite><a class="bibref" href="#bib-PROV-DM"><span class="insert">PROV-DM</span></a></cite><span class="insert">] naming conventions and differentiates complexTypes </span>from <span class="delete">PROV-N.  This often
+involves reliance on</span><span class="insert">elements in</span> the <span class="delete">&quot;prov:type&quot; attribute to distinguish some
+relations.  In order to simplify the overall expression of those
+concepts in XML, we are considering adding additional explicitly named
+top level elements rather than requiring &quot;prov:type&quot;.
+</span><span class="insert">schema.</span></p>
+
+<span class="delete">For example, a Quotation is currently expressed in PROV-N as a type
+of Derivation like this:</span>
+<span class="delete">
+wasDerivedFrom(a, b, [prov:type='prov:Quotation'])
+</span>
+
+<span class="delete">which is transformed to:</span>
+
+<span class="delete">
+&lt;prov:wasDerivedFrom&gt;</span><span class="delete">
+  &lt;prov:generatedEntity prov:ref=&quot;a&quot;/&gt;</span><span class="delete">
+  &lt;prov:usedEntity prov:ref=&quot;b&quot;/&gt;</span><span class="delete">
+  &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Quotation&lt;/prov:type&gt;</span><span class="delete">
+&lt;/prov:wasDerivedFrom&gt;
+</span>
+
+<span class="delete">This proposal would replace that with an explicit &quot;Quotation&quot; element:
+</span>
+
+<span class="delete">
+&lt;prov:Quotation&gt;</span><span class="delete">
+  &lt;prov:generatedEntity prov:ref=&quot;a&quot;/&gt;</span><span class="delete">
+  &lt;prov:usedEntity prov:ref=&quot;b&quot;/&gt;</span><span class="delete">
+&lt;/prov:Quotation&gt;
+</span>
+
+<span class="delete">Other &quot;typed&quot; concepts and relations would be handled similarly.
+</span>
+
+
+
+
+
+
+
+
+
+
+
+
+
+</section> 
+
+</section> 
+
+<section id="schema-components">
+<h2><span class="secno">3. </span>PROV XML Schema</h2>
+
+<p>Provenance concepts, expressed as PROV-DM types and relations, are organized according to six components that are defined in this section.</p>
+
+<div id="prov-dm-components-ul">
+<ul>
+<li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
+<li><b>Component 2: derivations.</b>  The second component is formed with derivations and derivation subtypes.</li>
+<li><b>Component 3: agents, responsibility, and influence.</b> The third component consists of agents and concepts ascribing responsibility to agents.</li>
+<li><b>Component 4: bundles.</b> The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</li>
+<li><b>Component 5: alternate.</b> The fifth component consists of relations linking entities referring to the same thing. </li>
+<li><b>Component 6: collections.</b> The sixth component is about collections. </li>
+</ul>
+</div>
+
+<div style="text-align: center;">
+<span class="figure" id="fig-agents-responsibility"><span class="figure" id="fig-figure-1-prov-dm-components-informative" style="max-width: 95%; ">
+<img usemap="#componentMap" src="images/dm/components-dependencies.png" alt="PROV-DM Components" style="max-width: 90%; ">
+<map id="componentMap">
+
+
+
+
+
+
+
+
+<area title="agents/responsibility" href="#component3" coords="0,0,67,268" alt="agents/responsibility" shape="rect">
+<area title="agents/responsibility" href="#component3" coords="67,0,134,201" alt="agents/responsibility" shape="rect">
+<area title="agents/responsibility" href="#component3" coords="134,0,201,67" alt="agents/responsibility" shape="rect">
+<area title="derivations" href="#component2" coords="201,0,268,201" alt="derivations" shape="rect">
+<area title="derivations" href="#component2" coords="134,67,201,201" alt="derivations" shape="rect">
+<area title="alternate" href="#component5" coords="335,0,402,201" alt="alternate" shape="rect">
+<area title="collections" href="#component6" coords="402,0,469,201" alt="collections" shape="rect">
+<area title="activities/entities" href="#component1" coords="67,201,469,268" alt="activities/entities" shape="rect">
+<area title="bundles" href="#component4" coords="268,0,402,201" alt="bundles" shape="rect">
+</map>
+<br>
+<span class="figcaption" id="prov-dm-components">Figure 1<sup><a class="internalDFN" href="#prov-dm-components"><span class="diamond"> ◊:</span></a></sup> PROV-DM Components (Informative)</span>
+</span><figcaption><span class="insert">Fig. </span><span class="figno"><span class="insert">1</span></span> <span class="fig-title"><span class="insert">agents/responsibility</span></span></figcaption></span>
+</div>
+
+<p><a href="#prov-schema-mapping">Table 1</a> is a mapping of PROV-DM types and relations in PROV-XML schema XML types and elements.</p>
+
+<div id="prov-schema-mapping-div" style="text-align: center;">
+<table class="thinborder" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-schema-mapping"><span>Table 1<sup><a class="internalDFN" href="#prov-schema-mapping"><span class="diamond"> ◊:</span></a></sup> </span><span><span class="insert">Table 1</span><sup><a class="internalDFN" href="#prov-schema-mapping"><span class="diamond"><span class="insert"> ◊:</span></span></a></sup> </span>PROV-DM Types and Relations to XML Schema Mapping</caption> 
+<tbody><tr>
+<td><a><b>Type or Relation Name</b></a></td>
+<td><b>XML Schema ComplexType<span class="delete"> or usage</span></b></td>
+<td><b><span class="insert">XML Schema Referencing Element</span></b></td>
+<td><b>Component</b></td></tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td></tr>
+
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-entity">Entity</a></td>
+	<td>prov:Entity</td>
+	<td><span class="insert">prov:entity</span></td>
+	<td rowspan="8"><a href="#component1">Component 1: Entities/Activities</a></td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-activity">Activity</a></td>
+	<td>prov:Activity
+
+
+	<span class="delete">Generation</span></td>
+	<td><span class="delete">prov:Generation</span><span class="insert">prov:activity</span></td>
+</tr>
+<tr class="component1-color">
+	<span class="delete">Usage</span><td><a class="essential internalDFN" href="#concept-generation"><span class="insert">Generation</span></a></td>
+	<td><span class="delete">prov:Usage</span>
+
+
+	<span class="delete">Communication</span><span class="insert">prov:Generation</span></td>
+	<td><span class="delete">prov:Communication</span><span class="insert">prov:wasGeneratedBy</span></td>
+</tr>
+<tr class="component1-color">
+	<td><span class="delete">Start</span><a class="essential internalDFN" href="#concept-usage"><span class="insert">Usage</span></a></td>
+	<td><span class="delete">prov:Start</span><span class="insert">prov:Usage</span></td>
+	<td><span class="insert">prov:used</span></td>
+</tr>
+<tr class="component1-color">
+	<td><span class="delete">End</span><a class="essential internalDFN" href="#concept-communication"><span class="insert">Communication</span></a></td>
+	<td><span class="delete">prov:End</span><span class="insert">prov:Communication</span></td>
+	<td><span class="insert">prov:wasInformedBy</span></td>
+</tr>
+<tr class="component1-color">
+	<td><span class="delete">Invalidation</span><a class="essential internalDFN" href="#concept-start"><span class="insert">Start</span></a></td>
+	<td><span class="insert">prov:Start</span></td>
+	<td><span class="insert">prov:wasStartedBy</span></td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-end"><span class="insert">End</span></a></td>
+	<td><span class="insert">prov:End</span></td>
+	<td><span class="insert">prov:wasEndedBy</span></td>
+</tr>
+<tr class="component1-color">
+	<td><a class="essential internalDFN" href="#concept-invalidation"><span class="insert">Invalidation</span></a></td>
+	<td>prov:Invalidation</td>
+	<td><span class="insert">prov:wasInvalidatedBy</span></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-derivation">Derivation</a></td>
+	<td>prov:Derivation</td>
+	<td><span class="insert">prov:wasDerivedFrom</span></td>
+	<td rowspan="4"><a href="#component2">Component 2: Derivations</a></td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-revision">Revision</a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Revision&lt;/prov:type&gt; in Derivation</span>
+
+
+	<span class="delete">Quotation</span><span class="insert">prov:Revision</span></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Quotation&lt;/prov:type&gt; in Derivation</span><span class="insert">prov:wasRevisionOf</span></td>
+</tr>
+<tr class="component2-color">
+	<span class="delete">Primary Source</span><td><a class="essential internalDFN" href="#concept-quotation"><span class="insert">Quotation</span></a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:PrimarySource&lt;/prov:type&gt; in Derivation</span><span class="insert">prov:Quotation</span></td>
+	<td><span class="insert">prov:wasQuotedFrom</span></td>
+</tr>
+<tr class="component2-color">
+	<td><a class="essential internalDFN" href="#concept-primary-source"><span class="insert">Primary Source</span></a></td>
+	<td><span class="insert">prov:PrimarySource</span></td>
+	<td><span class="insert">prov:hadPrimarySource</span></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component3-color" style="border-collapse: collapse; ">
+	<td><a class="essential internalDFN" href="#concept-agent">Agent</a></td>
+	<td>prov:Agent</td>
+	<td><span class="insert">prov:agent</span></td>
+	<td rowspan="9"><a href="#component3">Component 3: Agents, Responsibility, Influence</a></td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-attribution">Attribution</a></td>
+	<td>prov:Attribution
+
+
+	<span class="delete">Association</span></td>
+	<td><span class="delete">prov:Association</span><span class="insert">prov:wasAttributedTo</span></td>
+</tr>
+<tr class="component3-color">
+	<span class="delete">Delegation</span><td><a class="essential internalDFN" href="#concept-association"><span class="insert">Association</span></a></td>
+	<td><span class="delete">prov:Delegation</span>
+
+
+	<span class="delete">Plan</span><span class="insert">prov:Association</span></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Plan&lt;/prov:type&gt; in Entity</span><span class="insert">prov:wasAssociatedWith</span></td>
+</tr>
+<tr class="component3-color">
+	<span class="delete">Person</span><td><a class="essential internalDFN" href="#concept-delegation"><span class="insert">Delegation</span></a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Person&lt;/prov:type&gt; in Agent</span>
+
+
+	<span class="delete">Organization</span><span class="insert">prov:Delegation</span></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Organization&lt;/prov:type&gt; in Agent</span><span class="insert">prov:actedOnBehalfOf</span></td>
+</tr>
+<tr class="component3-color">
+	<span class="delete">SoftwareAgent</span><td><a class="essential internalDFN" href="#concept-plan"><span class="insert">Plan</span></a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:SoftwareAgent&lt;/prov:type&gt; in Agent</span><span class="insert">prov:Plan</span></td>
+	<td><span class="insert">prov:plan</span></td>
+</tr>
+<tr class="component3-color">
+	<td><span class="delete">Influence</span><a class="essential internalDFN" href="#concept-person"><span class="insert">Person</span></a></td>
+	<td><span class="insert">prov:Person</span></td>
+	<td><span class="insert">prov:person</span></td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-organization"><span class="insert">Organization</span></a></td>
+	<td><span class="insert">prov:Organization</span></td>
+	<td><span class="insert">prov:organization</span></td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential"><span class="insert">Software Agent</span></a></td>
+	<td><span class="insert">prov:SoftwareAgent</span></td>
+	<td><span class="insert">prov:softwareAgent</span></td>
+</tr>
+<tr class="component3-color">
+	<td><a class="essential internalDFN" href="#concept-influence"><span class="insert">Influence</span></a></td>
+	<td>prov:Influence</td>
+	<td><span class="insert">prov:wasInfluencedBy</span></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component4-color">
+	<td><a class="essential internalDFN" href="#concept-bundle">Bundle<span class="delete"> constructor</span></a></td>
+	<td><span class="delete">???</span><span class="insert">prov:Bundle</span></td>
+	<td><span class="insert">prov:bundle</span></td>
+	<td rowspan="2"><a href="#component5">Component 4: Bundles</a></td>
+</tr>
+<tr class="component4-color">
+	<td><a class="essential">Bundle <span class="delete">type</span><span class="insert">Constructor</span></a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Bundle&lt;/prov:type&gt; in Entity</span><span class="insert">prov:BundleConstructor</span></td>
+	<td><span class="insert">prov:bundleContent</span></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component5-color">
+	<td><a class="essential internalDFN" href="#concept-alternate">Alternate</a></td>
+	<td>prov:Alternate</td>
+	<td><span class="insert">prov:alternateOf</span></td>
+	<td rowspan="3"><a href="#component4">Component 5: Alternate</a></td>
+</tr>
+<tr class="component5-color">
+	<td><a class="essential internalDFN" href="#concept-specialization">Specialization</a></td>
+	<td>prov:Specialization</td>
+	<td><span class="insert">prov:specializationOf</span></td>
+</tr>
+<tr>
+	<td colspan="3" style="border-width: 0px; "></td>
+</tr>
+<tr class="component6-color">
+	<td><a class="essential internalDFN" href="#concept-collection">Collection</a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:Collection&lt;/prov:type&gt; in Entity</span><span class="insert">prov:Collection</span></td>
+	<td><span class="insert">prov:collection</span></td>
+	<td rowspan="3"><a href="#component6">Component 6: Collections</a></td>
+</tr>
+<tr class="component6-color">
+	<span class="delete">EmptyCollection</span><td><a class="essential internalDFN" href="#concept-empty-collection"><span class="insert">Empty Collection</span></a></td>
+	<td><span class="delete">use &lt;prov:type&gt;prov:EmptyCollection&lt;/prov:type&gt; in Entity</span><span class="insert">prov:EmptyCollection</span></td>
+	<td><span class="insert">prov:emptyCollection</span></td>
+</tr>
+<tr class="component6-color">
+	<td><a class="essential internalDFN" href="#concept-membership">Membership</a></td>
+	<td>prov:Membership</td>
+	<td><span class="insert">prov:hadMember</span></td>
+</tr>
+
+
+
+
+</tbody></table>
+</div>
+
+<span class="delete">This mapping table is still under discussion and it's structure is subject to change.</span>
+
+
+
+
+
+<p>In the rest of the section, each type is defined, in English initially, followed by its XML schema definition and some example.</p>  
+
+<section id="component1"> 
+<h3><span class="secno">3.1 </span>Component 1: Entities and Activities</h3>
+
+<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their inter-relations: <a href="#concept-usage" class="internalDFN">Usage</a>, <a href="#concept-generation" class="internalDFN">Generation</a>, <a href="#concept-start" class="internalDFN">Start</a>, <a href="#concept-end" class="internalDFN">End</a>, and <a href="#concept-communication" class="internalDFN">Communication</a>. </p>
+
+<section id="term-Entity"> 
+<h4><span class="secno">3.1.1 </span>Entity</h4>
+<span class="glossary-ref">   An <span class="dfn">entity</span> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Entity&quot;&gt;</span><span class="insert">name="Entity"&gt;</span>
+  &lt;xs:sequence&gt;
+    <span class="delete">&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:value&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">&lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:value" minOccurs="0"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+  
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:entity</span></code><span class="insert"> is used to reference a prov:Entity from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;entity&quot; type=&quot;prov:Entity&quot;/&gt;</span><pre class="schema-element" element="prov:entity" schematype="prov:Entity"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="entity" type="prov:Entity"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 4</span></span><span class="insert">: prov:entity</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;</span>
+
+  <b>&lt;prov:entity <span class="delete">prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;</span><span class="insert">prov:id="tr:WD-prov-dm-20111215"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;document&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;document&lt;/prov:type&gt;</span>
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Activity"> 
+<h4><span class="secno">3.1.2 </span>Activity</h4>
+<span class="glossary-ref">   An <span class="dfn">activity</span>  is something that occurs over a period of time and acts upon or with entities;  it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Activity&quot;&gt;</span><span class="insert">name="Activity"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;startTime&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;</span><span class="insert">name="startTime" type="xs:dateTime" minOccurs="0"/&gt;</span> 
+    &lt;xs:element <span class="delete">name=&quot;endTime&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;</span><span class="insert">name="endTime" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;</span> 
+    <span class="delete">&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">&lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:activity</span></code><span class="insert"> is used to reference a prov:Activity from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;activity&quot; type=&quot;prov:Activity&quot;/&gt;</span><pre class="schema-element" element="prov:activity" schematype="prov:Activity"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="activity" type="prov:Activity"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 5</span></span><span class="insert">: prov:activity</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  <b>&lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;&gt;</span><span class="insert">prov:id="a1"&gt;</span>
+    &lt;prov:startTime&gt;2011-11-16T16:05:00&lt;/prov:startTime&gt;
+    &lt;prov:endTime&gt;2011-11-16T16:06:00&lt;/prov:endTime&gt;
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;ex:edit&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;ex:edit&lt;/prov:type&gt;</span>
+    &lt;ex:host&gt;server.example.org&lt;/ex:host&gt;
+  &lt;/prov:activity&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Generation">
+<h4><span class="secno">3.1.3 </span>Generation</h4>
+<span class="glossary-ref">   <span class="dfn">Generation</span> is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Generation&quot;&gt;</span><span class="insert">name="Generation"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="entity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasGeneratedBy</span></code><span class="insert"> is used to reference a prov:Generation from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasGeneratedBy&quot; type=&quot;prov:Generation&quot;/&gt;</span><pre class="schema-element" element="prov:wasGeneratedBy" schematype="prov:Generation"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasGeneratedBy" type="prov:Generation"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 6</span></span><span class="insert">: prov:wasGeneratedBy</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e1&quot;/&gt;</span><span class="insert">prov:id="e1"/&gt;</span>
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;/&gt;</span><span class="insert">prov:id="a1"/&gt;</span>
+
+  <b>&lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:time&gt;2001-10-26T21:32:52&lt;/prov:time&gt;
+    &lt;ex:port&gt;p1&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;</b>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e2&quot;/&gt;</span><span class="insert">prov:id="e2"/&gt;</span>
+
+  <b>&lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e2&quot;/&gt;</span><span class="insert">prov:ref="e2"/&gt;</span>
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:time&gt;2001-10-26T10:00:00&lt;/prov:time&gt;
+    &lt;ex:port&gt;p2&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Usage">
+<h4><span class="secno">3.1.4 </span>Usage</h4>
+<span class="glossary-ref">   <span class="dfn">Usage</span> is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Usage&quot;&gt;</span><span class="insert">name="Usage"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="entity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  
+&lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:used</span></code><span class="insert"> is used to reference a prov:Usage from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;used&quot; type=&quot;prov:Usage&quot;/&gt;</span><pre class="schema-element" element="prov:used" schematype="prov:Usage"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="used" type="prov:Usage"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 7</span></span><span class="insert">: prov:used</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;/&gt;</span><span class="insert">prov:id="a1"/&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e1&quot;/&gt;</span><span class="insert">prov:id="e1"/&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e2&quot;/&gt;</span><span class="insert">prov:id="e2"/&gt;</span>
+
+  <b>&lt;prov:used&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:time≶2011-11-16T16:00:00&lt;/prov:time&gt;
+    &lt;ex:parameter&gt;p1&lt;/ex:parameter&gt;
+  &lt;/prov:used&gt;</b>
+
+  <b>&lt;prov:used&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e2&quot;/&gt;</span><span class="insert">prov:ref="e2"/&gt;</span>
+    &lt;prov:time&gt;2011-11-16T16:00:01&lt;/prov:time&gt;
+    &lt;ex:parameter&gt;p2&lt;/ex:parameter&gt;
+  &lt;/prov:used&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Communication">
+<h4><span class="secno">3.1.5 </span>Communication</h4>
+<span class="glossary-ref">   <span class="dfn">Communication</span> is the exchange of some unspecified entity by two activities, one activity using some entity generated by the other. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Communication&quot;&gt;</span><span class="insert">name="Communication"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;informed&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;informant&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="informed" type="prov:IDRef"/&gt;
+    &lt;xs:element name="informant" type="prov:IDRef"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasInformedBy</span></code><span class="insert"> is used to reference a prov:Communication from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasInformedBy&quot; type=&quot;prov:Communication&quot;/&gt;</span><pre class="schema-element" element="prov:wasInformedBy" schematype="prov:Communication"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasInformedBy" type="prov:Communication"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 8</span></span><span class="insert">: prov:wasInformedBy</span></div><pre class="example">&lt;prov:document 
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;</span>
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;&gt;</span><span class="insert">prov:id="a1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;traffic</span><span class="insert">xsi:type="xsd:string"&gt;traffic</span> regulations enforcing&lt;prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a2&quot;&gt;</span><span class="insert">prov:id="a2"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;fine</span><span class="insert">xsi:type="xsd:string"&gt;fine</span> paying, check writing, and mailing&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasInformedBy&gt;
+    &lt;prov:informed <span class="delete">prov:ref=&quot;a2&quot;/&gt;</span><span class="insert">prov:ref="a2"/&gt;</span>
+    &lt;prov:informant <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+  &lt;/prov:wasInformedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Start">
+<h4><span class="secno">3.1.6 </span>Start</h4>
+<span class="glossary-ref">   <span class="dfn">Start</span> is when an activity is deemed to have been started by an entity, known as <span class="dfn">trigger</span>.  The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity's start. A start may refer to a trigger entity that set off the activity, or to an activity, known as <span class="dfn">starter</span>, that generated the trigger. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Start&quot;&gt;</span><span class="insert">name="Start"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;trigger&quot; type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;starter&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="trigger" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="starter" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasStartedBy</span></code><span class="insert"> is used to reference a prov:Start from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasStartedBy&quot; type=&quot;prov:Start&quot;/&gt;</span><pre class="schema-element" element="prov:wasStartedBy" schematype="prov:Start"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasStartedBy" type="prov:Start"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 9</span></span><span class="insert">: prov:wasStartedBy</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e1&quot;&gt;</span><span class="insert">prov:id="e1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;email</span><span class="insert">xsi:type="xsd:string"&gt;email</span> message&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;&gt;</span><span class="insert">prov:id="a1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;Discuss&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;Discuss&lt;/prov:type&gt;</span>
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:trigger <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+  &lt;prov:used&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+  &lt;/prov:used&gt;
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a0&quot;&gt;</span><span class="insert">prov:id="a0"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;Write&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;Write&lt;/prov:type&gt;</span>
+  &lt;/prov:activity&gt;
+
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a0&quot;/&gt;</span><span class="insert">prov:ref="a0"/&gt;</span>
+  &lt;/prov:wasGeneratedBy&gt;
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:trigger <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:starter <span class="delete">prov:ref=&quot;a0&quot;/&gt;</span><span class="insert">prov:ref="a0"/&gt;</span>
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+  <b>&lt;prov:wasStartedBy&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:starter <span class="delete">prov:ref=&quot;a0&quot;/&gt;</span><span class="insert">prov:ref="a0"/&gt;</span>
+    &lt;prov:time&gt;2011-11-16T16:05:00&lt;/prov:time&gt;
+  &lt;/prov:wasStartedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-End">
+<h4><span class="secno">3.1.7 </span>End</h4>
+<span class="glossary-ref">   <span class="dfn">End</span> is when an activity is deemed to have been ended by an entity, known as <span class="dfn">trigger</span>.  The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as <span class="dfn">ender</span> that generated the trigger. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;End&quot;&gt;</span><span class="insert">name="End"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;trigger&quot; type=&quot;prov:EntityRef&quot;</span><span class="insert">name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="trigger" type="prov:IDRef"</span>  <span class="delete">minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;ender&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">minOccurs="0"/&gt;
+    &lt;xs:element name="ender" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasEndedBy</span></code><span class="insert"> is used to reference a prov:End from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasEndedBy&quot; ype=&quot;prov:End&quot;/&gt;</span><pre class="schema-element" element="prov:wasEndedBy" schematype="prov:End"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasEndedBy" type="prov:End"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 10</span></span><span class="insert">: prov:wasEndedBy</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e1&quot;&gt;</span><span class="insert">prov:id="e1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;approval</span><span class="insert">xsi:type="xsd:string"&gt;approval</span> document&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;&gt;</span><span class="insert">prov:id="a1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;Editing&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;Editing&lt;/prov:type&gt;</span>
+  &lt;/prov:activity&gt;
+
+  <b>&lt;prov:wasEndedBy&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a1&quot;/&gt;</span><span class="insert">prov:ref="a1"/&gt;</span>
+    &lt;prov:trigger <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+  &lt;/prov:wasEndedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Invalidation">
+<h4><span class="secno">3.1.8 </span>Invalidation</h4>
+<span class="glossary-ref">   <span class="dfn">Invalidation</span> is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Invalidation&quot;&gt;</span><span class="insert">name="Invalidation"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;time&quot; type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="entity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasInvalidatedBy</span></code><span class="insert"> is used to reference a prov:Invalidation from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasInvalidatedBy&quot; type=&quot;prov:Invalidation&quot;/&gt;</span><pre class="schema-element" element="prov:wasInvalidatedBy" schematype="prov:Invalidation"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasInvalidatedBy" type="prov:Invalidation"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 11</span></span><span class="insert">: prov:wasInvalidatedBy</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:bbc=&quot;http://www.bbc.co.uk/news/&quot;&gt;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bbc="http://www.bbc.co.uk/news/"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:The-Painter&quot;/&gt;</span><span class="insert">prov:id="ex:The-Painter"/&gt;</span>
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ex:Picasso&quot;/&gt;</span><span class="insert">prov:id="ex:Picasso"/&gt;</span>
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;ex:The-Painter&quot;</span><span class="insert">prov:ref="ex:The-Painter"</span> /&gt;
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ex:Picasso&quot;</span><span class="insert">prov:ref="ex:Picasso"</span> /&gt;
+  &lt;/prov:wasAttributedTo&gt;
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;ex:crash&quot;/&gt;</span><span class="insert">prov:id="ex:crash"/&gt;</span>
+
+  <b>&lt;prov:wasInvalidatedBy&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;ex:The-Painter&quot;/&gt;</span><span class="insert">prov:ref="ex:The-Painter"/&gt;</span>
+    &lt;prov:activity <span class="delete">prov:ref=&quot;ex:crash&quot;/&gt;</span><span class="insert">prov:ref="ex:crash"/&gt;</span>
+    &lt;prov:time&gt;1998-09-03T01:31:00&lt;/prov:time&gt;
+    &lt;ex:circumstances&gt;plane accident&lt;/ex:circumstances&gt;
+  &lt;/prov:wasInvalidatedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+ 
+
+
+
+
+</section> 
+
+</section> 
+
+<section id="component2"> 
+<h3><span class="secno">3.2 </span>Component 2: Derivations</h3>
+
+<p>The second component of PROV-DM is concerned with: <a title="derivation">derivations</a> of <a title="entity">entities</a> from other entities and derivation subtypes WasRevisionOf (<a href="#concept-revision" class="internalDFN">Revision</a>), WasQuotedFrom (<a href="#concept-quotation" class="internalDFN">Quotation</a>), and HasPrimarySource (<a href="#concept-primary-source" class="internalDFN">Primary Source</a>).</p>
+
+<section id="term-Derivation">
+<h4><span class="secno">3.2.1 </span>Derivation</h4>
+<span class="glossary-ref">   A <span class="dfn">derivation</span>  is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Derivation&quot;&gt;</span><span class="insert">name="Derivation"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;generatedEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;usedEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;generation&quot; type=&quot;prov:GenerationRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;usage&quot; type=&quot;prov:UsageRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="generatedEntity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="usedEntity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="generation" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="usage" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasDerivedFrom</span></code><span class="insert"> is used to reference a prov:Derivation from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasDerivedFrom&quot; type=&quot;prov:Derivation&quot;/&gt;</span><pre class="schema-element" element="prov:wasDerivedFrom" schematype="prov:Derivation"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasDerivedFrom" type="prov:Derivation"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 12</span></span><span class="insert">: prov:wasDerivedFrom</span></div><pre class="example">&lt;prov:document 
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e1&quot;/&gt;</span><span class="insert">prov:id="e1"/&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e2&quot;/&gt;</span><span class="insert">prov:id="e2"/&gt;</span>
+
+  <b>&lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity <span class="delete">prov:ref=&quot;e2&quot;/&gt;</span><span class="insert">prov:ref="e2"/&gt;</span>
+    &lt;prov:usedEntity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+  &lt;/prov:wasDerivedFrom&gt;</b>
+
+  <b>&lt;prov:wasDerivedFrom&gt;
+    &lt;prov:generatedEntity <span class="delete">prov:ref=&quot;e2&quot;/&gt;</span><span class="insert">prov:ref="e2"/&gt;</span>
+    &lt;prov:usedEntity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;physical</span><span class="insert">xsi:type="xsd:string"&gt;physical</span> transform&lt;/prov:type&gt;
+  &lt;/prov:wasDerivedFrom&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Revision">
+<h4><span class="secno">3.2.2 </span>Revision</h4>
+<span class="glossary-ref">   A <span class="dfn">revision</span>   is a derivation for which the resulting entity is a revised version of some original. </span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Revision"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Derivation"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:wasRevisionOf</span></code><span class="insert"> is used to reference a prov:Revision from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:wasRevisionOf" schematype="prov:Revision"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasRevisionOf" type="prov:Revision"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 13</span></span><span class="insert">: prov:wasRevisionOf</span></div>
+<span class="delete">To specialize a Derivation relationship as a Revision relationship, include a </span><span class="delete">prov:type</span><span class="delete"> with the value &quot;prov:Revision&quot;.</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:rec54=&quot;http://www.w3.org/2001/02pd/rec54#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:rec54="http://www.w3.org/2001/02pd/rec54#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;</span><span class="insert">prov:id="tr:WD-prov-dm-20111215"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;rec54:WD&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;rec54:WD&lt;/prov:type&gt;</span>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;tr:WD-prov-dm-20111018&quot;&gt;</span><span class="insert">prov:id="tr:WD-prov-dm-20111018"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;rec54:WD&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;rec54:WD&lt;/prov:type&gt;</span>
+  &lt;/prov:entity&gt;
+
+  <span class="delete">&lt;prov:wasDerivedFrom&gt;</span><b><span class="insert">&lt;prov:wasRevisionOf&gt;</span>
+    &lt;prov:generatedEntity <span class="delete">prov:ref=&quot;tr:WD-prov-dm-20111215&quot;/&gt;</span><span class="insert">prov:ref="tr:WD-prov-dm-20111215"/&gt;</span>
+    &lt;prov:usedEntity <span class="delete">prov:ref=&quot;tr:WD-prov-dm-20111018&quot;/&gt;
+    </span><span class="delete">&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Revision&lt;/prov:type&gt;</span><span class="insert">prov:ref="tr:WD-prov-dm-20111018"/&gt;
+  &lt;/prov:wasRevisionOf&gt;</span></b><span class="delete">
+  &lt;/prov:wasDerivedFrom&gt;</span>
+
+&lt;/prov:document&gt;</pre>
+
+<span class="delete">The modeling of Revision is currently under discussion and is subject to change.</span>
+</div>
+  
+
+
+
+</section>  
+
+<section id="term-Quotation">
+<h4><span class="secno">3.2.3 </span>Quotation</h4>
+<span class="glossary-ref">   A <span class="dfn">quotation</span>  is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. </span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Quotation"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Derivation"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:wasQuotedFrom</span></code><span class="insert"> is used to reference a prov:Quotation from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:wasQuotedFrom" schematype="prov:Quotation"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasQuotedFrom" type="prov:Quotation"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 14</span></span><span class="insert">: prov:wasQuotedFrom</span></div>
+<span class="delete">To specialize a Derivation relationship as a Quotation relationship, include a </span><span class="delete">prov:type</span><span class="delete"> with the value &quot;prov:Quotation&quot;.</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:wp=&quot;http://thinklinks.wordpress.com/2012/03/07/&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:dm=&quot;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:wp="http://thinklinks.wordpress.com/2012/03/07/"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:dm="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop&quot;/&gt;</span><span class="insert">prov:id="wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop"/&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;dm:bl-dagstuhl&quot;/&gt;</span><span class="insert">prov:id="dm:bl-dagstuhl"/&gt;</span>
+
+  <span class="delete">&lt;prov:agent prov:id=&quot;ex:Luc&quot;/&gt;</span><span class="insert">&lt;prov:person prov:id="ex:Luc"/&gt;</span>
+
+  <span class="delete">&lt;prov:agent prov:id=&quot;ex:Paul&quot;/&gt;</span><span class="insert">&lt;prov:person prov:id="ex:Paul"/&gt;</span>
+
+  <span class="delete">&lt;prov:wasDerivedFrom&gt;</span><b><span class="insert">&lt;prov:wasQuotedFrom&gt;</span>
+    &lt;prov:generatedEntity <span class="delete">prov:ref=&quot;dm:gl-dagstuhl&quot;/&gt;</span><span class="insert">prov:ref="dm:gl-dagstuhl"/&gt;</span>
+    &lt;prov:usedEntity <span class="delete">prov:ref=&quot;wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop&quot;/&gt;
+    </span><span class="delete">&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Quotation&lt;/prov:type&gt;</span><span class="insert">prov:ref="wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop"/&gt;
+  &lt;/prov:wasQuotedFrom&gt;</span></b><span class="delete">
+  &lt;/prov:wasDerivedFrom&gt;</span>
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;dm:bl-dagstuhl&quot;/&gt;</span><span class="insert">prov:ref="dm:bl-dagstuhl"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ex:Luc&quot;/&gt;</span><span class="insert">prov:ref="ex:Luc"/&gt;</span>
+  &lt;/prov:wasAttributedTo&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop&quot;/&gt;</span><span class="insert">prov:ref="wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ex:Paul&quot;/&gt;</span><span class="insert">prov:ref="ex:Paul"/&gt;</span>
+  &lt;/prov:wasAttributedTo&gt;
+
+&lt;/prov:document&gt;</pre>
+
+<span class="delete">The modeling of Quotation is currently under discussion and is subject to change.</span>
+</div>
+  
+
+
+
+</section>  
+
+<section id="term-Primary-Source">
+<h4><span class="secno">3.2.4 </span>Primary Source</h4>
+<span class="glossary-ref">   A <span class="dfn">primary source</span>  for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. </span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="PrimarySource"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Derivation"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:hadPrimarySource</span></code><span class="insert"> is used to reference a prov:PrimarySource from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:hadPrimarySource" schematype="prov:PrimarySource"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hadPrimarySource" type="prov:PrimarySource"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 15</span></span><span class="insert">: prov:hadPrimarySource</span></div>
+<span class="delete">To specialize a Derivation relationship as a Primary Source relationship, include a </span><span class="delete">prov:type</span><span class="delete"> with the value &quot;prov:PrimarySource&quot;.</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:la-campagne-de-Russie-1812-1813&quot;&gt;</span><span class="insert">prov:id="ex:la-campagne-de-Russie-1812-1813"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;map&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;map&lt;/prov:type&gt;</span>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII&quot;&gt;</span><span class="insert">prov:id="ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;journal&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;journal&lt;/prov:type&gt;</span>
+  &lt;/prov:entity&gt;
+
+  <span class="delete">&lt;prov:wasDerivedFrom&gt;</span><b><span class="insert">&lt;prov:hadPrimarySource&gt;</span>
+    &lt;prov:generatedEntity <span class="delete">prov:ref=&quot;ex:la-campagne-de-Russie-1812-1813&quot;/&gt;</span><span class="insert">prov:ref="ex:la-campagne-de-Russie-1812-1813"/&gt;</span>
+    &lt;prov:usedEntity <span class="delete">prov:ref=&quot;ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII&quot;/&gt;
+    </span><span class="delete">&lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:PrimarySource&lt;/prov:type&gt;</span><span class="insert">prov:ref="ex:revue-d-Histoire-de-la-Pharmacie-t-XVIII"/&gt;
+  &lt;/prov:hadPrimarySource&gt;</span></b><span class="delete">
+  &lt;/prov:wasDerivedFrom&gt;</span>
+
+&lt;/prov:document&gt;</pre>
+
+<span class="delete">The modeling of PrimarySource is currently under discussion and is subject to change.</span>
+</div>
+  
+
+
+
+  
+
+
+
+</section>  
+
+</section>  
+
+<section id="component3">
+<h3><span class="secno">3.3 </span>Component 3: Agents, Responsibility, and Influence</h3>
+
+<p>The third component of PROV-DM is concerned with <a title="agent">agents</a> and the relations WasAttributedTo
+(<a href="#concept-attribution" class="internalDFN">Attribution</a>), WasAssociatedWith (<a href="#concept-association" class="internalDFN">Association</a>), ActedOnBehalfOf (<a href="#concept-delegation" class="internalDFN">Delegation</a>), relating agents to entities, activities, and agents, respectively.</p>
+
+<section id="term-Agent">
+<h4><span class="secno">3.3.1 </span>Agent</h4>
+<span class="glossary-ref">   An <span class="dfn">agent</span> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Agent&quot;&gt;</span><span class="insert">name="Agent"&gt;</span>
+  &lt;xs:sequence&gt;
+    <span class="delete">&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">&lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:agent</span></code><span class="insert"> is used to reference a prov:Agent from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;agent&quot; type=&quot;prov:Agent&quot;/&gt;</span><pre class="schema-element" element="prov:agent" schematype="prov:Agent"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="agent" type="prov:Agent"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 16</span></span><span class="insert">: prov:agent</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  <b>&lt;prov:agent <span class="delete">prov:id=&quot;e1&quot;&gt;</span><span class="insert">prov:id="e1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;</span>
+    &lt;ex:name&gt;Alice&lt;/ex:name&gt;
+    &lt;ex:employee&gt;1234&lt;/ex:employee&gt;
+  &lt;/prov:agent&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+
+
+<section id="term-Person">
+<h5><span class="secno"><span class="delete">3.3.2 </span><span class="delete">Attribution</span>
+<span class="insert">3.3.1.1 </span></span><span class="insert">Person</span></h5>
+<span class="glossary-ref">   <span class="delete">Attribution</span><span class="delete"> is the ascribing</span><span class="insert">Agents</span> of <span class="delete">an entity to an agent. </span><span class="insert">type </span><span class="dfn"><span class="insert">Person</span></span><span class="insert">  are people. </span></span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Attribution&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;agent&quot; type=&quot;prov:AgentRef&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      &lt;xs:any namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span><span class="insert">name="Person"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Agent"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:person</span></code><span class="insert"> is used to reference a prov:Person from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasAttributedTo&quot; type=&quot;prov:Attribution&quot;/&gt;</span><pre class="schema-element" element="prov:person" schematype="prov:Person"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="person" type="prov:Person"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 17</span></span><span class="insert">: prov:person</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;
+    xmlns:rec54=&quot;http://example.com/ns/rec54#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  </span><b><span class="insert">&lt;prov:person prov:id="ex:Paolo" /&gt;</span></b><span class="insert">
+
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+
+<section id="term-Organization">
+<h5><span class="secno"><span class="insert">3.3.1.2 </span></span><span class="insert">Organization</span></h5>
+<span class="glossary-ref"><span class="insert">   Agents of type </span><span class="dfn"><span class="insert">Organization</span></span><span class="insert">  are social or legal institutions such as companies, societies, etc. </span></span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Organization"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Agent"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:organization</span></code><span class="insert"> is used to reference a prov:Organization from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:organization" schematype="prov:Organization"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="organization" type="prov:Organization"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 18</span></span><span class="insert">: prov:organization</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  </span><b><span class="insert">&lt;prov:organization prov:id="w3:Consortium" /&gt;</span></b><span class="insert">
+
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+
+<section id="term-SoftwareAgent">
+<h5><span class="secno"><span class="insert">3.3.1.3 </span></span><span class="insert">Software Agent</span></h5>
+<span class="glossary-ref"><span class="insert">   A </span><span class="dfn"><span class="insert">SoftwareAgent</span></span><span class="insert">  is running software. </span></span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="SoftwareAgent"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Agent"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:softwareAgent</span></code><span class="insert"> is used to reference a prov:SoftwareAgent from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:softwareAgent" schematype="prov:SoftwareAgent"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="softwareAgent" type="prov:SoftwareAgent"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 19</span></span><span class="insert">: prov:softwareAgent</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  </span><b><span class="insert">&lt;prov:softwareAgent prov:id="ag" /&gt;</span></b><span class="insert">
+
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+
+</section> 
+
+<section id="term-Attribution">
+<h4><span class="secno"><span class="insert">3.3.2 </span></span><span class="insert">Attribution</span></h4>
+<span class="glossary-ref">   <span class="dfn"><span class="insert">Attribution</span></span><span class="insert"> is the ascribing of an entity to an agent. </span></span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Attribution"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="agent" type="prov:IDRef"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:wasAttributedTo</span></code><span class="insert"> is used to reference a prov:Attribution from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:wasAttributedTo" schematype="prov:Attribution"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasAttributedTo" type="prov:Attribution"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 20</span></span><span class="insert">: prov:wasAttributedTo</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"
+    xmlns:rec54="http://example.com/ns/rec54#"&gt;</span>
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ex:Paolo&quot;&gt;
+    &lt;prov:typexsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;</span><span class="insert">prov:id="ex:Paolo"&gt;
+    &lt;prov:typexsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ex:Simon&quot;&gt;</span><span class="insert">prov:id="ex:Simon"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;</span><span class="insert">prov:id="tr:WD-prov-dm-20111215"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;rec54:WD&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;rec54:WD&lt;/prov:type&gt;</span>
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;rec54:WD&quot;/&gt;</span><span class="insert">prov:ref="rec54:WD"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ex:Paolo&quot;/&gt;</span><span class="insert">prov:ref="ex:Paolo"/&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;editorship&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;editorship&lt;/prov:type&gt;</span>
+  &lt;/prov:wasAttributedTo&gt;</b>
+
+  <b>&lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity <span class="delete">prov:ref=&quot;rec54:WD&quot;/&gt;</span><span class="insert">prov:ref="rec54:WD"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ex:Simon&quot;/&gt;</span><span class="insert">prov:ref="ex:Simon"/&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;authorship&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;authorship&lt;/prov:type&gt;</span>
+  &lt;/prov:wasAttributedTo&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div>  
+
+
+
+
+</section>  
+
+<section id="term-Association">
+<h4><span class="secno">3.3.3 </span>Association</h4>
+<span class="glossary-ref">   An activity <span class="dfn">association</span> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Association&quot;&gt;</span><span class="insert">name="Association"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+    &lt;xs:element name=&quot;agent&quot; type=&quot;prov:AgentRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:element name=&quot;plan&quot; type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="activity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="agent" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;xs:element name="plan" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasAssociatedWith</span></code><span class="insert"> is used to reference a prov:Association from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasAssociatedWith&quot; type=&quot;prov:Association&quot;/&gt;</span><pre class="schema-element" element="prov:wasAssociatedWith" schematype="prov:Association"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasAssociatedWith" type="prov:Association"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 21</span></span><span class="insert">: prov:wasAssociatedWith</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a&quot;&gt;</span><span class="insert">prov:id="a"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;workflow</span><span class="insert">xsi:type="xsd:string"&gt;workflow</span> execution&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ag1&quot;&gt;</span><span class="insert">prov:id="ag1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;operator&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;operator&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ag2&quot;&gt;</span><span class="insert">prov:id="ag2"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;designator&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;designator&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  <b>&lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag1&quot;/&gt;</span><span class="insert">prov:ref="ag1"/&gt;</span>
+    &lt;prov:role <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;loggedInUser&lt;/prov:role&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;</span>
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;</b>
+
+  <b>&lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag2&quot;/&gt;</span><span class="insert">prov:ref="ag2"/&gt;</span>
+    &lt;prov:plan <span class="delete">prov:ref=&quot;ex:wf&quot;/&gt;</span><span class="insert">prov:ref="ex:wf"/&gt;</span>
+    &lt;prov:role <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;designer&lt;/prov:role&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;designer&lt;/prov:role&gt;</span>
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;</b>
+
+  <span class="delete">&lt;prov:entity prov:id=&quot;ex:wf&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Plan&lt;/prov:type&gt;</span><span class="insert">&lt;prov:plan prov:id="ex:wf"&gt;</span>
+    &lt;ex:label&gt;Workflow 1&lt;/ex:label&gt;
+    &lt;prov:location <span class="delete">xsi:type=&quot;xsd:anyURI&quot;&gt;http://example.org/workflow1.bpel&lt;/prov:location&gt;
+  &lt;/prov:entity&gt;</span><span class="insert">xsi:type="xsd:anyURI"&gt;http://example.org/workflow1.bpel&lt;/prov:location&gt;
+  &lt;/prov:plan&gt;</span>
+
+&lt;/prov:document&gt;</pre>
+</div>  
+
+
+
+
+
+
+<section id="term-Plan">
+<h5><span class="secno"><span class="delete">3.3.4 </span><span class="delete">Delegation</span>
+<span class="insert">3.3.3.1 </span></span><span class="insert">Plan</span></h5>
+<span class="glossary-ref">   <span class="delete">Delegation</span><span class="insert">A </span><span class="dfn"><span class="insert">plan</span></span> is <span class="delete">the assignment</span><span class="insert">an entity that represents a set</span> of <span class="delete">authority and responsibility</span><span class="insert">actions or steps intended by one or more agents</span> to <span class="delete">an agent (by itself or by another agent)</span><span class="insert">achieve some goals.</span>  <span class="delete">to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span></span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Delegation&quot;&gt;</span><span class="insert">name="Plan"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Entity"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:plan</span></code><span class="insert"> is used to reference a prov:Plan from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:plan" schematype="prov:Plan"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="plan" type="prov:Plan"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 22</span></span><span class="insert">: prov:plan</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:activity prov:id="a"&gt;
+    &lt;prov:type xsi:type="xsd:string"&gt;workflow execution&lt;/prov:type&gt;
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent prov:id="ag1"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;operator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent prov:id="ag2"&gt;
+    &lt;prov:type xsi:type="xsd:QName"&gt;designator&lt;/prov:type&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag1"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity prov:ref="a"/&gt;
+    &lt;prov:agent prov:ref="ag2"/&gt;
+    &lt;prov:plan prov:ref="ex:wf"/&gt;
+    &lt;prov:role xsi:type="xsd:QName"&gt;designer&lt;/prov:role&gt;
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  </span><b><span class="insert">&lt;prov:plan prov:id="ex:wf"&gt;
+    &lt;ex:label&gt;Workflow 1&lt;/ex:label&gt;
+    &lt;prov:location xsi:type="xsd:anyURI"&gt;http://example.org/workflow1.bpel&lt;/prov:location&gt;
+  &lt;/prov:plan&gt;</span></b><span class="insert">
+
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+</section>  
+
+<section id="term-Delegation">
+<h4><span class="secno"><span class="insert">3.3.4 </span></span><span class="insert">Delegation</span></h4>
+<span class="glossary-ref">   <span class="dfn"><span class="insert">Delegation</span></span><span class="insert"> is the assignment of authority and responsibility to an agent (by itself or by another agent)  to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </span></span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Delegation"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;delegate&quot; type=&quot;prov:AgentRef&quot;/&gt;
+    &lt;xs:element name=&quot;responsible&quot; type=&quot;prov:AgentRef&quot;/&gt;
+    &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="delegate" type="prov:IDRef"/&gt;
+    &lt;xs:element name="responsible" type="prov:IDRef"/&gt;
+    &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:actedOnBehalfOf</span></code><span class="insert"> is used to reference a prov:Delegation from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;actedOnBehalfOf&quot; type=&quot;prov:Delegation&quot;/&gt;</span><pre class="schema-element" element="prov:actedOnBehalfOf" schematype="prov:Delegation"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="actedOnBehalfOf" type="prov:Delegation"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 23</span></span><span class="insert">: prov:actedOnBehalfOf</span></div><pre class="example">&lt;prov:document 
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;</span>
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a&quot;&gt;</span><span class="insert">prov:id="a"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;workflow&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;workflow&lt;/prov:type&gt;</span>
+  &lt;/prov:activity&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ag1&quot;&gt;</span><span class="insert">prov:id="ag1"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;programmer&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;programmer&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ag2&quot;&gt;</span><span class="insert">prov:id="ag2"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;researcher&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;researcher&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;ag3&quot;&gt;</span><span class="insert">prov:id="ag3"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;funder&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;funder&lt;/prov:type&gt;</span>
+  &lt;/prov:agent&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag1&quot;/&gt;</span><span class="insert">prov:ref="ag1"/&gt;</span>
+    &lt;prov:role <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;loggedInUser&lt;/prov:role&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;</span>
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag2&quot;/&gt;</span><span class="insert">prov:ref="ag2"/&gt;</span>
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag3&quot;/&gt;</span><span class="insert">prov:ref="ag3"/&gt;</span>
+  &lt;/prov:wasAssociatedWith&gt;
+
+  <b>&lt;prov:actedOnBehalfOf&gt;
+    &lt;prov:delegate <span class="delete">prov:ref=&quot;ag1&quot;/&gt;</span><span class="insert">prov:ref="ag1"/&gt;</span>
+    &lt;prov:responsible <span class="delete">prov:ref=&quot;ag2&quot;/&gt;</span><span class="insert">prov:ref="ag2"/&gt;</span>
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;line-management&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;line-management&lt;/prov:type&gt;</span>
+  &lt;/prov:actedOnBehalfOf&gt;</b>
+
+  <b>&lt;prov:actedOnBehalfOf&gt;
+    &lt;prov:delegate <span class="delete">prov:ref=&quot;ag2&quot;/&gt;</span><span class="insert">prov:ref="ag2"/&gt;</span>
+    &lt;prov:responsible <span class="delete">prov:ref=&quot;ag3&quot;/&gt;</span><span class="insert">prov:ref="ag3"/&gt;</span>
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;contract&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;contract&lt;/prov:type&gt;</span>
+  &lt;/prov:actedOnBehalfOf&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Influence">
+<h4><span class="secno">3.3.5 </span>Influence</h4>
+<span class="glossary-ref">   <span class="dfn">Influence</span> is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Influence&quot;&gt;</span><span class="insert">name="Influence"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;influencee&quot; type=&quot;prov:AnyRef&quot;/&gt;
+    &lt;xs:element name=&quot;influencer&quot; type=&quot;prov:AnyRef&quot;/&gt;
+    &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+      &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+      </span><span class="insert">name="influencee" type="prov:IDRef"/&gt;
+    &lt;xs:element name="influencer" type="prov:IDRef"/&gt;
+    &lt;!-- prov attributes --&gt;
+    &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+    </span>&lt;xs:any <span class="delete">namespace=&quot;##other&quot;/&gt;
+    &lt;/xs:choice&gt;</span><span class="insert">namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute <span class="delete">ref=&quot;prov:id&quot;/&gt;</span><span class="insert">ref="prov:id"/&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:wasInfluencedBy</span></code><span class="insert"> is used to reference a prov:Influence from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;wasInfluencedBy&quot; type=&quot;prov:Influence&quot;/&gt;</span><pre class="schema-element" element="prov:wasInfluencedBy" schematype="prov:Influence"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="wasInfluencedBy" type="prov:Influence"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 24</span></span><span class="insert">: prov:wasInfluencedBy</span></div><pre class="example" id="example_38">&lt;prov:document
+    <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;
+    xmlns:w3=&quot;http://w3.org/&quot;&gt;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:tr="http://example.com/ns/tr#"
+    xmlns:w3="http://w3.org/"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;tr:WD-prov-dm-20111215&quot;/&gt;</span><span class="insert">prov:id="tr:WD-prov-dm-20111215"/&gt;</span>
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;w3:Consortium&quot;/&gt;</span><span class="insert">prov:id="w3:Consortium"/&gt;</span>
+
+  <b>&lt;prov:wasInfluencedBy&gt;
+    &lt;prov:influencee <span class="delete">prov:ref=&quot;tr:WD-prov-dm-20111215&quot;/&gt;</span><span class="insert">prov:ref="tr:WD-prov-dm-20111215"/&gt;</span>
+    &lt;prov:influencer <span class="delete">prov:ref=&quot;w3:Consortium&quot;/&gt;</span><span class="insert">prov:ref="w3:Consortium"/&gt;</span>
+  &lt;/prov:wasInfluencedBy&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+ 
+
+
+
+
+</section> 
+
+</section> 
+
+<section id="component4">
+<h3><span class="secno">3.4 </span>Component 4: Bundles</h3>
+<p>The fourth component is concerned with bundles, a mechanism to support provenance of provenance.</p>
+
+
+<span class="delete">Content in this section is still under discussion and may be subject to change.</span>
+
+
+
+<section id="term-Bundle">
+<h4><span class="secno">3.4.1 </span>Bundle</h4>
+<span class="glossary-ref"> A <span class="dfn">bundle</span> is a named set of provenance descriptions, and is itself an entity, so allowing provenance of provenance to be expressed.  </span>
+<p>A <span class="delete">Bundle</span><code><span class="insert">prov:Bundle</span></code><span class="insert"> identifies a set of provenance descriptions, and</span> is an <span class="delete">entity that</span><span class="insert">extension of </span><code><span class="insert">prov:Entity</span></code><span class="insert">, so allowing provenance of provenance to be expressed by referencing the associated entity. The content of a bundle, i.e. its provenance records,</span> can <span class="delete">contain nested provenance statements.</span><span class="insert">be represented by the </span><code><span class="insert">prov:BundleConstructor</span></code><span class="insert"> complexType and can be specified with the </span><code><span class="insert">prov:bundleContent</span></code><span class="insert"> element, its </span><code><span class="insert">prov:id</span></code><span class="insert"> corresponds to the bundle entity.</span></p>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Bundle&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span><span class="insert">name="Bundle"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Entity"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">To specialize an Entity as</span><span class="insert">The element </span><code><span class="insert">prov:bundle</span></code><span class="insert"> is used to reference</span> a <span class="delete">Bundle, include</span><span class="insert">prov:Bundle from within</span> a <span class="delete">prov:type</span><span class="delete"> with the value &quot;prov:Bundle&quot;.  The bundle element with nested provenance statements is declared separately from the bundle's entity.</span><span class="insert">prov:Document or prov:BundleConstructor.</span></p>
+<p><span class="delete">Usage</span><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;document&quot; type=&quot;prov:Document&quot; /&gt;
+&lt;xs:complexType xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Document&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:choice maxOccurs=&quot;unbounded&quot;&gt;
+      &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+      &lt;xs:element name=&quot;bundle&quot; type=&quot;prov:Bundle&quot;/&gt;
+    &lt;/xs:choice&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;</span><pre class="schema-element" element="prov:bundle" schematype="prov:Bundle"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="bundle" type="prov:Bundle"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 25</span></span><span class="insert">: prov:bundle</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:bob=&quot;http://example.com/ns/bob#&quot;
+    xmlns:alice=&quot;http://example.com/ns/alice#&quot;
+    xmlns:agg=&quot;http://example.com/ns/agg#&quot;&gt;
+
+  &lt;prov:entity prov:id=&quot;ex:report1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;
+    &lt;ex:version&gt;1&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+  
+  &lt;prov:entity prov:id=&quot;ex:report2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bob="http://example.com/ns/bob#"
+    xmlns:alice="http://example.com/ns/alice#"
+    xmlns:agg="http://example.com/ns/agg#"&gt;</span>
+
+  <b>&lt;prov:bundle <span class="delete">prov:id=&quot;bob:bundle1&quot;&gt;</span><span class="insert">prov:id="ex:bundle1"&gt;
+    &lt;ex:version&gt;1&lt;/ex:version&gt;
+  &lt;/prov:bundle&gt;</span></b><span class="insert">
+    
+  &lt;prov:bundleContent prov:id="ex:bundle1"&gt;</span>
+    &lt;prov:entity <span class="delete">prov:id=&quot;ex:report1&quot;&gt;</span><span class="insert">prov:id="ex:report1"/&gt;
+    
+    &lt;prov:entity prov:id="ex:report2"&gt;</span>
+      &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;report&lt;/prov:type&gt;</span>
+      <span class="delete">&lt;ex:version&gt;1&lt;/ex:version&gt;</span><span class="insert">&lt;ex:version&gt;2&lt;/ex:version&gt;</span>
+    &lt;/prov:entity&gt;
+    
+    &lt;prov:wasGeneratedBy&gt;
+      &lt;prov:entity <span class="delete">prov:ref=&quot;ex:report1&quot;/&gt;</span><span class="insert">prov:ref="ex:report2"/&gt;</span>
+      <span class="delete">&lt;prov:time&gt;2012-05-24T10:00:01&lt;/prov:time&gt;</span><span class="insert">&lt;prov:time&gt;2012-05-25T11:00:01&lt;/prov:time&gt;</span>
+    &lt;/prov:wasGeneratedBy&gt;<span class="insert">
+    
+    &lt;prov:wasDerivedFrom&gt;
+      &lt;prov:generatedEntity prov:ref="ex:report2"/&gt;
+      &lt;prov:usedEntity prov:ref="ex:report1"/&gt;
+    &lt;/prov:wasDerivedFrom&gt;
+  &lt;/prov:bundleContent&gt;
+  
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+
+<section id="term-BundleConstructor">
+<h4><span class="secno"><span class="insert">3.4.2 </span></span><span class="insert">Bundle Constructor</span></h4>
+<p><span class="insert">The </span><code><span class="insert">prov:BundleConstructor</span></code><span class="insert"> complexType is used to define a named set of provenance statements.  The Bundle Constructor type supports the </span><code><span class="insert">prov:id</span></code><span class="insert"> attribute.</span></p>
+<p><span class="insert">The bundle entity associated with a bundle constructor set must have the same </span><code><span class="insert">prov:id</span></code><span class="insert"> as the bundle constructor set.</span></p>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="BundleConstructor"&gt;
+  &lt;xs:sequence maxOccurs="unbounded"&gt;
+    &lt;xs:group ref="prov:documentElements"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"/&gt;
+  &lt;/xs:sequence&gt;
+  &lt;xs:attribute ref="prov:id"/&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:bundleContent</span></code><span class="insert"> is used to reference a set of nested provenance statements from within a prov:Document.</span></p>
+<p><span class="insert">Although </span><code><span class="insert">prov:bundleContent</span></code><span class="insert"> can only be expressed at the </span><code><span class="insert">prov:document</span></code><span class="insert"> level, the corresponding bundle entities may be specified at from either the </span><code><span class="insert">prov:document</span></code><span class="insert"> or any </span><code><span class="insert">prov:bundleContent</span></code><span class="insert">, if at all.</span></p>
+<pre><span class="insert">&lt;xs:complexType name="Document"&gt;
+  &lt;xs:sequence maxOccurs="unbounded"&gt;
+    &lt;xs:group ref="prov:documentElements" minOccurs="0"/&gt;
+    &lt;xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" /&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 26</span></span><span class="insert">: prov:bundleContent</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bob="http://example.com/ns/bob#"
+    xmlns:alice="http://example.com/ns/alice#"
+    xmlns:agg="http://example.com/ns/agg#"&gt;
+
+  &lt;prov:bundle prov:id="ex:bundle1"&gt;
+    &lt;ex:version&gt;1&lt;/ex:version&gt;</span>
+  &lt;/prov:bundle&gt;
+  
+  
+    
+  <b><span class="delete">&lt;prov:bundle prov:id=&quot;alice:bundle2&quot;&gt;</span><span class="insert">&lt;prov:bundleContent prov:id="ex:bundle1"&gt;</span>
+    &lt;prov:entity <span class="delete">prov:id=&quot;ex:report1&quot;/&gt;</span><span class="insert">prov:id="ex:report1"/&gt;</span>
+    
+    &lt;prov:entity <span class="delete">prov:id=&quot;ex:report2&quot;&gt;</span><span class="insert">prov:id="ex:report2"&gt;</span>
+      &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;report&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;report&lt;/prov:type&gt;</span>
+      &lt;ex:version&gt;2&lt;/ex:version&gt;
+    &lt;/prov:entity&gt;
+    
+    &lt;prov:wasGeneratedBy&gt;
+      &lt;prov:entity <span class="delete">prov:ref=&quot;ex:report2&quot;/&gt;</span><span class="insert">prov:ref="ex:report2"/&gt;</span>
+      &lt;prov:time&gt;2012-05-25T11:00:01&lt;/prov:time&gt;
+    &lt;/prov:wasGeneratedBy&gt;
+    
+    &lt;prov:wasDerivedFrom&gt;
+      &lt;prov:generatedEntity <span class="delete">prov:ref=&quot;ex:report2&quot;/&gt;</span><span class="insert">prov:ref="ex:report2"/&gt;</span>
+      &lt;prov:usedEntity <span class="delete">prov:ref=&quot;ex:report1&quot;/&gt;</span><span class="insert">prov:ref="ex:report1"/&gt;</span>
+    &lt;/prov:wasDerivedFrom&gt;
+  <span class="delete">&lt;/prov:bundle&gt;</span><span class="insert">&lt;/prov:bundleContent&gt;</span></b><span class="delete">b&gt;
+  
+  </span><span class="delete">&lt;prov:entity prov:id=&quot;bob:bundle1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Bundle&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span><span class="delete">
+  
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;bob:bundle1&quot;/&gt;
+    &lt;prov:time&gt;2012-05-24T10:30:00&lt;/prov:time&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;bob:bundle1&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Bob&quot;/&gt;
+  &lt;/prov:wasAttributedTo&gt;
+  
+  </span><span class="delete">&lt;prov:entity prov:id=&quot;alice:bundle2&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Bundle&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span><span class="delete">
+  
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity prov:ref=&quot;alice:bundle2&quot;/&gt;
+    &lt;prov:time&gt;2012-05-25T11:15:00&lt;/prov:time&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+    
+  &lt;prov:wasAttributedTo&gt;
+    &lt;prov:entity prov:ref=&quot;alice:bundle2&quot;/&gt;
+    &lt;prov:agent prov:ref=&quot;ex:Alice&quot;/&gt;
+  &lt;/prov:wasAttributedTo&gt;</span>
+  
+&lt;/prov:document&gt;</pre>
+</div>
+
+ 
+
+
+
+
+</section> 
+</section> 
+
+<section id="component5"> 
+<h3><span class="secno">3.5 </span>Component 5: Alternate Entities</h3>
+<p>The fifth component of PROV-DM is concerned with
+relations SpecializationOf (<a>specialization</a>) and AlternateOf (<a>alternate</a>) between entities.</p>
+
+<section id="term-Specialization">
+<h4><span class="secno">3.5.1 </span>Specialization</h4>
+<span class="glossary-ref">   An entity that is a <span class="dfn">specialization</span> of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized  contains that of any specialization. </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Specialization&quot;&gt;</span><span class="insert">name="Specialization"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;specificEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;generalEntity&quot; type=&quot;prov:EntityRef&quot;/&gt;</span><span class="insert">name="specificEntity" type="prov:IDRef"/&gt;
+    &lt;xs:element name="generalEntity" type="prov:IDRef"/&gt;</span>
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:specializationOf</span></code><span class="insert"> is used to reference a prov:Specialization from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;specializationOf&quot; type=&quot;prov:Specialization&quot;/&gt;</span><pre class="schema-element" element="prov:specializationOf" schematype="prov:Specialization"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="specializationOf" type="prov:Specialization"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 27</span></span><span class="insert">: prov:specializationOf</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:bbc=&quot;http://www.bbc.co.uk/&quot;&gt;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:bbc="http://www.bbc.co.uk/"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:bbcNews2012-03-23&quot;/&gt;</span><span class="insert">prov:id="ex:bbcNews2012-03-23"/&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;bbc:news&quot;/&gt;</span><span class="insert">prov:id="bbc:news"/&gt;</span>
+
+  <b>&lt;prov:specializationOf&gt;
+    &lt;prov:specificEntity <span class="delete">prov:ref=&quot;ex:bbcNews2012-03-23&quot;/&gt;</span><span class="insert">prov:ref="ex:bbcNews2012-03-23"/&gt;</span>
+    &lt;prov:generalEntity <span class="delete">prov:ref=&quot;bbc:news&quot;/&gt;</span><span class="insert">prov:ref="bbc:news"/&gt;</span>
+  &lt;/prov:specializationOf&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="term-Alternate">
+<h4><span class="secno">3.5.2 </span>Alternate</h4>
+<span class="glossary-ref">   Two <span class="dfn">alternate</span> entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.  </span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Alternate&quot;&gt;</span><span class="insert">name="Alternate"&gt;</span>
+  &lt;xs:sequence&gt;
+    &lt;xs:element <span class="delete">name=&quot;alternate1&quot; type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;alternate2&quot; type=&quot;prov:EntityRef&quot;/&gt;</span><span class="insert">name="alternate1" type="prov:IDRef"/&gt;
+    &lt;xs:element name="alternate2" type="prov:IDRef"/&gt;</span>
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:alternateOf</span></code><span class="insert"> is used to reference a prov:Alternate from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;alternateOf&quot; type=&quot;prov:Alternate&quot;/&gt;</span><pre class="schema-element" element="prov:alternateOf" schematype="prov:Alternate"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="alternateOf" type="prov:Alternate"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 28</span></span><span class="insert">: prov:alternateOf</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:bbc=&quot;http://www.bbc.co.uk/news&quot;
+    xmlns:bbcmobile=&quot;http://www.bbc.co.uk/news/mobile&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:bbc="http://www.bbc.co.uk/news"
+    xmlns:bbcmobile="http://www.bbc.co.uk/news/mobile"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;bbc:science-environment-17526723&quot;&gt;</span><span class="insert">prov:id="bbc:science-environment-17526723"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;a</span><span class="insert">xsi:type="xsd:string"&gt;a</span> news item for desktop&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;bbcmobile:science-environment-17526723&quot;&gt;</span><span class="insert">prov:id="bbcmobile:science-environment-17526723"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;a</span><span class="insert">xsi:type="xsd:string"&gt;a</span> news item for mobile devices&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;
+
+  <b>&lt;prov:alternateOf&gt;
+    &lt;prov:alternate1 <span class="delete">prov:ref=&quot;bbcmobile:science-environment-17526723&quot;/&gt;</span><span class="insert">prov:ref="bbcmobile:science-environment-17526723"/&gt;</span>
+    &lt;prov:alternate2 <span class="delete">prov:ref=&quot;bbc:science-environment-17526723&quot;/&gt;</span><span class="insert">prov:ref="bbc:science-environment-17526723"/&gt;</span>
+  &lt;/prov:alternateOf&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+ 
+
+
+
+
+
+</section> 
+
+</section> 
+
+
+<section id="component6"> 
+<h3><span class="secno">3.6 </span>Component 6: Collections</h3>
+<p>The sixth component of PROV-DM is concerned with the notion of collections. 
+A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection (attribution), which members it contains as it evolves, and how it was assembled. The purpose of Component 6 is to define the types and relations that are useful to express the provenance of collections.  </p>
+
+<section id="term-Collection">
+<h4><span class="secno">3.6.1 </span>Collection</h4>
+<span class="glossary-ref">   A <span class="dfn">collection</span> is an entity that provides a structure to some constituents that must themselves be entities. These constituents are said to be <span class="dfn">member</span> of the collections.  </span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Collection"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Entity"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:collection</span></code><span class="insert"> is used to reference a prov:Collection from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:collection" schematype="prov:Collection"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="collection" type="prov:Collection"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 29</span></span><span class="insert">: prov:collection</span></div>
+<span class="delete">To specialize an Entity as a Collection, include a </span><span class="delete">prov:type</span><span class="delete"> with the value &quot;prov:Collection&quot;.</span>
+<span class="delete">An EmptyCollection is asserted with the </span><span class="delete">prov:type</span><span class="delete"> &quot;prov:EmptyCollection&quot; and denotes a Collection with no members.</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  <span class="delete">&lt;!-- c0 is an empty collection --&gt;
+  </span><b><span class="delete">&lt;prov:entity prov:id=&quot;c0&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:EmptyCollection&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span><span class="delete">
+
+  &lt;!-- c1 is a collection, with unknown content --&gt;
+  </span><span class="delete">&lt;prov:entity prov:id=&quot;c1&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Collection&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span><span class="insert">&lt;prov:collection prov:id="c1" /&gt;</span></b>
+
+&lt;/prov:document&gt;</pre>
+
+<span class="delete">The modeling of</span></div>
+
+<section id="term-EmptyCollection">
+<h5><span class="secno"><span class="insert">3.6.1.1 </span></span><span class="insert">Empty</span> Collection</h5>
+<span class="glossary-ref"><span class="insert">   An </span><span class="dfn"><span class="insert">empty collection</span></span> is <span class="delete">currently under discussion and is subject to change.</span>
+
+  
+
+
+
+
+<span class="delete">3.6.2 </span><span class="delete">Membership</span>
+ <span class="delete">Membership</span><span class="delete"> is the belonging of an entity</span><span class="insert">a collection without members.</span>  <span class="delete">to a collection. </span></span>
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;Membership&quot;&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name=&quot;collection&quot;  type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;xs:element name=&quot;entity&quot;      type=&quot;prov:EntityRef&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+  &lt;/xs:sequence&gt;</span><span class="insert">name="EmptyCollection"&gt;
+  &lt;xs:complexContent&gt;
+    &lt;xs:extension base="prov:Collection"&gt;
+    &lt;/xs:extension&gt;
+  &lt;/xs:complexContent&gt;</span>
+&lt;/xs:complexType&gt;
+</pre>
+<p><span class="delete">Usage</span><span class="insert">The element </span><code><span class="insert">prov:emptyCollection</span></code><span class="insert"> is used to reference a prov:EmptyCollection from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion</span> in <span class="delete">XML:</span><span class="insert">XML Schema:</span></p><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;hadMember&quot; type=&quot;prov:Membership&quot;/&gt;</span><pre class="schema-element" element="prov:emptyCollection" schematype="prov:EmptyCollection"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="emptyCollection" type="prov:EmptyCollection"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 30</span></span><span class="insert">: prov:emptyCollection</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:bbc="http://www.bbc.co.uk/news"
+    xmlns:bbcmobile="http://www.bbc.co.uk/news/mobile"&gt;
+    
+    </span><b><span class="insert">&lt;prov:emptyCollection prov:id="c0"/&gt;</span></b><span class="insert">
+
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+</section>  
+
+<section id="term-Membership">
+<h4><span class="secno"><span class="insert">3.6.2 </span></span><span class="insert">Membership</span></h4>
+<span class="glossary-ref"> <span class="dfn"><span class="insert">Membership</span></span><span class="insert"> is the belonging of an entity  to a collection. </span></span>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Membership"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="collection" type="prov:IDRef"/&gt;
+    &lt;xs:element name="entity" type="prov:IDRef" maxOccurs="unbounded"/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+<p><span class="insert">The element </span><code><span class="insert">prov:hadMember</span></code><span class="insert"> is used to reference a prov:Membership from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:hadMember" schematype="prov:Membership"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hadMember" type="prov:Membership"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 31</span></span><span class="insert">: prov:hadMember</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;e0&quot;/&gt;</span><span class="insert">prov:id="e0"/&gt;</span>
+  &lt;prov:entity <span class="delete">prov:id=&quot;e1&quot;/&gt;</span><span class="insert">prov:id="e1"/&gt;</span>
+  &lt;prov:entity <span class="delete">prov:id=&quot;e2&quot;/&gt;</span><span class="insert">prov:id="e2"/&gt;</span>
+
+  <span class="delete">&lt;prov:entity prov:id=&quot;c&quot;&gt;
+    &lt;prov:type xsi:type=&quot;xsd:QName&quot;&gt;prov:Collection&lt;/prov:type&gt;
+  &lt;/prov:entity&gt;</span><span class="insert">&lt;prov:collection prov:id="c"/&gt;</span>
+
+  <b>&lt;prov:hadMember&gt;
+    &lt;prov:collection <span class="delete">prov:ref=&quot;c&quot;/&gt;</span><span class="insert">prov:ref="c"/&gt;</span>
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e0&quot;/&gt;</span><span class="insert">prov:ref="e0"/&gt;</span>
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e1&quot;/&gt;</span><span class="insert">prov:ref="e1"/&gt;</span>
+    &lt;prov:entity <span class="delete">prov:ref=&quot;e2&quot;/&gt;</span><span class="insert">prov:ref="e2"/&gt;</span>
+  &lt;/prov:hadMember&gt;</b>
+
+&lt;/prov:document&gt;</pre>
+</div>  
+
+
+
+   
+
+
+
+
+</section>  
+
+</section>   
+
+<section id="further-elements"> 
+<h3><span class="secno">3.7 </span>Further Elements of PROV</h3>
+
+<p>This section introduces further elements of PROV.</p>
+
+<section id="attribute-Identifier">
+<h4><span class="secno">3.7.1 </span>Identifier</h4>
+<span class="glossary-ref"></span>
+<p>The identifier attribute is used to identify instances of PROV types or relations.</p>
+<span class="delete">Usage in XML:</span><pre class="schema-attribute" attribute="prov:id" schematype="xs:QName">&lt;xs:attribute <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;id&quot; type=&quot;xs:QName&quot;/&gt;</span><span class="insert">xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" type="xs:QName"/&gt;</span>
+</pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 32</span></span><span class="insert">: prov:id</span></div><pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"</span> 
+    <span class="delete">xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;</span><span class="insert">xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;</span>
+
+  &lt;prov:entity <b><span class="delete">prov:id=&quot;tr:WD-prov-dm-20111215&quot;</span><span class="insert">prov:id="tr:WD-prov-dm-20111215"</span></b>&gt;
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:Qname&quot;&gt;document&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:Qname"&gt;document&lt;/prov:type&gt;</span>
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+
+<span class="delete">REVIEW QUESTION:</span>
+<span class="delete">The Identifier type is currently still under discussion.  We intend to use an identifier type that makes sense for XML conventions and current XML tooling.  The PROV-XML group is currently seeking feedback on recommended type ranges for the id attribute.</span>
+</div>
+ 
+
+ 
+
+</section>  
+
+<section id="attribute-Reference">
+<h4><span class="secno">3.7.2 </span><span class="insert">Reference</span></h4>
+<span class="glossary-ref"></span>
+<p><span class="insert">A reference-by-id to a PROV entity, activity, agent, or relation.</span></p>
+<pre class="schema-attribute" attribute="prov:ref" schematype="xs:QName"><span class="insert">&lt;xs:attribute ref="prov:ref" use="required" /&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 33</span></span><span class="insert">: prov:ref</span></div><pre class="example"><span class="insert">&lt;prov:document
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;
+
+  &lt;prov:entity prov:id="e1"/&gt;
+
+  &lt;prov:activity prov:id="a1"/&gt;
+
+  &lt;prov:wasGeneratedBy&gt;
+    &lt;prov:entity </span><b><span class="insert">prov:ref="e1"</span></b><span class="insert">/&gt;
+    &lt;prov:activity </span><b><span class="insert">prov:ref="a1"</span></b><span class="insert">/&gt;
+    &lt;prov:time&gt;2001-10-26T21:32:52&lt;/prov:time&gt;
+    &lt;ex:port&gt;p1&lt;/ex:port&gt;
+  &lt;/prov:wasGeneratedBy&gt;
+
+&lt;/prov:document&gt;</span></pre></div>
+</section> 
+
+<section id="attributes">
+<h4><span class="secno"><span class="insert">3.7.3 </span></span>Attributes</h4>
+<p>The PROV-DM defined PROV attributes are represented in XML as elements.</p>
+
+<section id="element-Label">
+<h5><span class="secno"><span class="delete">3.7.2.1</span><span class="insert">3.7.3.1</span> </span>Label</h5>
+<span class="glossary-ref">    The attribute <span class="dfn"><span class="name">prov:label</span></span> provides a human-readable representation of an instance of a PROV-DM type or relation.   </span>
+<p><span class="insert">The element </span><code><span class="insert">prov:label</span></code><span class="insert"> is used to represent a PROV attribute and has type prov:InternationalizedString.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="prov-attribute" element="prov:label" schematype="prov:InternationalizedString"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="label" type="prov:InternationalizedString"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 34</span></span><span class="insert">: prov:label</span></div>
+<span class="delete">Usage in XML:</span><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;label&quot; type=&quot;prov:InternationalizedString&quot;/&gt;
+</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"</span> 
+    <span class="delete">xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:e1&quot;&gt;</span><span class="insert">prov:id="ex:e1"&gt;</span>
+    <b>&lt;prov:label&gt;This is a human-readable label&lt;/prov:label&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:car01&quot;&gt;</span><span class="insert">prov:id="ex:car01"&gt;</span>
+    <b>&lt;prov:label <span class="delete">xml:lang=&quot;fr&quot;&gt;Voiture</span><span class="insert">xml:lang="fr"&gt;Voiture</span> 01&lt;/prov:label&gt;
+    &lt;prov:label <span class="delete">xml:lang=&quot;en&quot;&gt;Car</span><span class="insert">xml:lang="en"&gt;Car</span> 01&lt;/prov:label&gt;</b>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="element-Location">
+<h5><span class="secno"><span class="delete">3.7.2.2</span><span class="insert">3.7.3.2</span> </span>Location</h5>
+<span class="glossary-ref">   A <span class="dfn">location</span> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column.  </span>
+<p><span class="insert">The element </span><code><span class="insert">prov:location</span></code><span class="insert"> is used to represent a PROV attribute and has type xs:anySimpleType.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="prov-attribute" element="prov:location" schematype="xs:anySimpleType"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="location" type="xs:anySimpleType"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 35</span></span><span class="insert">: prov:location</span></div>
+<span class="delete">Usage in XML:</span><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;location&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:MonaLisa&quot;&gt;</span><span class="insert">prov:id="ex:MonaLisa"&gt;</span>
+    &lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;StillImage&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;StillImage&lt;/prov:type&gt;</span>
+    <b>&lt;prov:location <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;Le</span><span class="insert">xsi:type="xsd:string"&gt;Le</span> Louvre, Paris&lt;/prov:location&gt;</b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:cell&quot;&gt;</span><span class="insert">prov:id="ex:cell"&gt;</span>
+    <b>&lt;prov:location <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;(5,5)&lt;/prov:location&gt;</span><span class="insert">xsi:type="xsd:string"&gt;(5,5)&lt;/prov:location&gt;</span></b>
+    &lt;prov:value <span class="delete">xsi:type=&quot;xsd:integer&quot;&gt;10&lt;/prov:value&gt;</span><span class="insert">xsi:type="xsd:integer"&gt;10&lt;/prov:value&gt;</span>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="element-Role">
+<h5><span class="secno"><span class="delete">3.7.2.3</span><span class="insert">3.7.3.3</span> </span>Role</h5>
+<span class="glossary-ref">   A <span class="dfn">role</span> is the function of an entity or agent with respect to an activity, in the context of a <a title="Usage" href="#concept-usage" class="internalDFN">usage</a>, <a title="Generation" href="#concept-generation" class="internalDFN">generation</a>, <a title="Invalidation" href="#concept-invalidation" class="internalDFN">invalidation</a>,  <a title="Association" href="#concept-association" class="internalDFN">association</a>, <a title="Start" href="#concept-start" class="internalDFN">start</a>, and  <a title="End" href="#concept-end" class="internalDFN">end</a>. </span>
+<p><span class="insert">The element </span><code><span class="insert">prov:role</span></code><span class="insert"> is used to represent a PROV attribute and has type xs:anySimpleType.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="prov-attribute" element="prov:role" schematype="xs:anySimpleType"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="role" type="xs:anySimpleType"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 36</span></span><span class="insert">: prov:role</span></div>
+<span class="delete">Usage in XML:</span><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;role&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag1&quot;/&gt;</span><span class="insert">prov:ref="ag1"/&gt;</span>
+    <b>&lt;prov:role <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;loggedInUser&lt;/prov:role&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;loggedInUser&lt;/prov:role&gt;</span></b>
+    &lt;ex:how&gt;webapp&lt;/ex:how&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+  &lt;prov:wasAssociatedWith&gt;
+    &lt;prov:activity <span class="delete">prov:ref=&quot;a&quot;/&gt;</span><span class="insert">prov:ref="a"/&gt;</span>
+    &lt;prov:agent <span class="delete">prov:ref=&quot;ag2&quot;/&gt;</span><span class="insert">prov:ref="ag2"/&gt;</span>
+    &lt;prov:plan <span class="delete">prov:ref=&quot;ex:wf&quot;/&gt;</span><span class="insert">prov:ref="ex:wf"/&gt;</span>
+    <b>&lt;prov:role <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;designer&lt;/prov:role&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;designer&lt;/prov:role&gt;</span></b>
+    &lt;ex:content&gt;project1&lt;/ex:content&gt;
+  &lt;/prov:wasAssociatedWith&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="element-Type">
+<h5><span class="secno"><span class="delete">3.7.2.4</span><span class="insert">3.7.3.4</span> </span>Type</h5>
+<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:type</span></span>  provides further typing information  for any construct with an optional set of attribute-value pairs. </span>
+<p><span class="insert">The element </span><code><span class="insert">prov:type</span></code><span class="insert"> is used to represent a PROV attribute and has type xs:anySimpleType.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="prov-attribute" element="prov:type" schematype="xs:anySimpleType"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="type" type="xs:anySimpleType"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 37</span></span><span class="insert">: prov:type</span></div>
+<span class="delete">Usage in XML:</span><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;type&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;
+    xmlns:tr=&quot;http://example.com/ns/tr#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:tr="http://example.com/ns/tr#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;tr:WD-prov-dm-20111215&quot;&gt;</span><span class="insert">prov:id="tr:WD-prov-dm-20111215"&gt;</span>
+    <b>&lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;document&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;document&lt;/prov:type&gt;</span></b>
+    &lt;ex:version&gt;2&lt;/ex:version&gt;
+  &lt;/prov:entity&gt;
+
+  &lt;prov:agent <span class="delete">prov:id=&quot;e1&quot;&gt;</span><span class="insert">prov:id="e1"&gt;</span>
+    <b>&lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;prov:Person&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;prov:Person&lt;/prov:type&gt;</span></b>
+    &lt;ex:name&gt;Alice&lt;/ex:name&gt;
+    &lt;ex:employee&gt;1234&lt;/ex:employee&gt;
+  &lt;/prov:agent&gt;
+
+  &lt;prov:activity <span class="delete">prov:id=&quot;a1&quot;&gt;</span><span class="insert">prov:id="a1"&gt;</span>
+    &lt;prov:startTime&gt;2011-11-16T16:05:00&lt;/prov:startTime&gt;
+    &lt;prov:endTime&gt;2011-11-16T16:06:00&lt;/prov:endTime&gt;
+    <b>&lt;prov:type <span class="delete">xsi:type=&quot;xsd:QName&quot;&gt;ex:edit&lt;/prov:type&gt;</span><span class="insert">xsi:type="xsd:QName"&gt;ex:edit&lt;/prov:type&gt;</span></b>
+    &lt;ex:host&gt;server.example.org&lt;/ex:host&gt;
+  &lt;/prov:activity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+
+</section> 
+
+<section id="element-Value">
+<h5><span class="secno"><span class="delete">3.7.2.5</span><span class="insert">3.7.3.5</span> </span>Value</h5>
+<span class="glossary-ref">   The attribute <span class="dfn"><span class="name">prov:value</span></span>  provides a value  that is a direct representation of an entity as a PROV-DM <a title="value" href="#concept-value" class="internalDFN">Value</a>. </span>
+<p><span class="insert">The element </span><code><span class="insert">prov:value</span></code><span class="insert"> is used to represent a PROV attribute and has type xs:anySimpleType.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="prov-attribute" element="prov:value" schematype="xs:anySimpleType"><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="value" type="xs:anySimpleType"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 38</span></span><span class="insert">: prov:value</span></div>
+<span class="delete">Usage in XML:</span><span class="delete">&lt;xs:element xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot; name=&quot;value&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+</span>
+<pre class="example">&lt;prov:document
+    <span class="delete">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
+    xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;
+    xmlns:ex=&quot;http://example.com/ns/ex#&quot;&gt;</span><span class="insert">xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span>
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:in&quot;&gt;</span><span class="insert">prov:id="ex:in"&gt;</span>
+    <b>&lt;prov:value <span class="delete">xsi:type=&quot;xsd:string&quot;&gt;abcd&lt;/prov:value&gt;</span><span class="insert">xsi:type="xsd:string"&gt;abcd&lt;/prov:value&gt;</span></b>
+  &lt;/prov:entity&gt;
+
+  &lt;prov:entity <span class="delete">prov:id=&quot;ex:out&quot;&gt;</span><span class="insert">prov:id="ex:out"&gt;</span>
+    <b>&lt;prov:value <span class="delete">xsi:type=&quot;xsd:integer&quot;&gt;4&lt;/prov:value&gt;</span><span class="insert">xsi:type="xsd:integer"&gt;4&lt;/prov:value&gt;</span></b>
+  &lt;/prov:entity&gt;
+
+&lt;/prov:document&gt;</pre>
+</div> 
+
+
+
+ 
+
+
+
+
+</section> 
+
+</section> 
+
+<section id="type-value">
+<h4><span class="secno"><span class="delete">3.7.3</span><span class="insert">3.7.4</span> </span>Value</h4>
+<span class="glossary-ref">   A <span class="dfn">value</span>  is a constant such as a string, number, time, qualified name, IRI, and encoded binary data, whose interpretation  is outside the scope of PROV. </span>
+<p>Relations defined by the PROV-DM to have type Value have type <code>xs:anySimpleType</code> in PROV-XML unless otherwise specified.</p>
+</section> 
+
+</section> 
+
+<section id="structural-elements">
+<h3><span class="secno"><span class="insert">3.8 </span></span><span class="insert">Structural Elements of PROV-XML</span></h3>
+
+<section id="term-Document">
+<h4><span class="secno"><span class="insert">3.8.1 </span></span><span class="insert">Document</span></h4>
+<p><span class="insert">The root element of all PROV-XML documents is </span><code><span class="insert">prov:document</span></code><span class="insert"> which has type </span><code><span class="insert">prov:Document</span></code><span class="insert">.</span></p>
+<p><span class="insert">Similar to a </span><code><span class="insert">prov:BundleConstructor</span></code><span class="insert">, the </span><code><span class="insert">prov:Document</span></code><span class="insert"> complexType is used to define a set of provenance statements.</span></p> 
+<p><span class="insert">Unlike the </span><code><span class="insert">prov:BundleConstructor</span></code><span class="insert">, a </span><code><span class="insert">prov:Document</span></code>
+</p><ul>
+<li><span class="insert">may contain </span><code><span class="insert">prov:bundle</span></code><span class="insert"> elements (but not other </span><code><span class="insert">prov:document</span></code><span class="insert"> elements)</span></li>
+<li><span class="insert">does not support the prov:id attribute.</span></li>
+</ul>
+<p></p>
+<p><span class="insert">Type definition in XML Schema:</span></p><pre class="schema-type"><span class="insert">&lt;xs:complexType name="Document"&gt;
+  &lt;xs:sequence maxOccurs="unbounded"&gt;
+    &lt;xs:group ref="prov:documentElements" minOccurs="0"/&gt;
+    &lt;xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/&gt;
+    &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" /&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</span></pre>
+
+<p><span class="insert">The element </span><code><span class="insert">prov:document</span></code><span class="insert"> may only be used as the root element of a a PROV-XML document.</span></p>
+<p><span class="insert">The element </span><code><span class="insert">prov:document</span></code><span class="insert"> is used to reference a prov:Document from within a prov:Document or prov:BundleConstructor.</span></p><p><span class="insert">Element defintion in XML Schema:</span></p><pre class="schema-element" element="prov:document" schematype="prov:Document" ignore=""><span class="insert">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="document" type="prov:Document"/&gt;
+</span></pre>
+<div class="example"><div class="example-title"><span><span class="insert">Example 39</span></span><span class="insert">: prov:document</span></div> 
+
+
+
+<pre class="example"><b><span class="insert">&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"&gt;</span></b><span class="insert">
+
+  &lt;!-- prov statements go here --&gt;
+
+</span><b><span class="insert">&lt;/prov:document&gt;</span></b></pre></div> 
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</section> 
+
+</section> 
+
+</section> 
+
+
+
+
+
+
+
+
+
+<section id="media-type">
+<h2><span class="secno">4. </span>Media Type</h2>
+
+<dl>
+	<dt><span class="insert">Contact:</span></dt>
+	<dd><span class="insert">Ivan Herman</span></dd>
+	<dt><span class="insert">See also:</span></dt>
+	<dd><a href="http://www.w3.org/2002/06/registering-mediatype"><span class="insert">How to Register a Media Type for a </span><abbr title="World Wide Web Consortium"><span class="insert">W3C</span></abbr><span class="insert"> Specification</span></a></dd>
+	<dd><a href="http://www.w3.org/2001/tag/2002/0129-mime"><span class="insert">Internet Media Type registration, consistency of use</span></a><br><span class="insert">TAG Finding 3 June 2002 (Revised 4 September 2002)</span></dd>
+</dl>
+
+<p>
+The <span class="delete">internet media</span><span class="insert">Internet Media Type / MIME</span> type <span class="delete">/ MIME type </span>for PROV-XML is <span class="delete">&quot;</span><span class="insert">"</span><code style="color: black">application/provenance+xml</code><span class="delete">&quot;.
+</span><span class="insert">".</span></p>
+
+
+<p><span class="delete">MIME type may not be registered yet.</span>
+
+
+
+It is recommended that PROV-XML files have the extension <span class="delete">&quot;</span><span class="insert">"</span><code style="color: black">.provx</code><span class="delete">&quot;</span><span class="insert">"</span> (all lowercase) on all platforms.
+</p>
+
+<p>
+It is recommended that PROV-XML files stored on <span class="delete">Machintosh</span><span class="insert">Macintosh</span> HFS file systems be given a file type of <span class="delete">&quot;</span><code style="color: black"><span class="delete">provx</span><span class="insert">TEXT</span></code><span class="delete">&quot; (all lowercase).
+</span><span class="insert">.</span></p>
+
+
+<p><span class="delete">REVIEW QUESTION:</span><span class="insert">The information that follows has been submitted to the IESG for review, approval, and registration with IANA.</span></p>
+<span class="delete">
+Can Machintosh</span>
+
+<dl>
+	<dt><span class="insert">Type name:</span></dt>
+	<dd><span class="insert">application</span></dd>
+	<dt><span class="insert">Subtype name:</span></dt>
+	<dd><span class="insert">provenance+xml</span></dd>
+	<dt><span class="insert">Required parameters:</span></dt>
+	<dd><span class="insert">none</span></dd>
+	<dt><span class="insert">Optional parameters:</span></dt>
+	<dd><span class="insert">Same as charset parameter of application/xml as specified in RFC3023 (Section 3.2).</span></dd>
+	<dt><span class="insert">Encoding considerations:</span></dt>
+	<dd><span class="insert">Same as encoding considerations of application/xml as specified in RFC 3023 (Section 3.2).</span></dd>
+	<dt><span class="insert">Security considerations:</span></dt>
+	<dd><span class="insert">PROV-XML is an XML language for describing the provenance of things; applications may evaluate given data to dereference URIs, invoking the security considerations of the scheme for that URI. Note in particular, the privacy issues in [</span><cite><a class="bibref" href="#bib-RFC3023"><span class="insert">RFC3023</span></a></cite><span class="insert">] section 10 for HTTP URIs. Data obtained from an inaccurate or malicious data source may lead to inaccurate or misleading conclusions, as well as the dereferencing of unintended URIs. Care must be taken to align the trust in consulted resources with the sensitivity of the intended use of the data.</span></dd>
+	<dd><span class="insert">PROV-XML can express data which is presented to the user, for example, by means of label attributes. Application rendering strings retrieved from untrusted PROV-N documents must ensure that malignant strings may not be used to mislead the reader. The security considerations in the media type registration for XML ([</span><cite><a class="bibref" href="#bib-RFC3023"><span class="insert">RFC3023</span></a></cite><span class="insert">] section 10) provide additional guidance around the expression of arbitrary data and markup.</span></dd>
+	<dd><span class="insert">PROV-XML is a language for describing the provenance of things, and therefore a PROV-XML document is metadata for other resources.  Untrusted PROV-XML documents may mislead its consumers by indicating that a third-party resource has a reputable lineage, when it has not. Provenance of PROV-XML document should be sought. </span></dd>
+	<dd><span class="insert">PROV-XML uses QNames mappable to IRIs as term identifiers. Applications interpreting data expressed in PROV-XML should address the security issues of
+  </span><a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt"><span class="insert">Internationalized Resource Identifiers (IRIs)</span></a><span class="insert"> [</span><cite><a class="bibref" href="#bib-RFC3987"><span class="insert">RFC3987</span></a></cite><span class="insert">] Section 8, as well as
+  </span><a class="norm" href="http://www.ietf.org/rfc/rfc3986.txt"><span class="insert">Uniform Resource Identifier (URI): Generic Syntax</span></a><span class="insert"> [</span><cite><a class="bibref" href="#bib-RFC3986"><span class="insert">RFC3986</span></a></cite><span class="insert">] Section 7.</span></dd>
+  	<dd><span class="insert">Multiple IRIs may have the same appearance. Characters in different scripts may look similar (a Cyrillic "о" may appear similar to a Latin "o"). A character followed by combining characters may have the same visual representation as another character (LATIN SMALL LETTER E followed by COMBINING ACUTE ACCENT has the same visual representation as LATIN SMALL LETTER E WITH ACUTE).  Any person or application that is writing or interpreting data in PROV-N must take care to use the IRI that matches the intended semantics, and avoid IRIs that make look similar. Further information about matching of similar characters can be found in </span><a class="inform" href="http://www.unicode.org/reports/tr36/"><span class="insert">Unicode Security Considerations</span></a><span class="insert"> [</span><cite><a class="bibref" href="#bib-UNISEC"><span class="insert">UNISEC</span></a></cite><span class="insert">] and </span><a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt"><span class="insert">Internationalized Resource Identifiers (IRIs)</span></a><span class="insert"> [</span><cite><a class="bibref" href="#bib-RFC3987"><span class="insert">RFC3987</span></a></cite><span class="insert">] Section 8.</span></dd>
+	<dt><span class="insert">Interoperability considerations:</span></dt>
+	<dd><span class="insert">There are no known interoperability issues.</span></dd>
+	<dt><span class="insert">Published specification:</span></dt>
+	<dd><span class="insert">PROV-XML: The PROV XML Schema, Hua, Tilmes, Zednik (eds), Moreau </span><a href="http://www.w3.org/TR/prov-xml/"><span class="insert">http://www.w3.org/TR/prov-xml/</span></a><span class="insert">, 2013.</span></dd>
+	<dt><span class="insert">Applications which use this media type:</span></dt>
+	<dd><span class="insert">It may be used by any application for publishing provenance information.  This format is designed to be an XML form of provenance.</span></dd>
+	<dt><span class="insert">Fragment identifier considerations:</span></dt>
+	<dd><span class="insert">N/A</span></dd>
+	<dt><span class="insert">Additional Information:</span></dt>
+	<span style="text-indent:2em;">
+	<dt><span class="insert">Magic number(s):</span></dt>
+	<dd><span class="insert">PROV-XML documents are XML documents and thus may have initial strings similar to any XML document.</span></dd>
+	<dt><span class="insert">File extension(s):</span></dt>
+	<dd><span class="insert">.provx</span></dd>
+	<dt><span class="insert">Macintosh</span> file <span class="delete">types</span><span class="insert">type code(s):</span></dt>
+	<dd><span class="insert">"TEXT"</span></dd>
+	</span>
+	<dt><span class="insert">Person &amp; email address to contact for further information:</span></dt>
+	<dd><span class="insert">Ivan Herman, ivan@w3.org</span></dd>
+	<dt><span class="insert">Intended usage:</span></dt>
+	<dd><span class="insert">COMMON</span></dd>
+	<dt><span class="insert">Restrictions on usage:</span></dt>
+	<dd><span class="insert">none</span></dd>
+	<dt><span class="insert">Author:</span></dt>
+	<dd><span class="insert">The PROV-XML specification is the product of the World Wide Web Consortium's Provenance Working Group.</span></dd>
+	<dt><span class="insert">Change controller:</span></dt>
+	<dd><span class="insert">The </span><abbr title="World Wide Web Consortium"><span class="insert">W3C</span></abbr><span class="insert">, and the </span><abbr title="World Wide Web Consortium"><span class="insert">W3C</span></abbr><span class="insert"> Provenance Working Group,</span> have <span class="delete">5 characters?
+</span>
+<span class="insert">change control over this specification.</span></dd>
+</dl>
+
+
+
+
+
+
+
+
+
+
+ 
+      
+
+</section> 
+
+
+
+
+
+
+<section class="appendix" id="prov-xml-schema"> 
+<h2><span class="secno">A. </span><span class="delete">Full </span>XML Schema</h2> 
+		
+
+<section id="prov-schema">
+<h3><span class="secno"><span class="insert">A.1 </span></span><span class="insert">prov.xsd</span></h3>
+<pre class="prov-schema">&lt;?xml <span class="delete">version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;</span><span class="insert">version="1.0" encoding="utf-8"?&gt;
+&lt;xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified"&gt;
+
+	&lt;xs:include schemaLocation="prov-core.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-dictionary.xsd"/&gt;
+	&lt;xs:include schemaLocation="extensions/prov-links.xsd"/&gt;</span>
+
+<span class="insert">&lt;/xs:schema&gt;
+</span></pre>
+</section> 
+
+<section id="prov-core-schema">
+<h3><span class="secno"><span class="insert">A.2 </span></span><span class="insert">prov-core.xsd</span></h3>
+<pre class="prov-core-schema"><span class="insert">&lt;?xml version="1.0" encoding="utf-8"?&gt;
+</span>&lt;xs:schema <span class="delete">targetNamespace=&quot;http://www.w3.org/ns/prov#&quot;</span><span class="insert">targetNamespace="http://www.w3.org/ns/prov#"</span>
+           <span class="delete">xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;</span><span class="insert">xmlns:xs="http://www.w3.org/2001/XMLSchema"</span>
+           <span class="delete">xmlns:prov=&quot;http://www.w3.org/ns/prov#&quot;</span><span class="insert">xmlns:prov="http://www.w3.org/ns/prov#"</span>
+           <span class="delete">xmlns:cu=&quot;http://www.w3.org/1999/xhtml/datatypes/&quot;</span><span class="insert">xmlns:cu="http://www.w3.org/1999/xhtml/datatypes/"</span>
+           <span class="delete">xmlns:xml=&quot;http://www.w3.org/XML/1998/namespace&quot;</span><span class="insert">xmlns:xml="http://www.w3.org/XML/1998/namespace"</span>
+           <span class="delete">elementFormDefault=&quot;qualified&quot;</span><span class="insert">elementFormDefault="qualified"</span>
+           <span class="delete">attributeFormDefault=&quot;unqualified&quot;&gt;</span><span class="insert">attributeFormDefault="unqualified"&gt;</span>
+
+
+
+  &lt;xs:import <span class="delete">namespace=&quot;http://www.w3.org/1999/xhtml/datatypes/&quot;</span><span class="insert">namespace="http://www.w3.org/1999/xhtml/datatypes/"</span> /&gt;
+  &lt;xs:import <span class="delete">namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;</span><span class="insert">namespace="http://www.w3.org/XML/1998/namespace"</span> 
+             <span class="delete">schemaLocation=&quot;http://www.w3.org/2001/xml.xsd&quot;/&gt;</span><span class="insert">schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;</span>
+
+  &lt;!-- Component 1<span class="insert"> --&gt;
+  
+  &lt;xs:complexType name="Entity"&gt;
+    &lt;xs:sequence&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:value" minOccurs="0"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;  
+
+  &lt;xs:complexType name="Activity"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="startTime" type="xs:dateTime" minOccurs="0"/&gt; 
+        &lt;xs:element name="endTime" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt; 
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Generation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Usage"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="entity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Communication"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="informed" type="prov:IDRef"/&gt;
+        &lt;xs:element name="informant" type="prov:IDRef"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Start"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="trigger" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="starter" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="End"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="trigger" type="prov:IDRef"  minOccurs="0"/&gt;
+        &lt;xs:element name="ender" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Invalidation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="time" type="xs:dateTime" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 2 --&gt;
+  
+  &lt;xs:complexType name="Derivation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="generatedEntity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="usedEntity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="generation" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="usage" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Revision"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Derivation"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Quotation"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Derivation"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="PrimarySource"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Derivation"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 3 --&gt;
+  
+  &lt;xs:complexType name="Agent"&gt;
+    &lt;xs:sequence&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Person"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Agent"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Organization"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Agent"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="SoftwareAgent"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Agent"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Attribution"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="entity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="agent" type="prov:IDRef"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Association"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="activity" type="prov:IDRef"/&gt;
+        &lt;xs:element name="agent" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;xs:element name="plan" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Delegation"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="delegate" type="prov:IDRef"/&gt;
+        &lt;xs:element name="responsible" type="prov:IDRef"/&gt;
+        &lt;xs:element name="activity" type="prov:IDRef" minOccurs="0"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Influence"&gt;
+    &lt;xs:sequence&gt;
+        &lt;xs:element name="influencee" type="prov:IDRef"/&gt;
+        &lt;xs:element name="influencer" type="prov:IDRef"/&gt;
+        &lt;!-- prov attributes --&gt;
+        &lt;xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 4 --&gt;
+
+  &lt;!-- Is there a way to have this still extend prov:Entity?</span> --&gt;
+
+  &lt;xs:complexType <span class="delete">name=&quot;Entity&quot;&gt;</span><span class="insert">name="Bundle"&gt;
+    &lt;xs:complexContent&gt;
+      &lt;xs:extension base="prov:Entity"&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;
+  &lt;/xs:complexType&gt;
+  
+  &lt;xs:complexType name="BundleConstructor"&gt;
+    &lt;xs:sequence maxOccurs="unbounded"&gt;
+      &lt;xs:group ref="prov:documentElements"/&gt;
+      &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"/&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref="prov:id"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 5 --&gt;
+
+  &lt;xs:complexType name="Specialization"&gt;</span>
+    &lt;xs:sequence&gt;
+      <span class="delete">&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:value&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;</span><span class="insert">&lt;xs:element name="specificEntity" type="prov:IDRef"/&gt;</span>
+      <span class="delete">&lt;/xs:choice&gt;</span><span class="insert">&lt;xs:element name="generalEntity" type="prov:IDRef"/&gt;</span>
+    &lt;/xs:sequence&gt;<span class="delete">
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;  
+
+  &lt;xs:complexType name=&quot;Activity&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;startTime&quot;    type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt; 
+      &lt;xs:element name=&quot;endTime&quot;      type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt; 
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span>
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType <span class="delete">name=&quot;Generation&quot;&gt;</span><span class="insert">name="Alternate"&gt;</span>
+    &lt;xs:sequence&gt;
+      &lt;xs:element <span class="delete">name=&quot;entity&quot;   type=&quot;prov:EntityRef&quot;/&gt;</span><span class="insert">name="alternate1" type="prov:IDRef"/&gt;</span>
+      &lt;xs:element <span class="delete">name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;</span><span class="insert">name="alternate2" type="prov:IDRef"/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+  
+  &lt;!-- Component 6 --&gt;
+
+  &lt;xs:complexType name="Collection"&gt;
+    &lt;xs:complexContent&gt;</span>
+      <span class="delete">&lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;</span><span class="insert">&lt;xs:extension base="prov:Entity"&gt;</span>
+      <span class="delete">&lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span><span class="insert">&lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;</span>
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType <span class="delete">name=&quot;Usage&quot;&gt;
+    &lt;xs:sequence&gt;</span><span class="insert">name="EmptyCollection"&gt;
+    &lt;xs:complexContent&gt;</span>
+      <span class="delete">&lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;</span><span class="insert">&lt;xs:extension base="prov:Collection"&gt;</span>
+      <span class="delete">&lt;xs:element name=&quot;entity&quot;   type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span><span class="insert">&lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;</span>
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType <span class="delete">name=&quot;Communication&quot;&gt;</span><span class="insert">name="Membership"&gt;</span>
+    &lt;xs:sequence&gt;
+      &lt;xs:element <span class="delete">name=&quot;informed&quot;  type=&quot;prov:ActivityRef&quot;/&gt;</span><span class="insert">name="collection" type="prov:IDRef"/&gt;</span>
+      &lt;xs:element <span class="delete">name=&quot;informant&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;</span><span class="insert">name="entity" type="prov:IDRef" maxOccurs="unbounded"/&gt;</span>
+    &lt;/xs:sequence&gt;<span class="delete">
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span>
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType <span class="delete">name=&quot;Start&quot;&gt;
+    &lt;xs:sequence&gt;</span><span class="insert">name="Plan"&gt;
+    &lt;xs:complexContent&gt;</span>
+      <span class="delete">&lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;</span><span class="insert">&lt;xs:extension base="prov:Entity"&gt;</span>
+      <span class="delete">&lt;xs:element name=&quot;trigger&quot;  type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;starter&quot;  type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span><span class="insert">&lt;/xs:extension&gt;
+    &lt;/xs:complexContent&gt;</span>
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType <span class="delete">name=&quot;End&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;trigger&quot;  type=&quot;prov:EntityRef&quot;  minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;ender&quot;    type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Invalidation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;entity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;time&quot;     type=&quot;xs:dateTime&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 2 --&gt;
+
+  &lt;xs:complexType name=&quot;Derivation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;generatedEntity&quot;  type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;usedEntity&quot;       type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot;         type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;generation&quot;       type=&quot;prov:GenerationRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;usage&quot;            type=&quot;prov:UsageRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 3 --&gt;
+
+  &lt;xs:complexType name=&quot;Agent&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:location&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Attribution&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;entity&quot; type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;agent&quot;    type=&quot;prov:AgentRef&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Association&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;activity&quot; type=&quot;prov:ActivityRef&quot;/&gt;
+      &lt;xs:element name=&quot;agent&quot;    type=&quot;prov:AgentRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:element name=&quot;plan&quot;     type=&quot;prov:EntityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:role&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Delegation&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;delegate&quot; type=&quot;prov:AgentRef&quot;/&gt;
+      &lt;xs:element name=&quot;responsible&quot; type=&quot;prov:AgentRef&quot;/&gt;
+      &lt;xs:element name=&quot;activity&quot;    type=&quot;prov:ActivityRef&quot; minOccurs=&quot;0&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Influence&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;influencee&quot;     type=&quot;prov:AnyRef&quot;/&gt;
+      &lt;xs:element name=&quot;influencer&quot;     type=&quot;prov:AnyRef&quot;/&gt;
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:element ref=&quot;prov:label&quot;/&gt;
+        &lt;xs:element ref=&quot;prov:type&quot;/&gt;
+        &lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 4 --&gt;
+
+  &lt;!-- Component 5 --&gt;
+
+  &lt;xs:complexType name=&quot;Specialization&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;specificEntity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;generalEntity&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Alternate&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;alternate1&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;alternate2&quot;   type=&quot;prov:EntityRef&quot;/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;!-- Component 6 --&gt;
+
+  &lt;xs:complexType name=&quot;Membership&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:element name=&quot;collection&quot;          type=&quot;prov:EntityRef&quot;/&gt;
+      &lt;xs:element name=&quot;entity&quot;          type=&quot;prov:EntityRef&quot; maxOccurs=&quot;unbounded&quot;/&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;InternationalizedString&quot;&gt;</span><span class="insert">name="InternationalizedString"&gt;</span>
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension <span class="delete">base=&quot;xs:string&quot;&gt;</span><span class="insert">base="xs:string"&gt;</span>
+        &lt;xs:attribute <span class="delete">ref=&quot;xml:lang&quot; use=&quot;optional&quot;/&gt;</span><span class="insert">ref="xml:lang" use="optional"/&gt;</span>
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;    
+
+
+   &lt;!--
+       
+    Typed literals are encoded by means
+       
+    of xsi:type that represent the prov:datatype.
+
+       
+   --&gt;<span class="delete">
+
+  &lt;xs:element name=&quot;label&quot;    type=&quot;prov:InternationalizedString&quot;/&gt;
+  &lt;xs:element name=&quot;role&quot;     type=&quot;xs:anySimpleType&quot;/&gt;
+  &lt;xs:element name=&quot;type&quot;     type=&quot;xs:anySimpleType&quot;/&gt;
+  &lt;xs:element name=&quot;location&quot; type=&quot;xs:anySimpleType&quot;/&gt;
+  &lt;xs:element name=&quot;value&quot;    type=&quot;xs:anySimpleType&quot;/&gt;
+
+  &lt;!-- See comment in preamble.
+       These should be prov:QualifiedName
+       but instead are xsd:QName for tools to process them --&gt;</span><span class="insert">
+  
+  &lt;xs:element name="label" type="prov:InternationalizedString"/&gt;
+  &lt;xs:element name="role" type="xs:anySimpleType"/&gt;
+  &lt;xs:element name="type" type="xs:anySimpleType"/&gt;
+  &lt;xs:element name="location" type="xs:anySimpleType"/&gt;
+  &lt;xs:element name="value" type="xs:anySimpleType"/&gt;</span>
+
+  &lt;xs:attribute <span class="delete">name=&quot;id&quot;  type=&quot;xs:QName&quot;/&gt;</span><span class="insert">name="id" type="xs:QName"/&gt;</span>
+  &lt;xs:attribute <span class="delete">name=&quot;ref&quot; type=&quot;xs:QName&quot;/&gt;</span><span class="insert">name="ref" type="xs:QName"/&gt;</span>
+
+  &lt;xs:complexType <span class="delete">name=&quot;ActivityRef&quot;&gt;</span><span class="insert">name="IDRef"&gt;</span>
+    &lt;xs:attribute <span class="delete">ref=&quot;prov:ref&quot; use=&quot;required&quot;</span><span class="insert">ref="prov:ref" use="required"</span> /&gt;<span class="delete">
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;EntityRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;AgentRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;UsageRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;GenerationRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;
+  &lt;/xs:complexType&gt;
+  &lt;xs:complexType name=&quot;AnyRef&quot;&gt;
+    &lt;xs:attribute ref=&quot;prov:ref&quot; use=&quot;required&quot;/&gt;</span>
+  &lt;/xs:complexType&gt;
+
+  &lt;!--
+     top-level definition of elements following the salami slice XSD design pattern
+     to encourage integration within existing non-prov XML documents.
+  --&gt;
+
+  &lt;!-- Component 1 elements --&gt;
+
+  &lt;xs:element <span class="delete">name=&quot;entity&quot;</span><span class="insert">name="entity"</span>               <span class="delete">type=&quot;prov:Entity&quot;/&gt;
+  &lt;xs:element name=&quot;activity&quot;</span><span class="insert">type="prov:Entity"/&gt;
+  &lt;xs:element name="activity"</span>             <span class="delete">type=&quot;prov:Activity&quot;/&gt;
+  &lt;xs:element name=&quot;wasGeneratedBy&quot;</span><span class="insert">type="prov:Activity"/&gt;
+  &lt;xs:element name="wasGeneratedBy"</span>       <span class="delete">type=&quot;prov:Generation&quot;/&gt;
+  &lt;xs:element name=&quot;used&quot;</span><span class="insert">type="prov:Generation"/&gt;
+  &lt;xs:element name="used"</span>                 <span class="delete">type=&quot;prov:Usage&quot;/&gt;
+  &lt;xs:element name=&quot;wasInformedBy&quot;</span><span class="insert">type="prov:Usage"/&gt;
+  &lt;xs:element name="wasInformedBy"</span>        <span class="delete">type=&quot;prov:Communication&quot;/&gt;
+  &lt;xs:element name=&quot;wasStartedBy&quot;</span><span class="insert">type="prov:Communication"/&gt;
+  &lt;xs:element name="wasStartedBy"</span>         <span class="delete">type=&quot;prov:Start&quot;/&gt;
+  &lt;xs:element name=&quot;wasEndedBy&quot;</span><span class="insert">type="prov:Start"/&gt;
+  &lt;xs:element name="wasEndedBy"</span>           <span class="delete">type=&quot;prov:End&quot;/&gt;
+  &lt;xs:element name=&quot;wasInvalidatedBy&quot;</span><span class="insert">type="prov:End"/&gt;
+  &lt;xs:element name="wasInvalidatedBy"</span>     <span class="delete">type=&quot;prov:Invalidation&quot;/&gt;</span><span class="insert">type="prov:Invalidation"/&gt;</span>
+
+  &lt;!-- Component 2 elements --&gt;
+
+  &lt;xs:element <span class="delete">name=&quot;wasDerivedFrom&quot;</span><span class="insert">name="wasDerivedFrom"</span>       <span class="delete">type=&quot;prov:Derivation&quot;/&gt;</span><span class="insert">type="prov:Derivation"/&gt;
+  &lt;xs:element name="wasRevisionOf"        type="prov:Revision"/&gt;
+  &lt;xs:element name="wasQuotedFrom"        type="prov:Quotation"/&gt;
+  &lt;xs:element name="hadPrimarySource"     type="prov:PrimarySource"/&gt;</span>
+
+  &lt;!-- Component 3 elements --&gt;
+
+  &lt;xs:element <span class="delete">name=&quot;agent&quot;</span><span class="insert">name="agent"</span>                <span class="delete">type=&quot;prov:Agent&quot;/&gt;
+  &lt;xs:element name=&quot;wasAttributedTo&quot;</span><span class="insert">type="prov:Agent"/&gt;
+  &lt;xs:element name="person"               type="prov:Person"/&gt;
+  &lt;xs:element name="organization"         type="prov:Organization"/&gt;
+  &lt;xs:element name="softwareAgent"        type="prov:SoftwareAgent"/&gt;
+  &lt;xs:element name="wasAttributedTo"</span>      <span class="delete">type=&quot;prov:Attribution&quot;/&gt;
+  &lt;xs:element name=&quot;wasAssociatedWith&quot;</span><span class="insert">type="prov:Attribution"/&gt;
+  &lt;xs:element name="wasAssociatedWith"</span>    <span class="delete">type=&quot;prov:Association&quot;/&gt;
+  &lt;xs:element name=&quot;actedOnBehalfOf&quot;</span><span class="insert">type="prov:Association"/&gt;
+  &lt;xs:element name="actedOnBehalfOf"</span>      <span class="delete">type=&quot;prov:Delegation&quot;/&gt;
+  &lt;xs:element name=&quot;wasInfluencedBy&quot;</span><span class="insert">type="prov:Delegation"/&gt;
+  &lt;xs:element name="wasInfluencedBy"</span>      <span class="delete">type=&quot;prov:Influence&quot;/&gt;</span><span class="insert">type="prov:Influence"/&gt;
+  
+  &lt;!-- Component 5 elements --&gt;
+
+  &lt;xs:element name="bundle"               type="prov:Bundle"/&gt;
+  &lt;xs:element name="specializationOf"     type="prov:Specialization"/&gt;
+  &lt;xs:element name="alternateOf"          type="prov:Alternate"/&gt;</span>
+
+  &lt;!-- Component <span class="delete">5</span><span class="insert">6</span> elements --&gt;
+
+  &lt;xs:element <span class="delete">name=&quot;specializationOf&quot;     type=&quot;prov:Specialization&quot;/&gt;
+  &lt;xs:element name=&quot;alternateOf&quot;          type=&quot;prov:Alternate&quot;/&gt;</span><span class="insert">name="hadMember"            type="prov:Membership"/&gt;
+  &lt;xs:element name="collection"           type="prov:Collection"/&gt;
+  &lt;xs:element name="emptyCollection"      type="prov:EmptyCollection"/&gt;</span>
+
+  &lt;!-- Component <span class="delete">6</span><span class="insert">7</span> elements --&gt;
+
+  &lt;xs:element <span class="delete">name=&quot;hadMember&quot;            type=&quot;prov:Membership&quot;/&gt;</span><span class="insert">name="plan"                 type="prov:Plan"/&gt;
+
+  &lt;!-- document elements --&gt;</span>
+
+  &lt;xs:group <span class="delete">name=&quot;documentElements&quot;&gt;</span><span class="insert">name="documentElements"&gt;</span>
+    &lt;xs:sequence&gt;<span class="delete">
+      &lt;xs:choice minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:entity&quot;/&gt;</span><span class="insert">ref="prov:entity" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:activity&quot;/&gt;</span><span class="insert">ref="prov:activity" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasGeneratedBy&quot;/&gt;</span><span class="insert">ref="prov:wasGeneratedBy" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:used&quot;/&gt;</span><span class="insert">ref="prov:used" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasInformedBy&quot;/&gt;</span><span class="insert">ref="prov:wasInformedBy" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasStartedBy&quot;/&gt;</span><span class="insert">ref="prov:wasStartedBy" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasEndedBy&quot;/&gt;</span><span class="insert">ref="prov:wasEndedBy" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasInvalidatedBy&quot;/&gt;</span><span class="insert">ref="prov:wasInvalidatedBy" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasDerivedFrom&quot;/&gt;</span><span class="insert">ref="prov:wasDerivedFrom" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:agent&quot;/&gt;</span><span class="insert">ref="prov:wasRevisionOf" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasAttributedTo&quot;/&gt;</span><span class="insert">ref="prov:wasQuotedFrom" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasAssociatedWith&quot;/&gt;</span><span class="insert">ref="prov:hadPrimarySource" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:actedOnBehalfOf&quot;/&gt;</span><span class="insert">ref="prov:agent" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:wasInfluencedBy&quot;/&gt;</span><span class="insert">ref="prov:person" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:specializationOf&quot;/&gt;</span><span class="insert">ref="prov:organization" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:alternateOf&quot;/&gt;</span><span class="insert">ref="prov:softwareAgent" minOccurs="0" maxOccurs="unbounded"/&gt;</span>
+        &lt;xs:element <span class="delete">ref=&quot;prov:hadMember&quot;/&gt;
+		&lt;xs:any namespace=&quot;##other&quot;/&gt;
+      &lt;/xs:choice&gt;</span><span class="insert">ref="prov:wasAttributedTo" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasAssociatedWith" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:actedOnBehalfOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:wasInfluencedBy" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:bundle" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:specializationOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:alternateOf" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:collection" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:emptyCollection" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:hadMember" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:plan" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:element ref="prov:internalElement" minOccurs="0" maxOccurs="unbounded" /&gt;</span>
+    &lt;/xs:sequence&gt;
+  &lt;/xs:group&gt;
+
+  &lt;xs:element <span class="delete">name=&quot;document&quot; type=&quot;prov:Document&quot;</span><span class="insert">name="document" type="prov:Document"</span> /&gt;
+  &lt;xs:complexType <span class="delete">name=&quot;Document&quot;&gt;
+    &lt;xs:sequence&gt;
+      &lt;xs:choice maxOccurs=&quot;unbounded&quot;&gt;
+        &lt;xs:group ref=&quot;prov:documentElements&quot;/&gt;
+        &lt;xs:element name=&quot;bundle&quot; type=&quot;prov:Bundle&quot;/&gt;
+      &lt;/xs:choice&gt;
+    &lt;/xs:sequence&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name=&quot;Bundle&quot;&gt;
+    &lt;xs:sequence&gt;</span><span class="insert">name="Document"&gt;
+    &lt;xs:sequence maxOccurs="unbounded"&gt;</span>
+      &lt;xs:group <span class="delete">ref=&quot;prov:documentElements&quot;/&gt;</span><span class="insert">ref="prov:documentElements" minOccurs="0"/&gt;
+      &lt;xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/&gt;
+      &lt;xs:any namespace="##other" processContents="lax" minOccurs="0" /&gt;</span>
+    &lt;/xs:sequence&gt;<span class="delete">
+    &lt;xs:attribute ref=&quot;prov:id&quot;/&gt;</span>
+  &lt;/xs:complexType&gt;<span class="insert">
+
+
+  &lt;!-- abstract element used by extensions --&gt;
+
+  &lt;xs:element name="internalElement" abstract="true" /&gt;</span>
+
+&lt;/xs:schema&gt;
+</pre>
+</section> 
+
+<section id="extension-schemas">
+<h3><span class="secno"><span class="insert">A.3 </span></span><span class="insert">Extension Schemas</span></h3>
+<p><span class="insert">Extension schemas are schemas in the PROV Namespace that define additional PROV elements not from the PROV-DM.  Workgroup Notes provide extension schemas to define their Note-introduced PROV elements.  Extension schemas must import (using </span><code><span class="insert">xs:include</span></code><span class="insert">) the </span><b><span class="insert">prov-core.xsd</span></b><span class="insert"> schema and make use of a substitution group on the </span><code><span class="insert">prov:internalElement</span></code><span class="insert"> to add extension defined elements to the list of valid PROV elements in a bundle or document.</span></p>
+<p><span class="insert">Here is an example from the </span><b><span class="insert">prov-links.xsd</span></b><span class="insert"> extension schema.</span></p>
+<pre title="prov-links.xsd"><span class="insert">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
+	elementFormDefault="qualified"&gt;
+	
+	&lt;xs:include schemaLocation="../prov-core.xsd" /&gt;
+	
+	&lt;xs:complexType name="Mention"&gt;</span>
+		<span class="insert">&lt;xs:sequence&gt;
+			&lt;xs:element name="specificEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="generalEntity" type="prov:IDRef" /&gt;
+			&lt;xs:element name="bundle" type="prov:IDRef" /&gt;
+		&lt;/xs:sequence&gt;
+	&lt;/xs:complexType&gt;
+	
+	&lt;xs:element name="mentionOf" type="prov:Mention" substitutionGroup="prov:internalElement" /&gt;
+	
+&lt;/xs:schema&gt;
+</span></pre>
+    
+</section> 
+</section> 
+
+ 
+      
+
+<section class="appendix" id="changelog">
+<h2><span class="secno">B. </span><span class="insert">Change Log</span></h2> 
+
+<section id="changelog-last">
+<h3><span class="secno"><span class="insert">B.1 </span></span><span class="insert">Changes since last version</span></h3>
+<ul>
+<li><span class="insert">Added Change Log section</span></li>
+<li><span class="insert"> Changed the status of this document section: added new documents to the PROV Family of Document, and removed the how to read section, referring instead to PROV-OVERVIEW.</span></li>
+<li><span class="insert">Changed all URLs to PROV documents.</span></li>
+<li><span class="insert">Removed Review notes.</span></li>
+<li><span class="insert">Updated table 1 with XML Schema Referencing Element column.</span></li>
+<li><span class="insert">Added Type Conventions and Schema Modularization sections to XML Schema Design section.</span></li>
+<li><span class="insert">Updated Bundle section to reflect changes in schema design.</span></li>
+<li><span class="insert">Updated inline schema and schema examples to reflect updates to schema design.</span></li>
+<li><span class="insert">Updated text that appears before schema snippets and examples in PROV XML Schema subsections.</span></li>
+<li><span class="insert">Added extension schema example to appendix.</span></li>
+<li><span class="insert">Removed Macintosh HFS file type paragraph from Media Type section.</span></li>
+<li><span class="insert">Made all references informative instead of normative since PROV-XML is a note.</span></li>
+</ul>
+</section> 
+</section> 
+
+<section class="appendix" id="acknowledgements"> 
+<h2><span class="secno"><span class="insert">C.</span> </span>Acknowledgements</h2> 
+
+This document has been produced by the PROV Working Group, and its
+contents reflect extensive discussion within the Working Group as a
+whole. The editors extend special thanks to Luc Moreau (University of
+Southampton), Paul Groth (Vrije Universiteit) and James Cheney
+(University of Edinburgh) for their thorough reviews.
+
+      
+
+<p> 
+Members of the PROV Working Group at the time of publication of this document were:
+
+Ilkay Altintas (Invited expert),
+Reza B'Far (Oracle Corporation),
+Khalid Belhajjame (University of Manchester),
+James Cheney (University of Edinburgh, School of Informatics),
+Sam Coppens (IBBT),
+David Corsar (University of Aberdeen, Computing Science),
+Stephen Cresswell (The National Archives),
+Tom De Nies (IBBT),
+Helena Deus (DERI Galway at the National University of Ireland, Galway, Ireland),
+Simon Dobson (Invited expert),
+Martin Doerr (Foundation for Research and Technology - Hellas(FORTH)),
+Kai Eckert (Invited expert),
+Jean-Pierre EVAIN (European Broadcasting Union, EBU-UER),
+James Frew (Invited expert),
+Irini Fundulaki (Foundation for Research and Technology - Hellas(FORTH)),
+Daniel Garijo (Universidad Politécnica de Madrid),
+Yolanda Gil (Invited expert),
+Ryan Golden (Oracle Corporation),
+Paul Groth (Vrije Universiteit),
+Olaf Hartig (Invited expert),
+David Hau (National Cancer Institute, NCI),
+Sandro Hawke (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="Massachusetts Institute of Technology">MIT</abbr>),
+Jörn Hees (German Research Center for Artificial Intelligence (DFKI) Gmbh),
+Ivan Herman, (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr>),
+Ralph Hodgson (TopQuadrant),
+Hook Hua (Invited expert),
+Trung Dong Huynh (University of Southampton),
+Graham Klyne (University of Oxford),
+Michael Lang (Revelytix, Inc.),
+Timothy Lebo (Rensselaer Polytechnic Institute),
+James McCusker (Rensselaer Polytechnic Institute),
+Deborah McGuinness (Rensselaer Polytechnic Institute),
+Simon Miles (Invited expert),
+Paolo Missier (School of Computing Science, Newcastle university),
+Luc Moreau (University of Southampton),
+James Myers (Rensselaer Polytechnic Institute),
+Vinh Nguyen (Wright State University),
+Edoardo Pignotti (University of Aberdeen, Computing Science),
+Paulo da Silva Pinheiro (Rensselaer Polytechnic Institute),
+Carl Reed (Open Geospatial Consortium),
+Adam Retter (Invited Expert),
+Christine Runnegar (Invited expert),
+Satya Sahoo (Invited expert),
+David Schaengold (Revelytix, Inc.),
+Daniel Schutzer (FSTC, Financial Services Technology Consortium),
+Yogesh Simmhan (Invited expert),
+Stian Soiland-Reyes (University of Manchester),
+Eric Stephan (Pacific Northwest National Laboratory),
+Linda Stewart (The National Archives),
+Ed Summers (Library of Congress),
+Maria Theodoridou (Foundation for Research and Technology - Hellas(FORTH)),
+Ted Thibodeau (OpenLink Software Inc.),
+Curt Tilmes (National Aeronautics and Space Administration),
+Craig Trim (IBM Corporation),
+Stephan Zednik (Rensselaer Polytechnic Institute),
+Jun Zhao (University of Oxford),
+Yuting Zhao (University of Aberdeen, Computing Science).
+      
+</p> 
+     
+</section> 
+
+
+
+
+
+ 
+
+
+
+<section id="references" class="appendix"><h2><span class="secno"><span class="delete">C.</span><span class="insert">D.</span> </span>References</h2><section id="informative-references"><h3><span class="secno"><span class="delete">C.1 </span><span class="delete">Normative references</span><span class="delete">[PROV-CONSTRAINTS]</span><span class="delete">James Cheney; Paolo Missier; Luc Moreau; eds. </span><span class="delete">Constraints of the PROV Data Model</span><span class="delete">. 11 December 2012, W3C Candidate Recommendation. URL: </span><span class="delete">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</span>
+<span class="delete">[PROV-N]</span><span class="delete">Luc Moreau; Paolo Missier; eds. </span><span class="delete">PROV-N: The Provenance Notation</span><span class="delete">. 11 December 2012, W3C Candidate Recommendation. URL: </span><span class="delete">http://www.w3.org/TR/2012/CR-prov-n-20121211/</span>
+<span class="delete">[PROV-O]</span><span class="delete">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><span class="delete">PROV-O: The PROV Ontology</span><span class="delete">. 11 December 2012, W3C Candidate Recommendation. URL: </span><span class="delete">http://www.w3.org/TR/2012/CR-prov-o-20121211/</span>
+<span class="delete">[RFC2119]</span><span class="delete">S. Bradner. </span><span class="delete">Key words for use in RFCs to Indicate Requirement Levels.</span><span class="delete"> March 1997. Internet RFC 2119.  URL: </span><span class="delete">http://www.ietf.org/rfc/rfc2119.txt</span> 
+<span class="delete">C.2</span><span class="insert">D.1</span> </span>Informative references</h3><dl class="bibliography"><dt id="bib-Mappings">[Mappings]</dt><dd>Satya Sahoo and Paul Groth and Olaf Hartig and Simon Miles and Sam Coppens and James Myers and Yolanda Gil and Luc Moreau and Jun Zhao and Michael Panzer and Daniel Garijo <a href="http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings"><cite>Provenance Vocabulary Mappings</cite></a>. August 2010 URL: <a href="http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings">http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings</a>
+</dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/"><cite>Provenance Access and Query</cite></a>. <span class="delete">19 June 2012,</span><span class="insert">12 March 2013,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</span><a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-aq-20130312/</span></a>
+</dd><dt id="bib-PROV-CONSTRAINTS"><span class="insert">[PROV-CONSTRAINTS]</span></dt><dd><span class="insert">James Cheney; Paolo Missier; Luc Moreau; eds. </span><a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/"><cite><span class="insert">Constraints of the PROV Data Model</span></cite></a><span class="insert">. 12 March 2013, W3C Proposed Recommendation. URL: </span><a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/"><span class="insert">http://www.w3.org/TR/2013/PR-prov-constraints-20130312/</span></a>
+</dd><dt id="bib-PROV-DC"><span class="insert">[PROV-DC]</span></dt><dd><span class="insert">Daniel Garijo; Kai Eckert; eds. </span><a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/"><cite><span class="insert">Dublin Core to PROV Mapping</span></cite></a><span class="insert">. 12 March 2013, Working Draft. URL: </span><a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-dc-20130312/</span></a>
+</dd><dt id="bib-PROV-DICTIONARY"><span class="insert">[PROV-DICTIONARY]</span></dt><dd><span class="insert">Tom De Nies; Sam Coppens; eds. </span><a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/"><cite><span class="insert">PROV Dictionary</span></cite></a><span class="insert">. 12 March 2013, Working Draft. URL: </span><a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/</span></a>
+</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/"><cite>PROV-DM: The PROV Data Model</cite></a>. <span class="delete">11 December 2012,</span><span class="insert">12 March 2013,</span> W3C <span class="delete">Candidate</span><span class="insert">Proposed</span> Recommendation. URL: <span class="delete">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</span><a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/"><span class="insert">http://www.w3.org/TR/2013/PR-prov-dm-20130312/</span></a>
+</dd><dt id="bib-PROV-LINKS"><span class="insert">[PROV-LINKS]</span></dt><dd><span class="insert">Luc Moreau; Timothy Lebo; eds. </span><a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/"><cite><span class="insert">Linking Across Provenance Bundles</span></cite></a><span class="insert">. 12 March 2013, Working Draft. URL: </span><a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-links-20130312/</span></a>
+</dd><dt id="bib-PROV-N"><span class="insert">[PROV-N]</span></dt><dd><span class="insert">Luc Moreau; Paolo Missier; eds. </span><a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/"><cite><span class="insert">PROV-N: The Provenance Notation</span></cite></a><span class="insert">. 12 March 2013, W3C Proposed Recommendation. URL: </span><a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/"><span class="insert">http://www.w3.org/TR/2013/PR-prov-n-20130312/</span></a>
+</dd><dt id="bib-PROV-O"><span class="insert">[PROV-O]</span></dt><dd><span class="insert">Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. </span><a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/"><cite><span class="insert">PROV-O: The PROV Ontology</span></cite></a><span class="insert">. 12 March 2013, W3C Proposed Recommendation. URL: </span><a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/"><span class="insert">http://www.w3.org/TR/2013/PR-prov-o-20130312/</span></a>
+</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. <span class="delete">11 December 2012,</span><span class="insert">12 March 2013,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</span><a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-overview-20130312/</span></a>
+</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/"><cite>PROV Model Primer</cite></a>. <span class="delete">11 December 2012,</span><span class="insert">12 March 2013,</span> Working Draft. URL: <span class="delete">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</span><a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-primer-20130312/</span></a>
+</dd><span class="delete">[PROV-XML]</span><dt id="bib-PROV-SEM"><span class="insert">[PROV-SEM]</span></dt><dd><span class="delete">Hook Hua; Curt Tilmes; Stephan Zednik; eds. </span><span class="insert">James Cheney; ed. </span><a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312"><cite><span class="delete">PROV-XML: The</span><span class="insert">Semantics of the</span> PROV <span class="insert">Data Model</span></cite></a><span class="insert">. 12 March 2013, Working Draft. URL: </span><a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312"><span class="insert">http://www.w3.org/TR/2013/WD-prov-sem-20130312</span></a><span class="insert">.
+</span></dd><dt id="bib-RFC2119"><span class="insert">[RFC2119]</span></dt><dd><span class="insert">S. Bradner. </span><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite><span class="insert">Key words for use in RFCs to Indicate Requirement Levels.</span></cite></a><span class="insert"> March 1997. Internet RFC 2119.  URL: </span><a href="http://www.ietf.org/rfc/rfc2119.txt"><span class="insert">http://www.ietf.org/rfc/rfc2119.txt</span></a> 
+</dd><dt id="bib-RFC3023"><span class="insert">[RFC3023]</span></dt><dd><span class="insert">M. Murata; S. St.Laurent; D. Kohn. </span><a href="http://www.ietf.org/rfc/rfc3023.txt"><cite>XML <span class="delete">Schema</span><span class="insert">Media Types</span></cite></a>. <span class="delete">11 December 2012, Working Draft.</span><span class="insert">January 2001. RFC 3023.</span> URL: <span class="delete">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</span><a href="http://www.ietf.org/rfc/rfc3023.txt"><span class="insert">http://www.ietf.org/rfc/rfc3023.txt</span></a>
+</dd><dt id="bib-RFC3986"><span class="insert">[RFC3986]</span></dt><dd><span class="insert">T. Berners-Lee; R. Fielding; L. Masinter. </span><a href="http://www.ietf.org/rfc/rfc3986.txt"><cite><span class="insert">Uniform Resource Identifier (URI): Generic Syntax</span></cite></a><span class="insert">. January 2005. RFC 3986. URL: </span><a href="http://www.ietf.org/rfc/rfc3986.txt"><span class="insert">http://www.ietf.org/rfc/rfc3986.txt</span></a>
+</dd><dt id="bib-RFC3987"><span class="insert">[RFC3987]</span></dt><dd><span class="insert">M. Dürst; M. Suignard. </span><a href="http://www.ietf.org/rfc/rfc3987.txt"><cite><span class="insert">Internationalized Resource Identifiers (IRIs)</span></cite></a><span class="insert">. January 2005. RFC 3987. URL: </span><a href="http://www.ietf.org/rfc/rfc3987.txt"><span class="insert">http://www.ietf.org/rfc/rfc3987.txt</span></a>
+</dd><dt id="bib-UNISEC"><span class="insert">[UNISEC]</span></dt><dd><span class="insert"> Mark Davis; Michel Suignard. </span><a href="http://www.unicode.org/reports/tr36/"><cite><span class="insert">Unicode Security Considerations</span><cite></cite></cite></a><span class="insert">.  4 August 2010. URL: </span><a href="http://www.unicode.org/reports/tr36/"><span class="insert">http://www.unicode.org/reports/tr36/</span></a>
+</dd></dl></section></section></body></html>
Binary file xml/releases/WD-prov-xml-20130312/images/dm/components-dependencies.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20130312/schema/extensions/prov-dictionary.xsd	Mon Mar 04 08:47:35 2013 -0500
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
+	elementFormDefault="qualified">
+	
+	<xs:include schemaLocation="../prov-core.xsd" />	
+		
+	<!-- Dictionary -->
+	<xs:complexType name="Dictionary">
+		<xs:complexContent>
+			<xs:extension base="prov:Collection">
+			</xs:extension>
+		</xs:complexContent>
+	</xs:complexType>
+	
+	<xs:element name="dictionary" type="prov:Dictionary" substitutionGroup="prov:internalElement" />
+	
+	<!-- Empty Dictionary -->
+	<xs:complexType name="EmptyDictionary">
+		<xs:complexContent>
+			<xs:extension base="prov:Dictionary">
+			</xs:extension>
+		</xs:complexContent>
+	</xs:complexType>
+	
+	<xs:element name="emptyDictionary" type="prov:EmptyDictionary" substitutionGroup="prov:internalElement" />
+		
+	<!-- Key-Value Pair -->
+	<xs:complexType name="KeyValuePair">
+        <xs:sequence>
+    	  <xs:element name="entity" type="prov:IDRef" />
+    	  <xs:element name="key" type="xs:anySimpleType" />
+        </xs:sequence>
+	</xs:complexType>
+	
+	<!-- do we need to have this use the substitutionGroup? -->
+	<xs:element name="keyValuePair" type="prov:KeyValuePair" substitutionGroup="prov:internalElement"/>
+
+	<!-- Dictionary Membership -->
+	<xs:complexType name="DictionaryMembership">
+	  <xs:sequence>
+		<xs:element name="dictionary" type="prov:IDRef"/>
+		<xs:element name="keyValuePair" type="prov:KeyValuePair" maxOccurs="unbounded"/>
+	  </xs:sequence>
+	</xs:complexType>
+	
+	<xs:element name="hadDictionaryMember" type="prov:DictionaryMembership" substitutionGroup="prov:internalElement"/>
+
+	<!-- Insertion -->
+	<xs:complexType name="Insertion">
+	  <xs:sequence>
+		<xs:element name="newDictionary" type="prov:IDRef"/>
+		<xs:element name="oldDictionary" type="prov:IDRef"/>
+		<xs:element name="keyValuePair" type="prov:KeyValuePair" maxOccurs="unbounded"/>
+	  </xs:sequence>
+	</xs:complexType>
+	
+	<xs:element name="derivedByInsertionFrom" type="prov:Insertion" substitutionGroup="prov:internalElement"/>
+
+	<!-- Removal -->
+	<xs:complexType name="Removal">
+	  <xs:sequence>
+		<xs:element name="newDictionary" type="prov:IDRef"/>
+		<xs:element name="oldDictionary" type="prov:IDRef"/>
+		<xs:element name="key" type="xs:anySimpleType" maxOccurs="unbounded" />
+	  </xs:sequence>
+	</xs:complexType>
+	
+	<xs:element name="derivedByRemovalFrom" type="prov:Removal" substitutionGroup="prov:internalElement"/>
+
+</xs:schema>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20130312/schema/extensions/prov-links.xsd	Mon Mar 04 08:47:35 2013 -0500
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://www.w3.org/ns/prov#" xmlns:prov="http://www.w3.org/ns/prov#"
+	elementFormDefault="qualified">
+	
+	<xs:include schemaLocation="../prov-core.xsd" />
+	
+	<xs:complexType name="Mention">
+		<xs:sequence>
+			<xs:element name="specificEntity" type="prov:IDRef" />
+			<xs:element name="generalEntity" type="prov:IDRef" />
+			<xs:element name="bundle" type="prov:IDRef" />
+		</xs:sequence>
+	</xs:complexType>
+	
+	<xs:element name="mentionOf" type="prov:Mention" substitutionGroup="prov:internalElement" />
+	
+</xs:schema>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20130312/schema/prov-core.xsd	Mon Mar 04 08:47:35 2013 -0500
@@ -0,0 +1,452 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- 
+     In PROV-DM, all ids are qualified names, specified as prov:QualifiedName in PROV-N.
+     In this schema, all ids are instead defined as xsd:QNames. 
+  -->
+
+
+<xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           xmlns:cu="http://www.w3.org/1999/xhtml/datatypes/"
+           xmlns:xml="http://www.w3.org/XML/1998/namespace"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified">
+
+
+
+  <xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/" />
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace" 
+             schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+
+  <!-- Component 1 -->
+  
+  <xs:complexType name="Entity">
+    <xs:sequence>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:value" minOccurs="0"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>  
+
+  <xs:complexType name="Activity">
+    <xs:sequence>
+        <xs:element name="startTime" type="xs:dateTime" minOccurs="0"/> 
+        <xs:element name="endTime" type="xs:dateTime" minOccurs="0"/>
+        <!-- prov attributes --> 
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Generation">
+    <xs:sequence>
+        <xs:element name="entity" type="prov:IDRef"/>
+        <xs:element name="activity" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="time" type="xs:dateTime" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Usage">
+    <xs:sequence>
+        <xs:element name="activity" type="prov:IDRef"/>
+        <xs:element name="entity" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="time" type="xs:dateTime" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Communication">
+    <xs:sequence>
+        <xs:element name="informed" type="prov:IDRef"/>
+        <xs:element name="informant" type="prov:IDRef"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Start">
+    <xs:sequence>
+        <xs:element name="activity" type="prov:IDRef"/>
+        <xs:element name="trigger" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="starter" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="time" type="xs:dateTime" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="End">
+    <xs:sequence>
+        <xs:element name="activity" type="prov:IDRef"/>
+        <xs:element name="trigger" type="prov:IDRef"  minOccurs="0"/>
+        <xs:element name="ender" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="time" type="xs:dateTime" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Invalidation">
+    <xs:sequence>
+        <xs:element name="entity" type="prov:IDRef"/>
+        <xs:element name="activity" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="time" type="xs:dateTime" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 2 -->
+  
+  <xs:complexType name="Derivation">
+    <xs:sequence>
+        <xs:element name="generatedEntity" type="prov:IDRef"/>
+        <xs:element name="usedEntity" type="prov:IDRef"/>
+        <xs:element name="activity" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="generation" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="usage" type="prov:IDRef" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Revision">
+    <xs:complexContent>
+      <xs:extension base="prov:Derivation">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="Quotation">
+    <xs:complexContent>
+      <xs:extension base="prov:Derivation">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="PrimarySource">
+    <xs:complexContent>
+      <xs:extension base="prov:Derivation">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <!-- Component 3 -->
+  
+  <xs:complexType name="Agent">
+    <xs:sequence>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Person">
+    <xs:complexContent>
+      <xs:extension base="prov:Agent">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="Organization">
+    <xs:complexContent>
+      <xs:extension base="prov:Agent">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="SoftwareAgent">
+    <xs:complexContent>
+      <xs:extension base="prov:Agent">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="Attribution">
+    <xs:sequence>
+        <xs:element name="entity" type="prov:IDRef"/>
+        <xs:element name="agent" type="prov:IDRef"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Association">
+    <xs:sequence>
+        <xs:element name="activity" type="prov:IDRef"/>
+        <xs:element name="agent" type="prov:IDRef" minOccurs="0"/>
+        <xs:element name="plan" type="prov:IDRef" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:role" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Delegation">
+    <xs:sequence>
+        <xs:element name="delegate" type="prov:IDRef"/>
+        <xs:element name="responsible" type="prov:IDRef"/>
+        <xs:element name="activity" type="prov:IDRef" minOccurs="0"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <xs:complexType name="Influence">
+    <xs:sequence>
+        <xs:element name="influencee" type="prov:IDRef"/>
+        <xs:element name="influencer" type="prov:IDRef"/>
+        <!-- prov attributes -->
+        <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+    <xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 4 -->
+
+  <!-- Is there a way to have this still extend prov:Entity? -->
+
+  <xs:complexType name="Bundle">
+    <xs:complexContent>
+      <xs:extension base="prov:Entity">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="BundleConstructor">
+	<xs:sequence maxOccurs="unbounded">
+		<xs:group ref="prov:documentElements"/>
+		<xs:any namespace="##other" processContents="lax" minOccurs="0"/>
+	</xs:sequence>
+	<xs:attribute ref="prov:id"/>
+  </xs:complexType>
+
+  <!-- Component 5 -->
+
+  <xs:complexType name="Specialization">
+    <xs:sequence>
+      <xs:element name="specificEntity" type="prov:IDRef"/>
+      <xs:element name="generalEntity" type="prov:IDRef"/>
+    </xs:sequence>
+  </xs:complexType>
+
+  <xs:complexType name="Alternate">
+    <xs:sequence>
+      <xs:element name="alternate1" type="prov:IDRef"/>
+      <xs:element name="alternate2" type="prov:IDRef"/>
+    </xs:sequence>
+  </xs:complexType>
+  
+  <!-- Component 6 -->
+
+  <xs:complexType name="Collection">
+    <xs:complexContent>
+      <xs:extension base="prov:Entity">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="EmptyCollection">
+    <xs:complexContent>
+      <xs:extension base="prov:Collection">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="Membership">
+    <xs:sequence>
+      <xs:element name="collection" type="prov:IDRef"/>
+      <xs:element name="entity" type="prov:IDRef" maxOccurs="unbounded"/>
+    </xs:sequence>
+  </xs:complexType>
+
+  <xs:complexType name="Plan">
+    <xs:complexContent>
+      <xs:extension base="prov:Entity">
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:complexType name="InternationalizedString">
+    <xs:simpleContent>
+      <xs:extension base="xs:string">
+        <xs:attribute ref="xml:lang" use="optional"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>    
+
+
+   <!--
+    Typed literals are encoded by means
+    of xsi:type that represent the prov:datatype.
+   -->
+  
+  <xs:element name="label" type="prov:InternationalizedString"/>
+  <xs:element name="role" type="xs:anySimpleType"/>
+  <xs:element name="type" type="xs:anySimpleType"/>
+  <xs:element name="location" type="xs:anySimpleType"/>
+  <xs:element name="value" type="xs:anySimpleType"/>
+
+  <xs:attribute name="id" type="xs:QName"/>
+  <xs:attribute name="ref" type="xs:QName"/>
+
+  <xs:complexType name="IDRef">
+    <xs:attribute ref="prov:ref" use="required" />
+  </xs:complexType>
+
+  <!--
+     top-level definition of elements following the salami slice XSD design pattern
+     to encourage integration within existing non-prov XML documents.
+  -->
+
+  <!-- Component 1 elements -->
+
+  <xs:element name="entity"               type="prov:Entity"/>
+  <xs:element name="activity"             type="prov:Activity"/>
+  <xs:element name="wasGeneratedBy"       type="prov:Generation"/>
+  <xs:element name="used"                 type="prov:Usage"/>
+  <xs:element name="wasInformedBy"        type="prov:Communication"/>
+  <xs:element name="wasStartedBy"         type="prov:Start"/>
+  <xs:element name="wasEndedBy"           type="prov:End"/>
+  <xs:element name="wasInvalidatedBy"     type="prov:Invalidation"/>
+
+  <!-- Component 2 elements -->
+
+  <xs:element name="wasDerivedFrom"       type="prov:Derivation"/>
+  <xs:element name="wasRevisionOf"        type="prov:Revision"/>
+  <xs:element name="wasQuotedFrom"        type="prov:Quotation"/>
+  <xs:element name="hadPrimarySource"     type="prov:PrimarySource"/>
+
+  <!-- Component 3 elements -->
+
+  <xs:element name="agent"                type="prov:Agent"/>
+  <xs:element name="person"               type="prov:Person"/>
+  <xs:element name="organization"         type="prov:Organization"/>
+  <xs:element name="softwareAgent"        type="prov:SoftwareAgent"/>
+  <xs:element name="wasAttributedTo"      type="prov:Attribution"/>
+  <xs:element name="wasAssociatedWith"    type="prov:Association"/>
+  <xs:element name="actedOnBehalfOf"      type="prov:Delegation"/>
+  <xs:element name="wasInfluencedBy"      type="prov:Influence"/>
+  
+  <!-- Component 5 elements -->
+
+  <xs:element name="bundle"               type="prov:Bundle"/>
+  <xs:element name="specializationOf"     type="prov:Specialization"/>
+  <xs:element name="alternateOf"          type="prov:Alternate"/>
+
+  <!-- Component 6 elements -->
+
+  <xs:element name="hadMember"            type="prov:Membership"/>
+  <xs:element name="collection"           type="prov:Collection"/>
+  <xs:element name="emptyCollection"      type="prov:EmptyCollection"/>
+
+  <!-- Component 7 elements -->
+
+  <xs:element name="plan"                 type="prov:Plan"/>
+
+  <!-- document elements -->
+
+  <xs:group name="documentElements">
+    <xs:sequence>
+        <xs:element ref="prov:entity" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:activity" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasGeneratedBy" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:used" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasInformedBy" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasStartedBy" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasEndedBy" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasInvalidatedBy" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasDerivedFrom" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasRevisionOf" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasQuotedFrom" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:hadPrimarySource" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:agent" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:person" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:organization" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:softwareAgent" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasAttributedTo" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasAssociatedWith" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:actedOnBehalfOf" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:wasInfluencedBy" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:bundle" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:specializationOf" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:alternateOf" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:collection" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:emptyCollection" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:hadMember" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:plan" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element ref="prov:internalElement" minOccurs="0" maxOccurs="unbounded" />
+    </xs:sequence>
+  </xs:group>
+
+  <xs:element name="document" type="prov:Document" />
+  <xs:complexType name="Document">
+    <xs:sequence maxOccurs="unbounded">
+        <xs:group ref="prov:documentElements" minOccurs="0"/>
+		<xs:element name="bundleContent" type="prov:BundleConstructor" minOccurs="0"/>
+        <xs:any namespace="##other" processContents="lax" minOccurs="0" />
+    </xs:sequence>
+  </xs:complexType>
+
+  <!-- abstract element used by extensions -->
+
+  <xs:element name="internalElement" abstract="true" />
+
+</xs:schema>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/releases/WD-prov-xml-20130312/schema/prov.xsd	Mon Mar 04 08:47:35 2013 -0500
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema targetNamespace="http://www.w3.org/ns/prov#"
+           xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:prov="http://www.w3.org/ns/prov#"
+           elementFormDefault="qualified"
+           attributeFormDefault="unqualified">
+
+	<xs:include schemaLocation="prov-core.xsd"/>
+	<xs:include schemaLocation="extensions/prov-dictionary.xsd"/>
+	<xs:include schemaLocation="extensions/prov-links.xsd"/>
+
+</xs:schema>