removed id attribute and complete element from Membership
authorStephan Zednik <zednis@rpi.edu>
Fri, 28 Sep 2012 10:23:44 -0600
changeset 4497 e7312e85f87e
parent 4496 02c8db35e04a
child 4498 a7bb257d62f8
removed id attribute and complete element from Membership
xml/schema/prov.xsd
--- a/xml/schema/prov.xsd	Thu Sep 27 17:11:56 2012 +0100
+++ b/xml/schema/prov.xsd	Fri Sep 28 10:23:44 2012 -0600
@@ -274,10 +274,8 @@
   <xs:complexType name="Membership">
     <xs:sequence>
       <xs:element name="collection"          type="prov:EntityRef"/>
-      <xs:element name="complete"        type="xs:boolean" minOccurs="0"/>
       <xs:element name="entity"          type="prov:EntityRef" maxOccurs="unbounded"/>
     </xs:sequence>
-    <xs:attribute ref="prov:id"/>
   </xs:complexType>
 
   <xs:complexType name="InternationalizedString">