2006/ws/policy ws-policy-framework.xml,1.152,1.153 ws-policy-framework.html,1.126,1.127

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv1689

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
Log Message:
Implement resolution for issue 4672, fix examples in 4.1

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- ws-policy-framework.xml	18 Jun 2007 04:21:45 -0000	1.152
+++ ws-policy-framework.xml	20 Jun 2007 16:44:32 -0000	1.153
@@ -660,12 +660,12 @@
         xmlns:wsp="&nsuri;" >
 (02)   <wsp:ExactlyOne>
 (03)     <wsp:All>
-(04)        <sp:SignedParts/>
+(04)        <sp:SignedParts>
 (05)           <sp:Body/>
 (06)        </sp:SignedParts/>
 (07)     </wsp:All>
 (08)     <wsp:All>
-(09)        <sp:EncryptedParts/>
+(09)        <sp:EncryptedParts>
 (10)           <sp:Body/>
 (11)        </sp:EncryptedParts/>
 (12)     </wsp:All>
@@ -3536,6 +3536,13 @@
                         <td>Updated the WSDL 20 reference [<bibref ref="WSDL20"/>].
                         </td>
                     </tr> 
+                    <tr>
+                        <td>20070620</td>
+                        <td>FJH</td>
+                        <td>Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG 
+issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672">4672</loc>.
+                        </td>
+                    </tr> 
                 </tbody>
             </table>
         </inform-div1>

Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- ws-policy-framework.html	18 Jun 2007 04:21:45 -0000	1.126
+++ ws-policy-framework.html	20 Jun 2007 16:44:32 -0000	1.127
@@ -507,12 +507,12 @@
 &nbsp; &nbsp; &nbsp; &nbsp; xmlns:wsp="http://www.w3.org/ns/ws-policy" &gt;
 (02)&nbsp; &nbsp;&lt;wsp:ExactlyOne&gt;
 (03)     &lt;wsp:All&gt;
-(04)&nbsp; &nbsp; &nbsp;   &lt;sp:SignedParts/&gt;
+(04)&nbsp; &nbsp; &nbsp;   &lt;sp:SignedParts&gt;
 (05)           &lt;sp:Body/&gt;
 (06)&nbsp; &nbsp; &nbsp;   &lt;/sp:SignedParts/&gt;
 (07)&nbsp; &nbsp;  &lt;/wsp:All&gt;
 (08)     &lt;wsp:All&gt;
-(09)&nbsp; &nbsp; &nbsp;   &lt;sp:EncryptedParts/&gt;
+(09)&nbsp; &nbsp; &nbsp;   &lt;sp:EncryptedParts&gt;
 (10)           &lt;sp:Body/&gt;
 (11)&nbsp; &nbsp; &nbsp;   &lt;/sp:EncryptedParts/&gt;
 (12)&nbsp; &nbsp;  &lt;/wsp:All&gt;
@@ -1742,4 +1742,6 @@
                             Editors' action 
                             <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/310">318</a>.
                         </td></tr><tr><td rowspan="1" colspan="1">20070617</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated the WSDL 20 reference [<cite><a href="#WSDL20">WSDL 2.0 Core Language</a></cite>].
+                        </td></tr><tr><td rowspan="1" colspan="1">20070620</td><td rowspan="1" colspan="1">FJH</td><td rowspan="1" colspan="1">Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG 
+issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672">4672</a>.
                         </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Received on Wednesday, 20 June 2007 16:44:37 UTC