updated PROV-XML example files to conform to new prov attribute element ordering
authorStephan Zednik <zednis@rpi.edu>
Thu, 07 Feb 2013 13:28:32 -0700
changeset 5510 f95aa1566db7
parent 5509 3f1e31b0df28
child 5511 7b218e0ab7ae
updated PROV-XML example files to conform to new prov attribute element ordering
examples/eg-40-xml-examples-by-term/xml/Association.xml
examples/eg-40-xml-examples-by-term/xml/Location.xml
examples/eg-40-xml-examples-by-term/xml/Plan.xml
--- a/examples/eg-40-xml-examples-by-term/xml/Association.xml	Thu Feb 07 13:27:48 2013 -0700
+++ b/examples/eg-40-xml-examples-by-term/xml/Association.xml	Thu Feb 07 13:28:32 2013 -0700
@@ -36,9 +36,9 @@
   </prov:wasAssociatedWith>
 
   <prov:entity prov:id="ex:wf">
+	<prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
     <prov:type xsi:type="xsd:QName">prov:Plan</prov:type>
     <ex:label>Workflow 1</ex:label>
-    <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
   </prov:entity>
 
   <!-- based on Example 36 from http://www.w3.org/TR/prov-dm/#anexample-wasAssociatedWith-2 -->
@@ -55,9 +55,9 @@
   </prov:wasAssociatedWith>
 
   <prov:entity prov:id="ex:wf">
+	<prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
     <prov:type xsi:type="xsd:QName">prov:Plan</prov:type>
     <ex:label>Workflow 1</ex:label>
-    <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
   </prov:entity>
 
 </prov:document>
--- a/examples/eg-40-xml-examples-by-term/xml/Location.xml	Thu Feb 07 13:27:48 2013 -0700
+++ b/examples/eg-40-xml-examples-by-term/xml/Location.xml	Thu Feb 07 13:28:32 2013 -0700
@@ -9,8 +9,8 @@
     xmlns:ex="http://example.com/ns/ex#">
 
   <prov:entity prov:id="ex:MonaLisa">
-    <prov:type xsi:type="xsd:QName">StillImage</prov:type>
     <prov:location xsi:type="xsd:string">Le Louvre, Paris</prov:location>
+	<prov:type xsi:type="xsd:QName">StillImage</prov:type>
   </prov:entity>
 
   <prov:entity prov:id="ex:cell">
--- a/examples/eg-40-xml-examples-by-term/xml/Plan.xml	Thu Feb 07 13:27:48 2013 -0700
+++ b/examples/eg-40-xml-examples-by-term/xml/Plan.xml	Thu Feb 07 13:28:32 2013 -0700
@@ -37,8 +37,8 @@
 
   <!-- new modeling -->
   <prov:plan prov:id="ex:wf">
-    <ex:label>Workflow 1</ex:label>
     <prov:location>http://example.org/workflow1.bpel</prov:location>
+	<ex:label>Workflow 1</ex:label>
   </prov:plan>
 
   <!-- old modeling (still valid) -->