- From: Sanjiva Weerawarana <sweeraw@dev.w3.org>
- Date: Fri, 25 Jun 2004 15:29:42 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv15904
Modified Files:
wsdl20-bindings.html wsdl20-bindings.xml
Log Message:
Made pseudo-syntax consistent with part1
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** wsdl20-bindings.xml 23 Jun 2004 19:18:35 -0000 1.40
--- wsdl20-bindings.xml 25 Jun 2004 15:29:40 -0000 1.41
***************
*** 908,914 ****
</<b>wsoap:module</b>>*
- <feature ... />*
- <property ... />*
-
<fault ref="<emph>xs:QName</emph>"
<b>wsoap:code</b>="<emph>xs:QName</emph>"
--- 908,911 ----
***************
*** 937,942 ****
--- 934,945 ----
<property ... />*
</output>*
+
+ <feature ... />*
+ <property ... />*
</operation>*
+ <feature ... />*
+ <property ... />*
+
</binding>
***************
*** 944,948 ****
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? >
<documentation />?
! <endpoint>
</service>
</definitions>
--- 947,955 ----
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? >
<documentation />?
! <feature ... />*
! <property ... />*
! </endpoint>
! <feature ... />*
! <property ... />*
</service>
</definitions>
***************
*** 2350,2353 ****
--- 2357,2365 ----
-->
<tr>
+ <td>20040625</td>
+ <td>SW</td>
+ <td>Made pseudo-syntax consistent with part1</td>
+ </tr>
+ <tr>
<td>20040624</td>
<td>SW</td>
Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** wsdl20-bindings.html 23 Jun 2004 19:18:35 -0000 1.35
--- wsdl20-bindings.html 25 Jun 2004 15:29:39 -0000 1.36
***************
*** 941,947 ****
</<b>wsoap:module</b>>*
- <feature ... />*
- <property ... />*
-
<fault ref="<em>xs:QName</em>"
<b>wsoap:code</b>="<em>xs:QName</em>"
--- 941,944 ----
***************
*** 970,975 ****
--- 967,978 ----
<property ... />*
</output>*
+
+ <feature ... />*
+ <property ... />*
</operation>*
+ <feature ... />*
+ <property ... />*
+
</binding>
***************
*** 977,981 ****
<endpoint name="<em>xs:NCName</em>" binding="<em>xs:QName</em>" address="<em>xs:anyURI</em>"? >
<documentation />?
! <endpoint>
</service>
</definitions>
--- 980,988 ----
<endpoint name="<em>xs:NCName</em>" binding="<em>xs:QName</em>" address="<em>xs:anyURI</em>"? >
<documentation />?
! <feature ... />*
! <property ... />*
! </endpoint>
! <feature ... />*
! <property ... />*
</service>
</definitions>
***************
*** 1194,1198 ****
<li>
<p>An OPTIONAL <code>documentation</code>
-
<em>element information item</em>.</p>
</li>
--- 1201,1204 ----
***************
*** 2368,2371 ****
--- 2374,2382 ----
<tr>
+ <td rowspan="1" colspan="1">20040625</td>
+ <td rowspan="1" colspan="1">SW</td>
+ <td rowspan="1" colspan="1">Made pseudo-syntax consistent with part1</td>
+ </tr>
+ <tr>
<td rowspan="1" colspan="1">20040624</td>
<td rowspan="1" colspan="1">SW</td>
Received on Friday, 25 June 2004 11:29:42 UTC