Author: robbinspg
Date: Wed Aug 29 22:54:14 2007
New Revision: 571046

URL: http://svn.apache.org/viewvc?rev=571046&view=rev
Log:
TUSCANY-1375 Apply Michael Yoder's patch for imports

Modified:
    incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_http.xsd
    incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_mime.xsd
    incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap.xsd
    incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap12.xsd

Modified: incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_http.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_http.xsd?rev=571046&r1=571045&r2=571046&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_http.xsd (original)
+++ incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_http.xsd Wed Aug 29 
22:54:14 2007
@@ -32,7 +32,7 @@
   -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema"; 
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
targetNamespace="http://schemas.xmlsoap.org/wsdl/http/";>
 
-       <import namespace="http://schemas.xmlsoap.org/wsdl/"/>
+       <import schemaLocation="wsdl_11.xsd" 
namespace="http://schemas.xmlsoap.org/wsdl/"/>
 
        <element name="address" type="http:addressType"/>
 

Modified: incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_mime.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_mime.xsd?rev=571046&r1=571045&r2=571046&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_mime.xsd (original)
+++ incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_mime.xsd Wed Aug 29 
22:54:14 2007
@@ -31,7 +31,8 @@
   -->
 <schema targetNamespace="http://schemas.xmlsoap.org/wsdl/mime/"; 
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
 
-       <import namespace="http://schemas.xmlsoap.org/wsdl/"/>
+       <import schemaLocation="wsdl_11.xsd" 
namespace="http://schemas.xmlsoap.org/wsdl/"/>
+
        <element name="content" type="mime:contentType"/>
        <complexType name="contentType">
                <complexContent>

Modified: incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap.xsd?rev=571046&r1=571045&r2=571046&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap.xsd (original)
+++ incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap.xsd Wed Aug 29 
22:54:14 2007
@@ -31,7 +31,7 @@
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/";>
 
-  <xs:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
+  <xs:import schemaLocation="wsdl_11.xsd" 
namespace="http://schemas.xmlsoap.org/wsdl/"/>
 
   <xs:simpleType name="encodingStyle">
     <xs:annotation>

Modified: incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap12.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap12.xsd?rev=571046&r1=571045&r2=571046&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap12.xsd (original)
+++ incubator/tuscany/cpp/sca/runtime/core/xsd/wsdl_11_soap12.xsd Wed Aug 29 
22:54:14 2007
@@ -20,7 +20,7 @@
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/"; 
targetNamespace="http://schemas.xmlsoap.org/wsdl/soap12/";>
 
-  <xs:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
+  <xs:import schemaLocation="wsdl_11.xsd" 
namespace="http://schemas.xmlsoap.org/wsdl/"/>
 
   <xs:complexType name="tExtensibilityElementOpenAttrs">
     <xs:complexContent>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to