2006/ws/policy ws-policy-framework.xml,1.99,1.100

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

Modified Files:
	ws-policy-framework.xml 
Log Message:
editorial action 133 bug 4225

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- ws-policy-framework.xml	22 Jan 2007 14:22:28 -0000	1.99
+++ ws-policy-framework.xml	22 Jan 2007 14:57:25 -0000	1.100
@@ -942,7 +942,6 @@
     Policy operators (<el>wsp:Policy</el>, <el>wsp:All</el> and <el>wsp:ExactlyOne</el>)
     are used to group <termref def='policy_assertion'>policy assertions</termref>
     into <termref def='policy_alternative'>policy alternatives</termref>.
-    In some instances, complex policies expressed in normal form can get relatively large and hard to manage.
 To compactly express complex policies, policy operators
 <rfc2119>MAY</rfc2119> be recursively nested; that is, one or more
 instances of <el>wsp:Policy</el>, <el>wsp:All</el>, and/or
@@ -1160,7 +1159,7 @@
 </gitem>
 <gitem>
 <label><att>/wsp:PolicyReference/@Digest</att></label>
-    <def><p>This attribute is of type <att>xs:boolean</att> and specifies the digest of the referenced policy expression. This is used to ensure the included policy is the expected policy.
+    <def><p>This attribute is of type <att>xs:base64Binary</att> and specifies the digest of the referenced policy expression. This is used to ensure the included policy is the expected policy.
     If omitted, there is no implied value.</p></def>
 </gitem>
 <gitem>
@@ -1464,31 +1463,31 @@
             expressions, etc.</p>
         <example id="ex-chained-policy-reference-elements">
             <head>Chained Policy Reference Elements</head>
-            <eg xml:space="preserve" role="needs-numbering">&lt;Policy wsu:Id="p1"&gt;
-  &lt;PolicyReference URI="#p2"/ &gt;
-  &lt;PolicyReference URI="#p2"/&gt;
-&lt;/Policy&gt;
+            <eg xml:space="preserve" role="needs-numbering">&lt;wsp:Policy wsu:Id="p1"&gt;
+  &lt;wsp:PolicyReference URI="#p2"/ &gt;
+  &lt;wsp:PolicyReference URI="#p2"/&gt;
+&lt;/wsp:Policy&gt;
                 
-&lt;Policy wsu:Id="p2" &gt;
-  &lt;PolicyReference URI="#p3"/&gt;
-  &lt;PolicyReference URI="#p3"/&gt;
-&lt;/Policy&gt;
+&lt;wsp:Policy wsu:Id="p2" &gt;
+  &lt;wsp:PolicyReference URI="#p3"/&gt;
+  &lt;wsp:PolicyReference URI="#p3"/&gt;
+&lt;/wsp:Policy&gt;
                 
-&lt;Policy wsu:Id="p3" &gt;
-  &lt;PolicyReference URI="#p4"/&gt;
-  &lt;PolicyReference URI="#p4"/&gt;
-&lt;/Policy&gt;
+&lt;wsp:Policy wsu:Id="p3" &gt;
+  &lt;wsp:PolicyReference URI="#p4"/&gt;
+  &lt;wsp:PolicyReference URI="#p4"/&gt;
+&lt;/wsp:Policy&gt;
                 
 &lt;!-- Policy/@wsu:Id p4 through p99 --&gt;
                 
-&lt;Policy wsu:Id="p100" &gt;
-  &lt;PolicyReference URI="#p101"/&gt;
-  &lt;PolicyReference URI="#p101"/&gt;
-&lt;/Policy&gt;
+&lt;wsp:Policy wsu:Id="p100" &gt;
+  &lt;wsp:PolicyReference URI="#p101"/&gt;
+  &lt;wsp:PolicyReference URI="#p101"/&gt;
+&lt;/wsp:Policy&gt;
                 
-&lt;Policy wsu:Id="p101" &gt;
+&lt;wsp:Policy wsu:Id="p101" &gt;
   &lt;mtom:OptimizedMimeSerialization /&gt;
-&lt;/Policy&gt;</eg>
+&lt;/wsp:Policy&gt;</eg>
         </example>
         <p>Malicious providers may provide a policy expression that includes multiple
             PolicyReference elements that use a large number of different internet addresses. These
@@ -2388,6 +2387,13 @@
                             <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/132">132</loc>
                            Resolution for changing format of example and removing text. <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4224">4224</loc></td>
 					</tr>
+					<tr>
+						<td>20070122</td>
+						<td>MH</td>
+						<td>Completed action item:
+                            <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/133">133</loc>
+                           Resolution for editorial items. <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4225">4225</loc></td>
+					</tr>
                 </tbody>
             </table>
         </inform-div1>

Received on Monday, 22 January 2007 14:57:33 UTC