summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-atom.xsd2
-rw-r--r--branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-http.xsd2
-rw-r--r--branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-implementation-widget.xsd2
3 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-atom.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-atom.xsd
index cefb4a6f79..d400810835 100644
--- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-atom.xsd
+++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-atom.xsd
@@ -25,7 +25,7 @@
<import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="sca-core.xsd"/>
- <element name="binding.atom" substitutionGroup="sca:binding" type="t:AtomBinding"/>
+ <element name="binding.atom" type="t:AtomBinding"/>
<complexType name="AtomBinding">
<complexContent>
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-http.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-http.xsd
index b386c75ab0..b5a0d136be 100644
--- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-http.xsd
+++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-http.xsd
@@ -27,7 +27,7 @@
<include schemaLocation="tuscany-core.xsd"/>
- <element name="binding.http" substitutionGroup="sca:binding" type="t:HTTPBinding"/>
+ <element name="binding.http" type="t:HTTPBinding"/>
<complexType name="HTTPBinding">
<complexContent>
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-implementation-widget.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-implementation-widget.xsd
index c122e6d5ba..0c0998595f 100644
--- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-implementation-widget.xsd
+++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-implementation-widget.xsd
@@ -25,7 +25,7 @@
<import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="sca-core.xsd"/>
- <element name="implementation.widget" substitutionGroup="sca:implementation" type="t:WidgetImplementation"/>
+ <element name="implementation.widget" type="t:WidgetImplementation"/>
<complexType name="WidgetImplementation">
<complexContent>