- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Sep 2006 21:21:53 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv26054
Modified Files:
ws-policy-framework.xml
Log Message:
Completed Action Item 16 (http://www.w3.org/2005/06/tracker/wspolicyeds/actions/16)
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ws-policy-framework.xml 13 Sep 2006 22:25:26 -0000 1.41
+++ ws-policy-framework.xml 18 Sep 2006 21:21:51 -0000 1.42
@@ -705,21 +705,21 @@
<div3 id="Optional_Policy_Assertions">
<head>Optional Policy Assertions</head>
<p>To indicate that a <termref def='policy_assertion'>policy
-assertion</termref> is optional, this specification defines an
-attribute that is a syntactic shortcut for expressing policy
-alternatives with and without the assertion. The schema outline for
+assertion</termref> is optional, this specification defines an attribute
+that is a compact authoring style for expressing a pair of policy alternatives,
+one with and one without that assertion. The schema outline for
this attribute is as follows:</p>
<eg xml:space="preserve"><<emph>Assertion</emph> ( wsp:Optional="<emph>xs:boolean</emph>" )? …> … </<emph>Assertion</emph>></eg>
<p>The following describes the Attribute Information Item defined in
the schema outline above:</p>
<glist><gitem>
<label><att>/Assertion/@wsp:Optional</att></label>
-<def><p>If true, the expression of the assertion is semantically equivalent to the following:</p>
+ <def><p>If the actual value (See XML Schema Part 1 [<bibref ref="XMLSchemaPart1"/>]) is true, the expression of the assertion is semantically equivalent to the following:</p>
<eg xml:space="preserve"><wsp:ExactlyOne>
<wsp:All> <<emph>Assertion</emph> …> … </<emph>Assertion</emph>> </wsp:All>
<wsp:All />
</wsp:ExactlyOne></eg>
-<p>If false, the expression of the assertion is semantically equivalent to the following:</p>
+ <p>If the actual value (See XML Schema Part 1 [<bibref ref="XMLSchemaPart1"/>]) is false, the expression of the assertion is semantically equivalent to the following:</p>
<eg xml:space="preserve"><wsp:ExactlyOne>
<wsp:All> <<emph>Assertion</emph> …> … </<emph>Assertion</emph>> </wsp:All>
</wsp:ExactlyOne></eg>
@@ -1721,6 +1721,13 @@
<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/11">11</loc>.
</td>
</tr>
+ <tr>
+ <td>20060918</td>
+ <td>PY</td>
+ <td>Completed action item:
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/16">16</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Monday, 18 September 2006 21:21:57 UTC