2002/ws/desc/test-suite/xmlcatalog/wsdl ValidationReport.xsd,1.1,1.2

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

Modified Files:
	ValidationReport.xsd 
Log Message:
added success element to validation report schema - this should match the Successful element of the Test Metadata

Index: ValidationReport.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl/ValidationReport.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** ValidationReport.xsd	11 Jun 2006 20:44:02 -0000	1.1
--- ValidationReport.xsd	5 Jul 2006 18:49:34 -0000	1.2
***************
*** 12,15 ****
--- 12,18 ----
  	- created
  	
+ 	2006-07-05 Arthur Ryman (ryman@ca.ibm.com)
+ 	- added success element
+ 	
  -->
  <schema xmlns="http://www.w3.org/2001/XMLSchema"
***************
*** 53,56 ****
--- 56,66 ----
  				</annotation>
  			</element>
+ 			<element name="success" type="boolean">
+ 				<annotation>
+ 					<documentation>
+ 						True if no errors or fatal errors occurred.
+ 					</documentation>
+ 				</annotation>
+ 			</element>
  			<choice minOccurs="0" maxOccurs="unbounded">
  				<annotation>

Received on Wednesday, 5 July 2006 18:50:00 UTC