- From: Maryann Hondo via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 14:57:28 +0000
- To: public-ws-policy-eds@w3.org
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"><Policy wsu:Id="p1">
- <PolicyReference URI="#p2"/ >
- <PolicyReference URI="#p2"/>
-</Policy>
+ <eg xml:space="preserve" role="needs-numbering"><wsp:Policy wsu:Id="p1">
+ <wsp:PolicyReference URI="#p2"/ >
+ <wsp:PolicyReference URI="#p2"/>
+</wsp:Policy>
-<Policy wsu:Id="p2" >
- <PolicyReference URI="#p3"/>
- <PolicyReference URI="#p3"/>
-</Policy>
+<wsp:Policy wsu:Id="p2" >
+ <wsp:PolicyReference URI="#p3"/>
+ <wsp:PolicyReference URI="#p3"/>
+</wsp:Policy>
-<Policy wsu:Id="p3" >
- <PolicyReference URI="#p4"/>
- <PolicyReference URI="#p4"/>
-</Policy>
+<wsp:Policy wsu:Id="p3" >
+ <wsp:PolicyReference URI="#p4"/>
+ <wsp:PolicyReference URI="#p4"/>
+</wsp:Policy>
<!-- Policy/@wsu:Id p4 through p99 -->
-<Policy wsu:Id="p100" >
- <PolicyReference URI="#p101"/>
- <PolicyReference URI="#p101"/>
-</Policy>
+<wsp:Policy wsu:Id="p100" >
+ <wsp:PolicyReference URI="#p101"/>
+ <wsp:PolicyReference URI="#p101"/>
+</wsp:Policy>
-<Policy wsu:Id="p101" >
+<wsp:Policy wsu:Id="p101" >
<mtom:OptimizedMimeSerialization />
-</Policy></eg>
+</wsp:Policy></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