2002/ws/desc/wsdl20 wsdl20-soap.xsd,1.9,1.10

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

Modified Files:
	wsdl20-soap.xsd 
Log Message:
*** empty log message ***

Index: wsdl20-soap.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** wsdl20-soap.xsd	3 May 2005 11:08:20 -0000	1.9
--- wsdl20-soap.xsd	2 Jun 2005 15:48:17 -0000	1.10
***************
*** 16,26 ****
  -->
  
  <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
! 	targetNamespace="http://www.w3.org/2005/05/wsdl/soap"
! 	xmlns:tns="http://www.w3.org/2005/05/wsdl/soap"
! 	xmlns:wsdl="http://www.w3.org/2005/05/wsdl"
  	elementFormDefault="qualified" attributeFormDefault="unqualified">
  
! 	<xs:import namespace="http://www.w3.org/2005/05/wsdl"
  		schemaLocation="wsdl20.xsd" />
  
--- 16,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-soap-ns;"
! 	xmlns:tns="&wsdl-soap-ns;"
! 	xmlns:wsdl="&wsdl-ns;"
  	elementFormDefault="qualified" attributeFormDefault="unqualified">
  
! 	<xs:import namespace="&wsdl-ns;"
  		schemaLocation="wsdl20.xsd" />
  

Received on Thursday, 2 June 2005 15:48:21 UTC