- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Feb 2007 15:52:19 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv24239/wsdl20
Modified Files:
wsdl20.xml
Log Message:
[CR118] Implemented resolution.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.423
retrieving revision 1.424
diff -C 2 -d -r1.423 -r1.424
*** wsdl20.xml 16 Jan 2007 03:19:53 -0000 1.423
--- wsdl20.xml 8 Feb 2007 15:52:17 -0000 1.424
***************
*** 2882,2896 ****
<p>
! <assert class="component" id="InterfaceFault-0032">
! For each
! <comp>Interface Fault</comp>
! component in the
! <prop comp="Interface">interface faults</prop>
! property of an
! <comp>Interface</comp>
! component, the
! <prop comp="Interface Fault">name</prop>
! property must be unique.
! </assert>
</p>
--- 2882,2895 ----
<p>
! For each
! <comp>Interface Fault</comp>
! component in the
! <prop comp="Interface">interface faults</prop>
! property of an
! <comp>Interface</comp>
! component, the
! <prop comp="Interface Fault">name</prop>
! property must be unique. Note that this constraint is enforced
! by the normative WSDL 2.0 XML schema.
</p>
***************
*** 3333,3347 ****
<p>
! <assert class="component" id="InterfaceOperation-0035">
! For each
! <comp>Interface Operation</comp>
! component in the
! <prop comp="Interface">interface operations</prop>
! property of an
! <comp>Interface</comp>
! component, the
! <prop comp="Interface Operation">name</prop>
! property MUST be unique.
! </assert>
</p>
--- 3332,3345 ----
<p>
! For each
! <comp>Interface Operation</comp>
! component in the
! <prop comp="Interface">interface operations</prop>
! property of an
! <comp>Interface</comp>
! component, the
! <prop comp="Interface Operation">name</prop>
! property MUST be unique. Note that this constraint is enforced
! by the normative WSDL 2.0 XML schema.
</p>
***************
*** 7607,7612 ****
<p>
! <assert class="component" id="Endpoint-0065">For each <comp>Endpoint</comp> component in the <prop comp="Service">endpoints</prop> property of a
! <comp>Service</comp> component, the <prop comp="Endpoint">name</prop> property MUST be unique.</assert>
</p>
--- 7605,7611 ----
<p>
! For each <comp>Endpoint</comp> component in the <prop comp="Service">endpoints</prop> property of a
! <comp>Service</comp> component, the <prop comp="Endpoint">name</prop> property MUST be unique.
! Note that this constraint is enforced by the normative WSDL 2.0 XML schema.
</p>
***************
*** 12324,12327 ****
--- 12323,12340 ----
<tr>
+ <td>20070208</td>
+ <td>AGR</td>
+ <td>
+ <loc
+ href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR118">
+ CR118
+ </loc>
+ : Removed assertion markup for Endpoint-0065,
+ InterfaceFault-0032, and InterfaceOperation-0035 since they
+ are enforced by the normative WSDL 2.0 XML schema.
+ </td>
+ </tr>
+
+ <tr>
<td>20070110</td>
<td>AGR</td>
Received on Thursday, 8 February 2007 15:52:24 UTC