2006/ws/policy ws-policy-framework.xml,1.153,1.154 ws-policy-framework.html,1.127,1.128

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

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
Log Message:
fix example in 1.1 as well for issue 4672

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- ws-policy-framework.xml	20 Jun 2007 16:44:32 -0000	1.153
+++ ws-policy-framework.xml	20 Jun 2007 17:09:25 -0000	1.154
@@ -127,12 +127,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>
@@ -3539,7 +3539,7 @@
                     <tr>
                         <td>20070620</td>
                         <td>FJH</td>
-                        <td>Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG 
+                        <td>Correct examples in 4.1 and 1.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> 

Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- ws-policy-framework.html	20 Jun 2007 16:44:32 -0000	1.127
+++ ws-policy-framework.html	20 Jun 2007 17:09:25 -0000	1.128
@@ -188,12 +188,12 @@
 &nbsp; &nbsp; &nbsp; &nbsp; xmlns:wsp="http://www.w3.org/ns/ws-policy" &gt;
 (02)   &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,6 +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 
+                        </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 and 1.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 17:09:33 UTC