summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-17 22:41:34 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-17 22:41:34 +0000
commit249ec2897f49b873e999990204448e8186861f7b (patch)
tree795ef5d1b548c6fc9121fd56e0e0c175869f26ed /sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd
parente73da0c63682e2a8210d6ea7cc6017be04019ae3 (diff)
Updated test composites and xsds to the latest SCA schemas.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd')
-rw-r--r--sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd10
1 files changed, 7 insertions, 3 deletions
diff --git a/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd
index 654d568bab..158daff214 100644
--- a/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd
+++ b/sca-cpp/trunk/xsd/sca-core-1.1-cd04.xsd
@@ -2,8 +2,8 @@
<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
OASIS trademark, IPR and other policies apply. -->
<schema xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912"
elementFormDefault="qualified">
<import namespace="http://www.w3.org/XML/1998/namespace"
@@ -33,7 +33,10 @@
<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"
@@ -287,7 +290,8 @@
<complexContent>
<extension base="sca:CommonExtensionBase">
<sequence>
- <element ref="sca:implementation" minOccurs="0"/>
+ <!-- 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"/>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="service" type="sca:ComponentService"/>
<element name="reference" type="sca:ComponentReference"/>