removed commented out prov:Mention/prov:mentionOf components.
authorStephan Zednik <zednis@rpi.edu>
Thu, 13 Dec 2012 10:37:47 -0700
changeset 5347 e10318b31d7c
parent 5346 5319c09a9218
child 5348 1144785c6a61
removed commented out prov:Mention/prov:mentionOf components.
xml/schema/prov.xsd
--- a/xml/schema/prov.xsd	Thu Dec 13 10:37:05 2012 -0700
+++ b/xml/schema/prov.xsd	Thu Dec 13 10:37:47 2012 -0700
@@ -266,16 +266,6 @@
       <xs:element name="alternate2"   type="prov:EntityRef"/>
     </xs:sequence>
   </xs:complexType>
-
-  <!--
-  <xs:complexType name="Mention">
-    <xs:sequence>
-      <xs:element name="specificEntity"   type="prov:EntityRef"/>
-      <xs:element name="generalEntity"     type="prov:EntityRef"/>
-      <xs:element name="bundle"            type="prov:EntityRef"/>
-    </xs:sequence>
-  </xs:complexType>
-  -->
   
   <!-- Component 6 -->
 
@@ -371,7 +361,6 @@
 
   <xs:element name="specializationOf"     type="prov:Specialization"/>
   <xs:element name="alternateOf"          type="prov:Alternate"/>
-  <!--<xs:element name="mentionOf"            type="prov:Mention"/>-->
 
   <!-- Component 6 elements -->
 
@@ -400,7 +389,6 @@
         <xs:element ref="prov:wasInfluencedBy"/>
         <xs:element ref="prov:specializationOf"/>
         <xs:element ref="prov:alternateOf"/>
-        <!--<xs:element ref="prov:mentionOf"/>-->
         <xs:element ref="prov:hadMember"/>
 		<xs:any namespace="##other"/>
       </xs:choice>