diff options
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> |