- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2005 15:47:37 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv7970 Modified Files: wsdl20.xsd Log Message: For some reasons, the entities for the namespace URIs have been replaced by their values; I reverted this Index: wsdl20.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xsd,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** wsdl20.xsd 27 May 2005 21:05:58 -0000 1.31 --- wsdl20.xsd 2 Jun 2005 15:47:35 -0000 1.32 *************** *** 17,23 **** --> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' ! targetNamespace='http://www.w3.org/2005/05/wsdl' ! xmlns:wsdl="http://www.w3.org/2005/05/wsdl" elementFormDefault='qualified'> --- 17,30 ---- --> + + <!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-ns;' ! xmlns:wsdl="&wsdl-ns;" elementFormDefault='qualified'>
Received on Thursday, 2 June 2005 15:47:38 UTC