2002/ws/desc/wsdl20 wsdl20-http.xsd,1.6,1.7

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv8127

Modified Files:
	wsdl20-http.xsd 
Log Message:
For some reasons, the entities for the namespace URIs have been replaced by their values; I reverted this


Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wsdl20-http.xsd	10 May 2005 17:20:05 -0000	1.6
--- wsdl20-http.xsd	2 Jun 2005 15:47:55 -0000	1.7
***************
*** 17,26 ****
  -->
  
  <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
!            targetNamespace='http://www.w3.org/2005/05/wsdl/http'
!            xmlns:whttp='http://www.w3.org/2005/05/wsdl/http'
             attributeFormDefault='qualified' >
  
!   <xs:import namespace="http://www.w3.org/2005/05/wsdl"
               schemaLocation="wsdl20.xsd" />
  
--- 17,32 ----
  -->
  
+ <!DOCTYPE xs:schema PUBLIC '-//W3C//DTD XMLSCHEMA 200102//EN'
+                            'http://www.w3.org/2001/XMLSchema.dtd' [
+         <!ENTITY % entities SYSTEM 'entities.dtd'>
+         %entities;
+ ]>
+ 
  <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
!            targetNamespace='&wsdl-http-ns;'
!            xmlns:whttp='&wsdl-http-ns;'
             attributeFormDefault='qualified' >
  
!   <xs:import namespace='&wsdl-ns;'
               schemaLocation="wsdl20.xsd" />
  

Received on Thursday, 2 June 2005 15:47:57 UTC