You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2008/10/30 15:07:00 UTC

svn commit: r709160 - /tuscany/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd

Author: edwardsmj
Date: Thu Oct 30 07:07:00 2008
New Revision: 709160

URL: http://svn.apache.org/viewvc?rev=709160&view=rev
Log:
Added @eventTypes attribute to ComponentConsumer, ComponentProducer, Composite Consumer, Composite Producer

Modified:
    tuscany/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd

Modified: tuscany/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd
URL: http://svn.apache.org/viewvc/tuscany/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd?rev=709160&r1=709159&r2=709160&view=diff
==============================================================================
--- tuscany/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd (original)
+++ tuscany/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd Thu Oct 30 07:07:00 2008
@@ -164,6 +164,7 @@
     	<attribute name="target" type="sca:listOfAnyURIs" use="optional" />
     	<attribute name="requires" type="sca:listOfQNames" use="optional" />
     	<attribute name="policySets" type="sca:listOfQNames" use="optional"/>
+    	<attribute name="eventTypes" type="sca:listOfQNames" use="optional"/>
     	<anyAttribute namespace="##any" processContents="lax" />
     </complexType>
     
@@ -179,6 +180,7 @@
     	<attribute name="source" type="sca:listOfAnyURIs" use="optional" />
     	<attribute name="requires" type="sca:listOfQNames" use="optional" />
     	<attribute name="policySets" type="sca:listOfQNames" use="optional"/>
+    	<attribute name="eventTypes" type="sca:listOfQNames" use="optional"/>
     	<anyAttribute namespace="##any" processContents="lax" />
     </complexType>
 
@@ -303,6 +305,7 @@
         	use="optional"/>
         <attribute name="policySets" type="sca:listOfQNames" 
         	use="optional"/>
+        <attribute name="eventTypes" type="sca:listOfQNames" use="optional"/>
         <anyAttribute namespace="##any" processContents="lax"/>
     </complexType>
     
@@ -319,6 +322,7 @@
         	use="optional"/>
         <attribute name="policySets" type="sca:listOfQNames" 
         	use="optional"/>
+        <attribute name="eventTypes" type="sca:listOfQNames" use="optional"/>
         <anyAttribute namespace="##any" processContents="lax"/>
     </complexType>