2006/ws/policy ws-policy-attachment.html,1.77,1.78

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

Modified Files:
	ws-policy-attachment.html 
Log Message:
Implemented 4209


Index: ws-policy-attachment.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- ws-policy-attachment.html	22 Jan 2007 21:39:21 -0000	1.77
+++ ws-policy-attachment.html	22 Jan 2007 22:05:00 -0000	1.78
@@ -187,7 +187,7 @@
 	      interpreted as described in RFC 2119 [<cite><a href="#RFC2119">IETF RFC 2119</a></cite>].
 	    </p><p>We introduce the following terms that are used throughout this document:</p><dl><dt class="label">
          <a href="#effective_policy">effective policy</a>
-      </dt><dd><p>the
+      </dt><dd><p>The
 <b>effective policy</b>, for a given <a title="" href="#policy_subject">policy subject</a>, is the 
 combination of relevant policies. The relevant policies are those
 attached to <a title="" href="#policy_scope">policy scopes</a> that
@@ -202,7 +202,7 @@
 	    an assertion that may be ignored for policy intersection (as defined in 
 	        <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8#Policy_Intersection">4.5 Policy Intersection</a>).</p></dd><dt class="label">
          <a href="#merge">merge</a>
-      </dt><dd><p>a <b>merge</b>
+      </dt><dd><p>A <b>merge</b>
 	consists of serializing each policy as a
 	<a title="" href="#policy_expression">policy expression</a>, replacing their
 	<code class="elt">wsp:Policy</code>  element with a
@@ -217,7 +217,7 @@
 	    is a potentially empty collection of <a title="" href="#policy_assertion">policy assertions</a>.</p></dd><dt class="label">
          <a href="ws-policy-framework.html#policy_assertion">policy assertion</a>
       </dt><dd><p id="policy_assertion">A <b>policy assertion</b> 
-		represents an individual requirement, capability, or other property of a behavior.</p></dd><dt class="label">
+		represents a requirement, a capability, or other property of a behavior.</p></dd><dt class="label">
          <a href="ws-policy-framework.html#policy_attachment">policy attachment</a>
       </dt><dd><p id="policy_attachment">A 
 	    <b>policy attachment</b> is a mechanism for associating 
@@ -370,23 +370,27 @@
 (03) &nbsp; &nbsp;http://www.example.com/policies#X509EndpointPolicy" /&gt;</pre></div><p>have been processed and <a title="merge" href="#merge">merged</a>, 
 	it would result in an <a title="element policy" href="#element_policy">element policy</a> 
 	whose XML 1.0 representation is listed in <a href="#Table4">Example 3-1</a>:</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><a name="Table4"></a><i><span>Example 3-1. </span>Example Merged Policy Expression.</i></p><div class="exampleInner"><pre>(01) &lt;wsp:Policy
-&nbsp; &nbsp; &nbsp; &nbsp; xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602"
-&nbsp; &nbsp; &nbsp; &nbsp; xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
-&nbsp; &nbsp; &nbsp; &nbsp; xmlns:wsp="http://www.w3.org/ns/ws-policy" &gt;
-(02)&nbsp; &nbsp;&lt;rmp:RMAssertion&gt;
-(03)&nbsp; &nbsp; &nbsp;&lt;rmp:InactivityTimeout Milliseconds="600000" /&gt;
-(04)&nbsp; &nbsp; &nbsp; &nbsp;&lt;rmp:BaseRetransmissionInterval Milliseconds="3000" /&gt;
-(05)&nbsp; &nbsp; &nbsp; &nbsp;&lt;rmp:ExponentialBackoff /&gt;
-(06)&nbsp; &nbsp; &nbsp; &nbsp;&lt;rmp:AcknowledgementInterval Milliseconds="200" /&gt;
-(07)&nbsp; &nbsp; &nbsp;&lt;/rmp:RMAssertion&gt;
-(08)&nbsp; &nbsp;&lt;sp:AsymmetricBinding&gt;
-(09)&nbsp; &nbsp; &nbsp;&lt;wsp:Policy&gt;
-(10)&nbsp; &nbsp; &nbsp; &nbsp;&lt;!-- Details omitted for readability --&gt;
-(11)&nbsp; &nbsp; &nbsp; &nbsp;&lt;sp:IncludeTimestamp /&gt;
-(12)&nbsp; &nbsp; &nbsp; &nbsp;&lt;sp:OnlySignEntireHeadersAndBody /&gt;
-(13)&nbsp; &nbsp; &nbsp;&lt;/wsp:Policy&gt;
-(14)&nbsp; &nbsp;&lt;/sp:AsymmetricBinding&gt;
-(15) &lt;/wsp:Policy&gt;</pre></div></div><p>Note that this <a title="element policy" href="#element_policy">element policy</a> has no meaningful IRI.</p><p>The presence of the <code class="attr">wsp:PolicyURIs</code>  attribute does not
+            xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602"
+            xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
+            xmlns:wsp="http://www.w3.org/ns/ws-policy" &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;</pre></div></div><p>Note that this <a title="element policy" href="#element_policy">element policy</a> has no meaningful IRI.</p><p>The presence of the <code class="attr">wsp:PolicyURIs</code>  attribute does not
 prohibit implementations from using additional mechanisms for
 associating <a title="" href="#policy_expression">policy expressions</a> with XML-based constructs.</p><p>Alternatively, rather than using the global attribute, XML elements
   <span class="rfc2119">MAY</span> use the <code class="elt">wsp:Policy</code>  or <code class="elt">wsp:PolicyReference</code>  elements directly as
@@ -1852,4 +1856,6 @@
          <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/129">129</a>
          Resolution for issue  <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4207">4207</a></td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4230">4230</a>.
     Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/135">135</a>.
+    </td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">UY</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4209">4209</a>.
+    Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/131">131</a>.
     </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Received on Monday, 22 January 2007 22:05:11 UTC