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:
parent
ed12e0e4a3
commit
8cd9a3eeda
1 changed files with 0 additions and 8 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue