2006/ws/policy ws-policy-framework.xml,1.37,1.38 ws-policy-framework.html,1.32,1.33

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

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
Log Message:
fix nested policy expression def

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- ws-policy-framework.xml	12 Sep 2006 19:10:57 -0000	1.37
+++ ws-policy-framework.xml	12 Sep 2006 21:37:21 -0000	1.38
@@ -760,7 +760,8 @@
 
 <p>Any <termref def='policy_assertion'>policy assertion</termref>
 <rfc2119>MAY</rfc2119> contain a <termref
-def='policy_expression'>policy expression</termref>.  <termdef id="nested_policy_expression" term="nested policy expression">A <term>nested policy expression</term> is a <termref def='policy_assertion'>policy assertion</termref> that is a descendent of a <termref def='policy_assertion'>policy assertion</termref>.</termdef>  The schema
+def='policy_expression'>policy expression</termref>.  <termdef id="nested_policy_expression" term="nested policy expression">A <term>nested policy expression</term> is a <termref def='policy_expression'>policy expression</termref> that is an Element Information Item in the <emph
+role="infoset-property">children</emph> property of a <termref def='policy_assertion'>policy assertion</termref>.</termdef>  The schema
 outline for a <termref def="nested_policy_expression">nested policy expression</termref> is:</p>
 
 <eg xml:space="preserve">&lt;<emph>Assertion</emph> &hellip;&gt;

Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- ws-policy-framework.html	12 Sep 2006 19:10:57 -0000	1.32
+++ ws-policy-framework.html	12 Sep 2006 21:37:21 -0000	1.33
@@ -327,7 +327,7 @@
 	    </p>
 	    
 <p>We introduce the following terms that are used throughout this document:</p>
- <dl><dt class="label"><a href="#nested_policy_expression">nested policy expression</a></dt><dd><p>A <b>nested policy expression</b> is a <a title="policy assertion" href="#policy_assertion">policy assertion</a> that is a descendent of a <a title="policy assertion" href="#policy_assertion">policy assertion</a>.</p></dd><dt class="label"><a href="#policy">policy</a></dt><dd><p>A <b>policy</b> is a collection of 
+ <dl><dt class="label"><a href="#nested_policy_expression">nested policy expression</a></dt><dd><p>A <b>nested policy expression</b> is a <a title="policy expression" href="#policy_expression">policy expression</a> that is an Element Information Item in the <strong>[children]</strong> property of a <a title="policy assertion" href="#policy_assertion">policy assertion</a>.</p></dd><dt class="label"><a href="#policy">policy</a></dt><dd><p>A <b>policy</b> is a collection of 
 	    <a title="policy alternative" href="#policy_alternative">policy alternatives</a>, </p></dd><dt class="label"><a href="#policy_alternative">policy alternative</a></dt><dd><p>a <b>policy alternative</b> 
 	    is a collection of <a title="policy assertion" href="#policy_assertion">policy assertions</a>.</p></dd><dt class="label"><a href="#policy_assertion">policy assertion</a></dt><dd><p>A <b>policy assertion</b> 
 		represents an individual requirement, capability, or other property of a behavior.</p></dd><dt class="label"><a href="#policy_assertion_parameter">policy assertion parameter</a></dt><dd><p>A <b>policy assertion parameter</b> 
@@ -758,7 +758,7 @@
 <h4><a name="Policy_Assertion_Nesting"></a>4.3.2 Policy Assertion Nesting</h4>
 
 <p>Any <a title="policy assertion" href="#policy_assertion">policy assertion</a>
-<span class="rfc2119">MAY</span> contain a <a title="policy expression" href="#policy_expression">policy expression</a>.  [<a name="nested_policy_expression" title="nested policy expression">Definition</a>: A <b>nested policy expression</b> is a <a title="policy assertion" href="#policy_assertion">policy assertion</a> that is a descendent of a <a title="policy assertion" href="#policy_assertion">policy assertion</a>.]  The schema
+<span class="rfc2119">MAY</span> contain a <a title="policy expression" href="#policy_expression">policy expression</a>.  [<a name="nested_policy_expression" title="nested policy expression">Definition</a>: A <b>nested policy expression</b> is a <a title="policy expression" href="#policy_expression">policy expression</a> that is an Element Information Item in the <strong>[children]</strong> property of a <a title="policy assertion" href="#policy_assertion">policy assertion</a>.]  The schema
 outline for a <a title="nested policy expression" href="#nested_policy_expression">nested policy expression</a> is:</p>
 
 <div class="exampleInner"><pre>&lt;<em>Assertion</em> &hellip;&gt;

Received on Tuesday, 12 September 2006 21:37:31 UTC