diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-09 15:16:03 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-09 15:16:03 +0000 |
commit | 3b46190564fad809849c5a57282d5283706987e1 (patch) | |
tree | 9fa901920e6f6b837bd905254bb63ef6c6c7ee28 /branches | |
parent | 158d974e0e1723714006051249a0feab3cee208c (diff) |
TUSCANY-3078 - Fixing substitution group in http, atom and widget extensions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
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 d400810835..cefb4a6f79 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" type="t:AtomBinding"/> + <element name="binding.atom" substitutionGroup="sca:binding" 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 b5a0d136be..b386c75ab0 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" type="t:HTTPBinding"/> + <element name="binding.http" substitutionGroup="sca:binding" 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 0c0998595f..c122e6d5ba 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" type="t:WidgetImplementation"/> + <element name="implementation.widget" substitutionGroup="sca:implementation" type="t:WidgetImplementation"/> <complexType name="WidgetImplementation"> <complexContent> |