diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-http.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
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 bd36a8f52f..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 @@ -25,6 +25,8 @@ <import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="sca-core.xsd"/> + <include schemaLocation="tuscany-core.xsd"/> + <element name="binding.http" type="t:HTTPBinding"/> <complexType name="HTTPBinding"> |