ISSUE-487
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Fri, 07 Sep 2012 08:54:59 -0400
changeset 4431 bc996f76426d
parent 4430 0e151819819f
child 4432 b885a5668ef2
ISSUE-487

per ISSUE-487 (http://www.w3.org/2011/prov/track/issues/487),
remove WasQuotedFrom from XSD
xml/schema/prov.xsd
--- a/xml/schema/prov.xsd	Fri Sep 07 08:50:31 2012 -0400
+++ b/xml/schema/prov.xsd	Fri Sep 07 08:54:59 2012 -0400
@@ -177,20 +177,6 @@
     <xs:attribute ref="prov:id"/>
   </xs:complexType>
 
-  <xs:complexType name="WasQuotedFrom">
-    <xs:sequence>
-      <xs:element name="generation" type="prov:DependencyRef" minOccurs="0"/>
-      <xs:element name="usage"      type="prov:DependencyRef" minOccurs="0"/>
-      <xs:element name="activity"   type="prov:ActivityRef" minOccurs="0"/>
-      <xs:element name="quote"      type="prov:EntityRef"/>
-      <xs:element name="original"   type="prov:EntityRef"/>
-      <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"/>
-    </xs:sequence>
-    <xs:attribute ref="prov:id"/>
-  </xs:complexType>
-
   <xs:complexType name="HadPrimarySource">
     <xs:sequence>
       <xs:element name="generation" type="prov:DependencyRef" minOccurs="0"/>
@@ -414,7 +400,6 @@
 
             <xs:element name="wasDerivedFrom"       type="prov:WasDerivedFrom"/>
             <xs:element name="wasRevisionOf"        type="prov:WasRevisionOf"/>
-            <xs:element name="wasQuotedFrom"        type="prov:WasQuotedFrom"/>
             <xs:element name="hadPrimarySource"     type="prov:HadPrimarySource"/>
 
             <xs:element name="wasAttributedTo"      type="prov:WasAttributedTo"/>