2006/ws/policy ws-policy-attachment.xml,1.78,1.79

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

Modified Files:
	ws-policy-attachment.xml 
Log Message:
implemented 4209

Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ws-policy-attachment.xml	22 Jan 2007 21:39:21 -0000	1.78
+++ ws-policy-attachment.xml	22 Jan 2007 22:04:43 -0000	1.79
@@ -554,23 +554,27 @@
 <example id="Table4">
 <head>Example Merged Policy Expression.</head>
 <eg xml:space="preserve">(01) &lt;wsp:Policy
-        xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602"
-        xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
-        xmlns:wsp="&nsuri;" &gt;
-(02)   &lt;rmp:RMAssertion&gt;
-(03)     &lt;rmp:InactivityTimeout Milliseconds="600000" /&gt;
-(04)       &lt;rmp:BaseRetransmissionInterval Milliseconds="3000" /&gt;
-(05)       &lt;rmp:ExponentialBackoff /&gt;
-(06)       &lt;rmp:AcknowledgementInterval Milliseconds="200" /&gt;
-(07)     &lt;/rmp:RMAssertion&gt;
-(08)   &lt;sp:AsymmetricBinding&gt;
-(09)     &lt;wsp:Policy&gt;
-(10)       &lt;!-- Details omitted for readability --&gt;
-(11)       &lt;sp:IncludeTimestamp /&gt;
-(12)       &lt;sp:OnlySignEntireHeadersAndBody /&gt;
-(13)     &lt;/wsp:Policy&gt;
-(14)   &lt;/sp:AsymmetricBinding&gt;
-(15) &lt;/wsp:Policy&gt;</eg>
+            xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602"
+            xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
+            xmlns:wsp="&nsuri;" &gt;
+(02)   &lt;wsp:All&gt;
+(03)     &lt;rmp:RMAssertion&gt;
+(04)        &lt;rmp:InactivityTimeout Milliseconds="600000" /&gt;
+(05)          &lt;rmp:BaseRetransmissionInterval Milliseconds="3000" /&gt;
+(06)          &lt;rmp:ExponentialBackoff /&gt;
+(07)          &lt;rmp:AcknowledgementInterval Milliseconds="200" /&gt;
+(08)        &lt;/rmp:RMAssertion&gt;
+(09)   &lt;/wsp:All&gt;
+(10)   &lt;wsp:All&gt;
+(11)     &lt;sp:AsymmetricBinding&gt;
+(12)       &lt;wsp:Policy&gt;
+(13)         &lt;!-- Details omitted for readability --&gt;
+(14)         &lt;sp:IncludeTimestamp /&gt;
+(15)         &lt;sp:OnlySignEntireHeadersAndBody /&gt;
+(16)       &lt;/wsp:Policy&gt;
+(17)     &lt;/sp:AsymmetricBinding&gt;
+(18)   &lt;/wsp:All&gt;
+(19) &lt;/wsp:Policy&gt;</eg>
 </example>
 <p>Note that this <termref def="element_policy">element policy</termref> has no meaningful IRI.</p>
 <p>The presence of the <att>wsp:PolicyURIs</att> attribute does not
@@ -3207,6 +3211,13 @@
     <td>Implemented the resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4230">4230</loc>.
     Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/135">135</loc>.
     </td>
+  </tr>
+ <tr>
+    <td>20070122</td>
+    <td>UY</td>
+    <td>Implemented the resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4209">4209</loc>.
+    Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/131">131</loc>.
+    </td>
   </tr>                                     
 </tbody>
 </table>

Received on Monday, 22 January 2007 22:04:52 UTC