- From: Hugo Haas <hugo@dev.w3.org>
- Date: Mon, 26 Jul 2004 11:07:48 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv23262
Modified Files:
wsdl20-bindings.xml
Log Message:
Fixed pseudo schemas (s/xs:anyURI/xs:string/)
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** wsdl20-bindings.xml 26 Jul 2004 10:55:18 -0000 1.86
--- wsdl20-bindings.xml 26 Jul 2004 11:07:46 -0000 1.87
***************
*** 1074,1081 ****
<operation ref="<emph>xs:QName</emph>"
<b>http:location</b>="<emph>xs:anyURI</emph>"?
! <b>http:method</b>="<emph>xs:anyURI</emph>"?
! <b>http:inputSerialization</b>="<emph>xs:anyURI</emph>"?
! <b>http:outputSerialization</b>="<emph>xs:anyURI</emph>"?
! <b>http:faultSerialization</b>="<emph>xs:anyURI</emph>"?
<b>http:defaultTransferCoding</b>="<emph>xs:string</emph>"? >
<documentation />?
--- 1074,1081 ----
<operation ref="<emph>xs:QName</emph>"
<b>http:location</b>="<emph>xs:anyURI</emph>"?
! <b>http:method</b>="<emph>xs:string</emph>"?
! <b>http:inputSerialization</b>="<emph>xs:string</emph>"?
! <b>http:outputSerialization</b>="<emph>xs:string</emph>"?
! <b>http:faultSerialization</b>="<emph>xs:string</emph>"?
<b>http:defaultTransferCoding</b>="<emph>xs:string</emph>"? >
<documentation />?
***************
*** 1478,1485 ****
<operation ref="<emph>xs:QName</emph>"
<b>http:location</b>="<emph>xs:anyURI</emph>"?
! <b>http:method</b>="<emph>xs:anyURI</emph>"?
! <b>http:inputSerialization</b>="<emph>xs:anyURI</emph>"?
! <b>http:outputSerialization</b>="<emph>xs:anyURI</emph>"?
! <b>http:faultSerialization</b>="<emph>xs:anyURI</emph>"? >
</operation>
</binding>
--- 1478,1485 ----
<operation ref="<emph>xs:QName</emph>"
<b>http:location</b>="<emph>xs:anyURI</emph>"?
! <b>http:method</b>="<emph>xs:string</emph>"?
! <b>http:inputSerialization</b>="<emph>xs:string</emph>"?
! <b>http:outputSerialization</b>="<emph>xs:string</emph>"?
! <b>http:faultSerialization</b>="<emph>xs:string</emph>"? >
</operation>
</binding>
Received on Monday, 26 July 2004 07:07:49 UTC