- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2005 14:42:17 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv16174
Modified Files:
wsdl20.xml
Log Message:
Fixed erroneous property and component references
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.311
retrieving revision 1.312
diff -C2 -d -r1.311 -r1.312
*** wsdl20.xml 29 Jul 2005 14:10:44 -0000 1.311
--- wsdl20.xml 29 Jul 2005 14:42:15 -0000 1.312
***************
*** 2946,2950 ****
associated with specific message types by the operation that uses
the pattern by means of message and fault references (see
! <prop comp="Interface Operation">inteface message references</prop> and
<prop comp="Interface Operation">interface fault references</prop> properties). The service
whose operation is using the pattern becomes one of the
--- 2946,2950 ----
associated with specific message types by the operation that uses
the pattern by means of message and fault references (see
! <prop comp="Interface Operation">interface message references</prop> and
<prop comp="Interface Operation">interface fault references</prop> properties). The service
whose operation is using the pattern becomes one of the
***************
*** 5812,5816 ****
which allow one to specify default bindings for all operations
(see, for example <bibref ref="WSDL-PART2"/>) or by directly
! listing each <comp>Operation</comp> component of the <comp>Interface</comp> component and
defining bindings for them. Thus, it is an error for a <comp>Binding</comp>
component to not define bindings for all the <comp>Interface Operation</comp>
--- 5812,5816 ----
which allow one to specify default bindings for all operations
(see, for example <bibref ref="WSDL-PART2"/>) or by directly
! listing each <comp>Interface Operation</comp> component of the <comp>Interface</comp> component and
defining bindings for them. Thus, it is an error for a <comp>Binding</comp>
component to not define bindings for all the <comp>Interface Operation</comp>
***************
*** 6620,6624 ****
format(s) and protocol interaction(s) associated with a particular
interface operation for a given endpoint. A particular operation of
! an interface is uniquely identified by its <prop comp="Binding Operation">name</prop> property.</p>
<p>The properties of the <compdef>Binding Operation</compdef> component are as
--- 6620,6624 ----
format(s) and protocol interaction(s) associated with a particular
interface operation for a given endpoint. A particular operation of
! an interface is uniquely identified by its <prop comp="Interface Operation">name</prop> property.</p>
<p>The properties of the <compdef>Binding Operation</compdef> component are as
***************
*** 7120,7124 ****
</tr>
<tr>
! <td><prop comp="Binding Operation">binding messages references</prop></td>
<td>
The set of
--- 7120,7124 ----
</tr>
<tr>
! <td><prop comp="Binding Operation">binding message references</prop></td>
<td>
The set of
***************
*** 7627,7631 ****
<comp>Interface Message Reference</comp>
component among the eligible message reference
! components with the same <prop comp="Interface Message Reference">messageLabel</prop> property;
otherwise, the
<comp>Interface Message Reference</comp>
--- 7627,7631 ----
<comp>Interface Message Reference</comp>
component among the eligible message reference
! components with the same <prop comp="Interface Message Reference">message label</prop> property;
otherwise, the
<comp>Interface Message Reference</comp>
***************
*** 8127,8131 ****
components with the same
<prop comp="Interface Fault Reference">
! messageLabel
</prop>
property; otherwise, the
--- 8127,8131 ----
components with the same
<prop comp="Interface Fault Reference">
! message label
</prop>
property; otherwise, the
***************
*** 11853,11857 ****
</code>
is the
! <prop comp="Binding Fault Reference">
message label
</prop>
--- 11853,11857 ----
</code>
is the
! <prop comp="Interface Fault Reference">
message label
</prop>
***************
*** 12326,12330 ****
<td>20050526</td>
<td>AGR</td>
! <td><loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC64">LC64</loc>: Added fragment identifiers for <comp>Decription</comp>,
<comp>Element Declaration</comp>, and <comp>Type Definition</comp> components.</td>
</tr>
--- 12326,12330 ----
<td>20050526</td>
<td>AGR</td>
! <td><loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC64">LC64</loc>: Added fragment identifiers for <comp>Description</comp>,
<comp>Element Declaration</comp>, and <comp>Type Definition</comp> components.</td>
</tr>
Received on Friday, 29 July 2005 14:42:25 UTC