2006/ws/policy ws-policy-framework.xml,1.41,1.42

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">&lt;<emph>Assertion</emph> ( wsp:Optional="<emph>xs:boolean</emph>" )? &hellip;&gt; &hellip; &lt;/<emph>Assertion</emph>&gt;</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">&lt;wsp:ExactlyOne&gt;
   &lt;wsp:All&gt; &lt;<emph>Assertion</emph> &hellip;&gt; &hellip; &lt;/<emph>Assertion</emph>&gt; &lt;/wsp:All&gt;
   &lt;wsp:All /&gt;
 &lt;/wsp:ExactlyOne&gt;</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">&lt;wsp:ExactlyOne&gt;
   &lt;wsp:All&gt; &lt;<emph>Assertion</emph> &hellip;&gt; &hellip; &lt;/<emph>Assertion</emph>&gt; &lt;/wsp:All&gt;
 &lt;/wsp:ExactlyOne&gt;</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