2002/ws/desc/test-suite/xmlcatalog/wsdl wsdl20-http.xsd,1.5,1.6

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

Modified Files:
	wsdl20-http.xsd 
Log Message:
Fixed spacing issues when using IE to view XML source, by adding xml:space="preserve" to the <body> elements.
Added pattern defined in the spec to wsdl-http.xsd.

Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl/wsdl20-http.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** wsdl20-http.xsd	17 Nov 2006 23:45:31 -0000	1.5
--- wsdl20-http.xsd	16 Mar 2007 22:56:04 -0000	1.6
***************
*** 47,50 ****
--- 47,51 ----
      <xs:restriction base="xs:string">
        <xs:length value="1"/>
+       <xs:pattern value="[&amp;;a-zA-Z0-9\-\._~!$'\(\):@/\?\*\+,]{1,1}"/>
      </xs:restriction>
    </xs:simpleType>

Received on Friday, 16 March 2007 22:56:13 UTC