- From: Umit Yalsinap via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 22:04:45 +0000
- To: public-ws-policy-eds@w3.org
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) <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;" >
-(02) <rmp:RMAssertion>
-(03) <rmp:InactivityTimeout Milliseconds="600000" />
-(04) <rmp:BaseRetransmissionInterval Milliseconds="3000" />
-(05) <rmp:ExponentialBackoff />
-(06) <rmp:AcknowledgementInterval Milliseconds="200" />
-(07) </rmp:RMAssertion>
-(08) <sp:AsymmetricBinding>
-(09) <wsp:Policy>
-(10) <!-- Details omitted for readability -->
-(11) <sp:IncludeTimestamp />
-(12) <sp:OnlySignEntireHeadersAndBody />
-(13) </wsp:Policy>
-(14) </sp:AsymmetricBinding>
-(15) </wsp:Policy></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;" >
+(02) <wsp:All>
+(03) <rmp:RMAssertion>
+(04) <rmp:InactivityTimeout Milliseconds="600000" />
+(05) <rmp:BaseRetransmissionInterval Milliseconds="3000" />
+(06) <rmp:ExponentialBackoff />
+(07) <rmp:AcknowledgementInterval Milliseconds="200" />
+(08) </rmp:RMAssertion>
+(09) </wsp:All>
+(10) <wsp:All>
+(11) <sp:AsymmetricBinding>
+(12) <wsp:Policy>
+(13) <!-- Details omitted for readability -->
+(14) <sp:IncludeTimestamp />
+(15) <sp:OnlySignEntireHeadersAndBody />
+(16) </wsp:Policy>
+(17) </sp:AsymmetricBinding>
+(18) </wsp:All>
+(19) </wsp:Policy></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