ISSUE-485
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Fri, 07 Sep 2012 08:50:31 -0400
changeset 4430 0e151819819f
parent 4429 6045056efaf5
child 4431 bc996f76426d
ISSUE-485

per ISSUE-485 (http://www.w3.org/2011/prov/track/issues/485),
replace "cause" and "effect" with "informant" and "informed"
for wasInFormedBy
examples/eg-40-xml-examples-by-term/xml/Communication.xml
xml/schema/prov.xsd
--- a/examples/eg-40-xml-examples-by-term/xml/Communication.xml	Fri Sep 07 08:32:20 2012 -0400
+++ b/examples/eg-40-xml-examples-by-term/xml/Communication.xml	Fri Sep 07 08:50:31 2012 -0400
@@ -11,8 +11,8 @@
     </prov:activity>
     <prov:dependencies>
         <prov:wasInformedBy>
-            <prov:effect prov:ref="a2"/>
-            <prov:cause prov:ref="a1"/>
+            <prov:informed prov:ref="a2"/>
+            <prov:informant prov:ref="a1"/>
         </prov:wasInformedBy>
     </prov:dependencies>
 </prov:records>
--- a/xml/schema/prov.xsd	Fri Sep 07 08:32:20 2012 -0400
+++ b/xml/schema/prov.xsd	Fri Sep 07 08:50:31 2012 -0400
@@ -137,8 +137,8 @@
 
   <xs:complexType name="WasInformedBy">
     <xs:sequence>
-      <xs:element name="effect"  type="prov:ActivityRef"/>
-      <xs:element name="cause"   type="prov:ActivityRef"/>
+      <xs:element name="informed"  type="prov:ActivityRef"/>
+      <xs:element name="informant" type="prov:ActivityRef"/>
       <xs:element ref="prov:label" minOccurs="0"  maxOccurs="unbounded"/> 
       <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>