- From: David Orchard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Oct 2006 04:18:56 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv1630
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
http://www.w3.org/2005/06/tracker/wspolicyeds/actions/7
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- ws-policy-framework.xml 2 Oct 2006 22:44:26 -0000 1.58
+++ ws-policy-framework.xml 3 Oct 2006 04:18:53 -0000 1.59
@@ -410,12 +410,12 @@
indicates behaviors implied by those, and only those
assertions. </p>
- <p>The vocabulary of a policy alternative is the set of
- all <termref def='policy_assertion_type'>policy assertion
- types</termref> within the alternative.
- <termdef id='policy_vocabulary' term='policy vocabulary'>A <term>policy vocabulary</term> is the set of all
+ <p> <termdef id='policy_vocabulary' term='policy vocabulary'>A <term>policy vocabulary</term> is the set of all
<termref def='policy_assertion_type'>policy assertion types</termref> used in a policy.</termdef>
- An assertion whose type
+ <termdef id="policy_alternative_vocabulary" term="policy alternative vocabulary">A <term>policy alternative vocabulary</term> is the set of
+ all <termref def='policy_assertion_type'>policy assertion
+ types</termref> within the <termref def='policy_alternative'>policy
+ alternative</termref></termdef>. An assertion whose type
is part of the policy's vocabulary but is not included in
an alternative is explicitly prohibited by the
alternative.</p>
@@ -429,7 +429,7 @@
<p>A policy alternative <rfc2119>MAY</rfc2119> contain multiple assertions of
the same type. Mechanisms for determining the aggregate
behavior indicated by the assertions (and their
- Post-Schema-Validation Infoset (PSVI) content, if any) are
+ Post-Schema-Validation Infoset (PSVI) (See XML Schema Part 1 [<bibref ref="XMLSchemaPart1"/>]) content, if any) are
specific to the assertion type and are outside the scope
of this document.</p>
@@ -1210,8 +1210,8 @@
is required will be known from the QNames of the specific <termref def='policy_assertion_type'>assertion types</termref>
involved in the policy alternatives. As a first approximation, an algorithm is defined herein
that approximates compatibility in a domain-independent manner; specifically,
-for two policy alternatives to be compatible, they must at least have the same
-vocabulary (see Section <specref ref="rPolicy_Alternative"/>).
+for two <termref def="policy_alternative">policy alternatives</termref> to be compatible, they must at least have the same
+<termref def="policy_alternative_vocabulary">policy alternative vocabulary</termref> (see Section <specref ref="rPolicy_Alternative"/>).
</p>
<ulist>
<item><p>Two <termref def='policy_assertion'>policy assertions</termref> are compatible if they have the same <termref def='policy_assertion_type'>type</termref> and</p></item>
@@ -1959,6 +1959,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3752">3752</loc> - Clarify restrictions of ID type usage.
</td>
</tr>
+ <tr>
+ <td>20061002</td>
+ <td>DBO</td>
+ <td>Completed action item:
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/7">7</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- ws-policy-framework.html 2 Oct 2006 02:33:29 -0000 1.42
+++ ws-policy-framework.html 3 Oct 2006 04:18:53 -0000 1.43
@@ -1,6 +1,5 @@
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework</title><style type="text/css">
code { font-family: monospace; }
div.constraint,
@@ -48,24 +47,43 @@
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
[...2134 lines suppressed...]
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/46">46</a>
resolution for issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3752">3752</a> - Clarify restrictions of ID type usage.
- </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20061002</td>
+ <td rowspan="1" colspan="1">DBO</td>
+ <td rowspan="1" colspan="1">Completed action item:
+ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/7">7</a>.
+ </td>
+ </tr>
+ </tbody>
+ </table><br>
+ </div>
+ </div>
+</body></html>
\ No newline at end of file
Received on Tuesday, 3 October 2006 04:30:47 UTC