- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Dec 2006 14:07:53 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv23065/wsdl20
Modified Files:
wsdl20.xml
Log Message:
[CR083] Editorial fix.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.415
retrieving revision 1.416
diff -C 2 -d -r1.415 -r1.416
*** wsdl20.xml 21 Dec 2006 13:57:33 -0000 1.415
--- wsdl20.xml 21 Dec 2006 14:07:50 -0000 1.416
***************
*** 1873,1877 ****
</eg>
<p>
! <assert class="document" id="Description-1201000">WSDL 2.0 definitions are represented in XML by one or more WSDL 2.0
Information Sets (Infosets), that is one or more
<el>description</el> &EII;s.</assert>
--- 1873,1877 ----
</eg>
<p>
! <assert class="document" id="Description-1201000">WSDL 2.0 descriptions are represented in XML by one or more WSDL 2.0
Information Sets (Infosets), that is one or more
<el>description</el> &EII;s.</assert>
***************
*** 8961,8965 ****
<p>The <att>namespace</att> &AII; is of type
<att>xs:anyURI</att>. Its actual value indicates that the containing
! WSDL 2.0 document MAY contain qualified references to WSDL 2.0 definitions in
that namespace (via one or more prefixes declared with namespace
declarations in the normal way). <assert class="document" id="Import-0071">This value MUST NOT match the actual
--- 8961,8965 ----
<p>The <att>namespace</att> &AII; is of type
<att>xs:anyURI</att>. Its actual value indicates that the containing
! WSDL 2.0 document MAY contain qualified references to WSDL 2.0 components in
that namespace (via one or more prefixes declared with namespace
declarations in the normal way). <assert class="document" id="Import-0071">This value MUST NOT match the actual
***************
*** 12397,12403 ****
<td>20061221</td>
<td>AGR</td>
<td><loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR081">CR081</loc>
: A Binding component that defines bindings for an Interface component
! MUST define binding for all the faults of that Interface component that
are referenced from any of the operations in that Interface component.
Fixed (see
--- 12397,12410 ----
<td>20061221</td>
<td>AGR</td>
+ <td><loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR083">CR083</loc>
+ : Editorial - use "definitions" for components and "descriptions" for collections of definitions.</td>
+ </tr>
+
+ <tr>
+ <td>20061221</td>
+ <td>AGR</td>
<td><loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR081">CR081</loc>
: A Binding component that defines bindings for an Interface component
! MUST define bindings for all the faults of that Interface component that
are referenced from any of the operations in that Interface component.
Fixed (see
Received on Thursday, 21 December 2006 14:08:24 UTC