2002/ws/desc/wsdl20 wsdl20.xml,1.219,1.220

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv4144

Modified Files:
	wsdl20.xml 
Log Message:
[LC81] Added constraints to ensure the component model can be serialized as a WSDL 2.0 XML infoset. In the Interface component, the declared Interface Faults and Operations MUST have the same namespace as the Interface.

Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -d -r1.219 -r1.220
*** wsdl20.xml	20 Apr 2005 10:14:07 -0000	1.219
--- wsdl20.xml	22 Apr 2005 04:36:59 -0000	1.220
***************
*** 1640,1647 ****
  
    	    <item><p diff="chg">{interface faults} OPTIONAL. The set of declared Interface Fault
!   	    components.</p></item>
  
    	    <item><p diff="chg">{interface operations} OPTIONAL. A set of declared Interface Operation
!   	    components.</p></item>
  
    	    <item><p diff="chg">{features} OPTIONAL. A set of declared Feature
--- 1640,1653 ----
  
    	    <item><p diff="chg">{interface faults} OPTIONAL. The set of declared Interface Fault
!   	    components. 
!   	    The namespace name of the {name} property of each Interface Fault in this set MUST be the
!   	    same as the namespace name of the {name} property of this Interface component.
!   	    </p></item>
  
    	    <item><p diff="chg">{interface operations} OPTIONAL. A set of declared Interface Operation
!   	    components.
!   	    The namespace name of the {name} property of each Interface Operation in this set MUST be the
!   	    same as the namespace name of the {name} property of this Interface component.
!   	    </p></item>
  
    	    <item><p diff="chg">{features} OPTIONAL. A set of declared Feature
***************
*** 9320,9323 ****
--- 9326,9342 ----
      
      <tr>
+     	<td>20050421</td>
+     	<td>AGR</td>
+     	<td>
+     		<loc
+     			href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC81">
+     			LC81
+     		</loc>: Added constraints to ensure the component model can be
+     		serialized as a WSDL 2.0 XML infoset. In the Interface
+     		component, the declared Interface Faults and Operations MUST
+     		have the same namespace as the Interface.
+     	</td>
+     </tr>
+     <tr>
         <td>20050418</td>
         <td>RRC</td>

Received on Friday, 22 April 2005 04:37:02 UTC