summaryrefslogtreecommitdiffstats
path: root/sandbox/event
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-10-30 14:07:00 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-10-30 14:07:00 +0000
commitd66fefdff85a267a8ba8938d5be528f8a2c9e499 (patch)
tree9ad7604abaf329f6933a58c0dfa137201b7214d7 /sandbox/event
parent47fdbd622dc107617a0e5bbd85d21f9249d17ed3 (diff)
Added @eventTypes attribute to ComponentConsumer, ComponentProducer, Composite Consumer, Composite Producer
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/event')
-rw-r--r--sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd b/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd
index 33eed1d741..26c70b242e 100644
--- a/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd
+++ b/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd
@@ -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>