summaryrefslogtreecommitdiffstats
path: root/cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-26 21:31:18 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-26 21:31:18 +0000
commit8eb242943144ad5ea57c7471e4a3e199bf5687d5 (patch)
tree4e28eac4f021b56aed46b962b92918216c5ef48a /cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd
parent6189726b158b1a3bf74c115d1ec6cd01853e31ea (diff)
Removed workaround from the SCA schema as it's not fixing the ambiguous particle issue in the schema anyway. Added implementation-widget schema. Removed unusued file.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd')
-rw-r--r--cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd b/cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd
index 74cfe9a739..654d568bab 100644
--- a/cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd
+++ b/cpp/sca/runtime/xsd/sca-core-1.1-cd04.xsd
@@ -33,10 +33,7 @@
<complexContent>
<extension base="sca:CommonExtensionBase">
<sequence>
- <!-- Comment out the sca:implementation to workaround http://www.mail-archive.com/dev@tuscany.apache.org/msg08924.html. -->
- <!--
<element ref="sca:implementation" minOccurs="0"/>
- -->
<choice minOccurs="0" maxOccurs="unbounded">
<element name="service" type="sca:ComponentService"/>
<element name="reference"
@@ -290,8 +287,7 @@
<complexContent>
<extension base="sca:CommonExtensionBase">
<sequence>
- <!-- Set minOccurs="1" instead of "0" to workaround http://www.mail-archive.com/dev@tuscany.apache.org/msg08924.html. -->
- <element ref="sca:implementation" minOccurs="1"/>
+ <element ref="sca:implementation" minOccurs="0"/>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="service" type="sca:ComponentService"/>
<element name="reference" type="sca:ComponentReference"/>