- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Feb 2007 10:55:26 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv10330
Modified Files:
wsdl20.xml
Log Message:
CR128: Interface Inheritance Clarification
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.434
retrieving revision 1.435
diff -C 2 -d -r1.434 -r1.435
*** wsdl20.xml 15 Feb 2007 10:53:19 -0000 1.434
--- wsdl20.xml 15 Feb 2007 10:55:24 -0000 1.435
***************
*** 2182,2187 ****
</assert>
The set of operations available in an interface includes all the
! operations defined by the interfaces it extends, along with any
! operations it directly defines. The operations directly defined
on an interface are referred to as the
<emph>declared</emph> operations of the interface.
--- 2182,2188 ----
</assert>
The set of operations available in an interface includes all the
! operations defined by the interfaces it extends directly or indirectly,
! together with any operations it directly defines.
! The operations directly defined
on an interface are referred to as the
<emph>declared</emph> operations of the interface.
***************
*** 12362,12365 ****
--- 12363,12375 ----
<td>JJM</td>
<td>
+ <loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR128">CR128</loc>
+ : Interface Inheritance Clarification
+ </td>
+ </tr>
+
+ <tr>
+ <td>20070215</td>
+ <td>JJM</td>
+ <td>
<loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR126">CR126</loc>
: required unengaged extension
Received on Thursday, 15 February 2007 10:55:45 UTC