summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-06-09 16:14:26 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-06-09 16:14:26 +0000
commit8da4df32c58a43f81b1f73f52f5caa2ebeb8c6cf (patch)
tree3049a7c9f2efdeb020bd7579b50a7c6aabc4e60c /branches/sca-java-1.x/modules
parentc5b1914af2abf3c124d5f78615fb8adb1b649105 (diff)
TUSCANY-3078 - Reverting changes per user request, as these changes were causing validation issues
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules')
-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>