2002/ws/desc/test-suite/xmlcatalog/wsdl wsdl20.xsd,1.9,1.10 TestMetadata.xsd,1.1,1.2

Update of /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl
In directory hutz:/tmp/cvs-serv2189/test-suite/xmlcatalog/wsdl

Modified Files:
	wsdl20.xsd TestMetadata.xsd 
Log Message:
Updated Test Suite to use Ant 1.7 alpha <schemavalidate> task which allows us to remove schemaLocation information from the documents.

Index: TestMetadata.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl/TestMetadata.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestMetadata.xsd	19 Feb 2006 04:45:19 -0000	1.1
--- TestMetadata.xsd	19 Feb 2006 23:27:42 -0000	1.2
***************
*** 16,20 ****
  	ChangeLog:
  	
! 	2006-02-18: Arthur Ryman, ryman@ca.ibm.com
  	- created
  	
--- 16,20 ----
  	ChangeLog:
  	
! 	2006-02-18 Arthur Ryman ryman@ca.ibm.com
  	- created
  	

Index: wsdl20.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl/wsdl20.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** wsdl20.xsd	25 Jan 2006 18:32:46 -0000	1.9
--- wsdl20.xsd	19 Feb 2006 23:27:42 -0000	1.10
***************
*** 21,27 ****
  <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
  	targetNamespace='http://www.w3.org/2006/01/wsdl'
! 	elementFormDefault='qualified' xmlns:wsdl='http://www.w3.org/2006/01/wsdl'
! 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../xsd/XMLSchema.xsd">
  
    <xs:element name='documentation' type='wsdl:DocumentationType' />
--- 21,25 ----
  <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
  	targetNamespace='http://www.w3.org/2006/01/wsdl'
! 	elementFormDefault='qualified' xmlns:wsdl='http://www.w3.org/2006/01/wsdl'>
  
    <xs:element name='documentation' type='wsdl:DocumentationType' />

Received on Sunday, 19 February 2006 23:28:19 UTC