- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 17:21:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/schemas In directory hutz:/tmp/cvs-serv13417/WebContent/WEB-INF/schemas Modified Files: Tag: dev2 route.xsd Log Message: modified xmlbean ant task +changed package name from w3c to w3 Index: route.xsd =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/schemas/Attic/route.xsd,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- route.xsd 5 Aug 2009 16:17:12 -0000 1.1.2.2 +++ route.xsd 5 Aug 2009 17:21:42 -0000 1.1.2.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> -<xs:schema targetNamespace="http://www.w3.org/unicorn/route" - xmlns:ucn="http://www.w3.org/unicorn/route" - xmlns:xs="http://www.w3.org/2001/XMLSchema" +<xs:schema targetNamespace='http://www.w3.org/unicorn/route' + xmlns:ucn='http://www.w3.org/unicorn/route' + xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault="qualified"> <xs:element name="routes">
Received on Wednesday, 5 August 2009 17:21:53 UTC