Removed <operation/> child elements from Consumer, Producer, ComponentConsumer, ComponentProducer

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
edwardsmj 2008-10-21 12:45:38 +00:00
parent ed12e0e4a3
commit 8cd9a3eeda

View file

@ -154,8 +154,6 @@
<complexType name="Producer">
<sequence>
<element name="operation" type="sca:Operation" minOccurs="0"
maxOccurs="unbounded" />
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="sca:binding" />
<any namespace="##other" processContents="lax"/>
@ -171,8 +169,6 @@
<complexType name="Consumer">
<sequence>
<element name="operation" type="sca:Operation" minOccurs="0"
maxOccurs="unbounded" />
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="sca:binding" />
<any namespace="##other" processContents="lax"/>
@ -296,8 +292,6 @@
<complexType name="ComponentProducer">
<sequence>
<element name="operation" type="sca:Operation" minOccurs="0"
maxOccurs="unbounded" />
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="sca:binding" />
<any namespace="##other" processContents="lax"/>
@ -314,8 +308,6 @@
<complexType name="ComponentConsumer">
<sequence>
<element name="operation" type="sca:Operation" minOccurs="0"
maxOccurs="unbounded" />
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="sca:binding" />
<any namespace="##other" processContents="lax"/>