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

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv21675

Modified Files:
	wsdl20-http.xsd 
Log Message:
Fixed http extension schema: removed use of entities to be more toolable, added missing import statement.


Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wsdl20-http.xsd	9 May 2005 22:59:55 -0000	1.5
--- wsdl20-http.xsd	10 May 2005 17:20:05 -0000	1.6
***************
*** 17,37 ****
  -->
  
- <!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:http='&wsdl-http-ns;'
             attributeFormDefault='qualified' >
  
    <xs:attribute name='methodDefault' type='xs:string'/>
    <xs:attribute name='method' type='xs:string'/>
  
!   <xs:attribute name='version' type='http:versionType'/>
  
    <xs:attribute name='location' type='xs:anyURI'/>
--- 17,32 ----
  -->
  
  <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" />
+ 
    <xs:attribute name='methodDefault' type='xs:string'/>
    <xs:attribute name='method' type='xs:string'/>
  
!   <xs:attribute name='version' type='whttp:versionType'/>
  
    <xs:attribute name='location' type='xs:anyURI'/>

Received on Tuesday, 10 May 2005 17:20:16 UTC