- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Jan 2007 04:10:44 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv8859 Modified Files: ws-policy-attachment.html ws-policy-attachment.xml Log Message: Applied a missed item (re issue 4226) to section 5. WS-Policy Attachment for WSDL 2.0: added wsp prefix to Example 5-2 and all occurrences of Policy and PolicyReference Index: ws-policy-attachment.xml =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- ws-policy-attachment.xml 24 Jan 2007 03:50:46 -0000 1.82 +++ ws-policy-attachment.xml 24 Jan 2007 04:10:41 -0000 1.83 @@ -1292,20 +1292,20 @@ <termref def="effective_policy">effective policy</termref> for the <code>RealTimeDataPort</code> endpoint.</p> <example id="table-wsdl20-effective-policy-example"> <head>Effective Policy for the RealTimeDataPort endpoint</head> -<eg xml:space="preserve">(01) <Policy> -(02) <All> -(03) <Policy> +<eg xml:space="preserve">(01) <wsp:Policy> +(02) <wsp:All> +(03) <wsp:Policy> (04) <mtom:OptimizedMimeSerialization wsp:Optional="true"/> (05) <wsap:UsingAddressing /> -(06) </Policy> -(07) <Policy> -(08) <ExactlyOne> +(06) </wsp:Policy> +(07) <wsp:Policy> +(08) <wsp:ExactlyOne> (09) <sp:TransportBinding>…</sp:TransportBinding> (10) <sp:AsymmetricBinding>…</sp:AsymmetricBinding > -(11) </ExactlyOne> -(12) </Policy> -(13) </All> -(14) </Policy></eg> +(11) </wsp:ExactlyOne> +(12) </wsp:Policy> +(13) </wsp:All> +(14) </wsp:Policy></eg> </example> </div2> <div2 id="attaching-policy-expressions"> @@ -1392,8 +1392,8 @@ </p> </item> </ulist> -<p>Any of these elements <rfc2119>MAY</rfc2119> have one or more <code>Policy</code> or - <code>PolicyReference</code> child elements.</p> +<p>Any of these elements <rfc2119>MAY</rfc2119> have one or more <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> child elements.</p> <p>Policy attachment points in a WSDL document are associated with specific <termref def="policy_subject">policy subjects</termref> as described in the table below. There are four <termref def="policy_subject">policy subjects</termref> in WSDL: the service policy subject, the endpoint policy subject, the operation @@ -1572,20 +1572,20 @@ <p>The common mechanism of associating a <termref def="policy_expression">policy expression</termref> with a <termref def="policy_subject">policy subject</termref> is to attach a reference to the <termref def="policy_expression">policy expression</termref> to the <termref def="policy_subject">policy subject</termref>. As described in the WS-Policy specification [<bibref ref="WS-Policy"/>], a reference to a <termref def="policy_expression">policy expression</termref> is - represented using the <code>PolicyReference</code> element. A policy attachment - to a WSDL element is represented by attaching a <code>PolicyReference</code> + represented using the <code>wsp:PolicyReference</code> element. A policy attachment + to a WSDL element is represented by attaching a <code>wsp:PolicyReference</code> element as a child element of the WSDL element.</p> <p> <termref def="policy_expression">Policy expressions</termref> can be included within a WSDL document or may reside external to a WSDL document. If including <termref def="policy_expression">policy expressions</termref> with a WSDL document is the - chosen approach, it is <rfc2119>RECOMMENDED</rfc2119> that the <code>Policy</code> elements are + chosen approach, it is <rfc2119>RECOMMENDED</rfc2119> that the <code>wsp:Policy</code> elements are included as children of the <code>wsdl20:description</code> element after the <code>wsdl20:types</code> element and referenced using the - <code>PolicyReference</code> elements.</p> + <code>wsp:PolicyReference</code> elements.</p> <p>To mandate the processing of a <termref def="policy_expression">policy expression</termref> attached to a policy attachment point in a WSDL document, the expression <rfc2119>MUST</rfc2119> be marked as required using the <code>@wsdl20:required</code> flag.</p> -<p>If the <code>Policy</code> elements are included as children of the +<p>If the <code>wsp:Policy</code> elements are included as children of the <code>wsdl20:description</code> element, these Policy elements <rfc2119>MUST NOT</rfc2119> be marked as required using the <code>@wsdl20:required</code>. (Note: these <termref def="policy_expression">policy expressions</termref> may be included as children of the <code>wsdl20:description</code> @@ -1649,43 +1649,43 @@ <tbody> <tr> <td>Service</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:service</code> element.</td> </tr> <tr> <td>Endpoint</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:endpoint</code> element.</td> </tr> <tr> <td>Binding</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding</code> element.</td> </tr> <tr> <td>Binding Operation</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding/wsdl20:operation</code> element.</td> </tr> <tr> <td>Binding Fault</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding/wsdl20:fault</code> element.</td> </tr> <tr> <td>Binding Message Reference</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding/wsdl20:operation/wsdl20:input</code> or <code>wsdl20:binding/wsdl20:operation/wsdl20:output</code> @@ -1693,8 +1693,8 @@ </tr> <tr> <td>Binding Fault Reference</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding/wsdl20:operation/wsdl20:infault</code> or <code>wsdl20:binding/wsdl20:operation/wsdl20:outfault</code> @@ -1702,30 +1702,30 @@ </tr> <tr> <td>Interface</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface</code> element.</td> </tr> <tr> <td>Interface Operation</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:operation</code> element, if any.</td> </tr> <tr> <td>Interface Fault</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:fault</code> element.</td> </tr> <tr> <td>Interface Message Reference</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:operation/wsdl20:input</code> or <code>wsdl20:interface/wsdl20:operation/wsdl20:output</code> @@ -1733,8 +1733,8 @@ </tr> <tr> <td>Interface Fault Reference</td> -<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the +<td>A <termref def="policy">policy</termref> corresponding to the <termref def="merge">merge</termref> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:operation/wsdl20:infault</code> or @@ -3227,14 +3227,24 @@ </td> </tr> <tr> - <td>20070108</td> + <td>20070123</td> <td>ASV</td> <td>Applied <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4045#c3">missed items </loc>(re issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4045">4045</loc>) to section <specref ref="uri-domain-expression"/> and <specref ref="ws-policy-attachment-for-wsdl20"/>. </td> - </tr> + </tr> + <tr> + <td>20070123</td> + <td>ASV</td> + <td>Applied a <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0124.html">missed + item </loc>(re + issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4226">4226</loc>) + to section <specref ref="ws-policy-attachment-for-wsdl20"/>: added wsp prefix to <specref ref="table-wsdl20-effective-policy-example"/> + and all occurrences of <el>Policy</el> and <el>PolicyReference</el>. + </td> + </tr> </tbody> </table> </inform-div1> Index: ws-policy-attachment.html =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- ws-policy-attachment.html 24 Jan 2007 03:50:46 -0000 1.81 +++ ws-policy-attachment.html 24 Jan 2007 04:10:41 -0000 1.82 @@ -846,20 +846,20 @@ <code>RealTimeDataPort</code> WSDL endpoint descriptions collectively apply to any message exchange associated with the RealTimeDataPort endpoint. The example below represents the combination of these two <a title="" href="#policy">policies</a>, that is, the - <a title="effective policy" href="#effective_policy">effective policy</a> for the <code>RealTimeDataPort</code> endpoint.</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><a name="table-wsdl20-effective-policy-example"></a><i><span>Example 5-2. </span>Effective Policy for the RealTimeDataPort endpoint</i></p><div class="exampleInner"><pre>(01) <Policy> -(02) <All> -(03) <Policy> + <a title="effective policy" href="#effective_policy">effective policy</a> for the <code>RealTimeDataPort</code> endpoint.</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><a name="table-wsdl20-effective-policy-example"></a><i><span>Example 5-2. </span>Effective Policy for the RealTimeDataPort endpoint</i></p><div class="exampleInner"><pre>(01) <wsp:Policy> +(02) <wsp:All> +(03) <wsp:Policy> (04) <mtom:OptimizedMimeSerialization wsp:Optional="true"/> (05) <wsap:UsingAddressing /> -(06) </Policy> -(07) <Policy> -(08) <ExactlyOne> +(06) </wsp:Policy> +(07) <wsp:Policy> +(08) <wsp:ExactlyOne> (09) <sp:TransportBinding>…</sp:TransportBinding> (10) <sp:AsymmetricBinding>…</sp:AsymmetricBinding > -(11) </ExactlyOne> -(12) </Policy> -(13) </All> -(14) </Policy></pre></div></div></div><div class="div2"> +(11) </wsp:ExactlyOne> +(12) </wsp:Policy> +(13) </wsp:All> +(14) </wsp:Policy></pre></div></div></div><div class="div2"> <h3><a name="attaching-policy-expressions"></a>5.2 Attaching Policy Expressions</h3><p>Policy attachment points in a WSDL 2.0 document are:</p><ul><li><p> <code>wsdl20:service</code> </p></li><li><p> @@ -891,8 +891,8 @@ </p></li><li><p> <code>wsdl20:interface/wsdl20:operation/wsdl20:infault</code> and</p></li><li><p> <code>wsdl20:interface/wsdl20:operation/wsdl20:outfault.</code> -</p></li></ul><p>Any of these elements <span class="rfc2119">MAY</span> have one or more <code>Policy</code> or - <code>PolicyReference</code> child elements.</p><p>Policy attachment points in a WSDL document are associated with specific <a title="" href="#policy_subject">policy subjects</a> +</p></li></ul><p>Any of these elements <span class="rfc2119">MAY</span> have one or more <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> child elements.</p><p>Policy attachment points in a WSDL document are associated with specific <a title="" href="#policy_subject">policy subjects</a> as described in the table below. There are four <a title="" href="#policy_subject">policy subjects</a> in WSDL: the service policy subject, the endpoint policy subject, the operation policy subject and the message policy subject. When a <a title="" href="#policy_expression">policy expression</a> is @@ -972,17 +972,17 @@ <a title="" href="#policy_subject">policy subjects</a> simultaneously.</p><p>The common mechanism of associating a <a title="" href="#policy_expression">policy expression</a> with a <a title="" href="#policy_subject">policy subject</a> is to attach a reference to the <a title="" href="#policy_expression">policy expression</a> to the <a title="" href="#policy_subject">policy subject</a>. As described in the WS-Policy specification [<cite><a href="#WS-Policy">Web Services Policy Framework</a></cite>], a reference to a <a title="" href="#policy_expression">policy expression</a> is - represented using the <code>PolicyReference</code> element. A policy attachment - to a WSDL element is represented by attaching a <code>PolicyReference</code> + represented using the <code>wsp:PolicyReference</code> element. A policy attachment + to a WSDL element is represented by attaching a <code>wsp:PolicyReference</code> element as a child element of the WSDL element.</p><p> <a title="" href="#policy_expression">Policy expressions</a> can be included within a WSDL document or may reside external to a WSDL document. If including <a title="" href="#policy_expression">policy expressions</a> with a WSDL document is the - chosen approach, it is <span class="rfc2119">RECOMMENDED</span> that the <code>Policy</code> elements are + chosen approach, it is <span class="rfc2119">RECOMMENDED</span> that the <code>wsp:Policy</code> elements are included as children of the <code>wsdl20:description</code> element after the <code>wsdl20:types</code> element and referenced using the - <code>PolicyReference</code> elements.</p><p>To mandate the processing of a <a title="" href="#policy_expression">policy expression</a> attached to a policy attachment + <code>wsp:PolicyReference</code> elements.</p><p>To mandate the processing of a <a title="" href="#policy_expression">policy expression</a> attached to a policy attachment point in a WSDL document, the expression <span class="rfc2119">MUST</span> be marked as required using the - <code>@wsdl20:required</code> flag.</p><p>If the <code>Policy</code> elements are included as children of the + <code>@wsdl20:required</code> flag.</p><p>If the <code>wsp:Policy</code> elements are included as children of the <code>wsdl20:description</code> element, these Policy elements <span class="rfc2119">MUST NOT</span> be marked as required using the <code>@wsdl20:required</code>. (Note: these <a title="" href="#policy_expression">policy expressions</a> may be included as children of the <code>wsdl20:description</code> @@ -992,48 +992,48 @@ components:</p><ul><li><p>Service</p></li><li><p>Endpoint</p></li><li><p>Binding</p></li><li><p>Binding Operation</p></li><li><p>Binding Fault</p></li><li><p>Binding Message Reference</p></li><li><p>Binding Fault Reference</p></li><li><p>Interface</p></li><li><p>Interface Operation</p></li><li><p>Interface Fault</p></li><li><p>Interface Message Reference</p></li><li><p>Interface Fault Reference</p></li></ul><p>The {policy} property, when present, represents the capabilities and requirements as a <a title="" href="#policy">policy</a>. The value of the {policy} property is a <a title="" href="#policy">policy</a> as defined by Section 3 - Policy Model in the WS-Policy specification [<cite><a href="#WS-Policy">Web Services Policy Framework</a></cite>]. The following table - describes the mapping from XML representation to the {policy} property.</p><a name="mapping-from-xml-representation-to-policy-property"></a><table border="1" cellspacing="0" cellpadding="5"><caption>Table 5-2. Mapping from XML representation to the {policy} property</caption><thead><tr><th rowspan="1" colspan="1">Component</th><th rowspan="1" colspan="1">Value</th></tr></thead><tbody><tr><td rowspan="1" colspan="1">Service</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + describes the mapping from XML representation to the {policy} property.</p><a name="mapping-from-xml-representation-to-policy-property"></a><table border="1" cellspacing="0" cellpadding="5"><caption>Table 5-2. Mapping from XML representation to the {policy} property</caption><thead><tr><th rowspan="1" colspan="1">Component</th><th rowspan="1" colspan="1">Value</th></tr></thead><tbody><tr><td rowspan="1" colspan="1">Service</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:service</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Endpoint</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Endpoint</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:endpoint</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Binding</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Binding</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Binding Operation</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Binding Operation</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the - <code>wsdl20:binding/wsdl20:operation</code> element.</td></tr><tr><td rowspan="1" colspan="1">Binding Fault</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + <code>wsdl20:binding/wsdl20:operation</code> element.</td></tr><tr><td rowspan="1" colspan="1">Binding Fault</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the - <code>wsdl20:binding/wsdl20:fault</code> element.</td></tr><tr><td rowspan="1" colspan="1">Binding Message Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + <code>wsdl20:binding/wsdl20:fault</code> element.</td></tr><tr><td rowspan="1" colspan="1">Binding Message Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding/wsdl20:operation/wsdl20:input</code> or <code>wsdl20:binding/wsdl20:operation/wsdl20:output</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Binding Fault Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Binding Fault Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:binding/wsdl20:operation/wsdl20:infault</code> or <code>wsdl20:binding/wsdl20:operation/wsdl20:outfault</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Interface</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Interface</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Interface Operation</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Interface Operation</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:operation</code> element, if - any.</td></tr><tr><td rowspan="1" colspan="1">Interface Fault</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + any.</td></tr><tr><td rowspan="1" colspan="1">Interface Fault</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the - <code>wsdl20:interface/wsdl20:fault</code> element.</td></tr><tr><td rowspan="1" colspan="1">Interface Message Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + <code>wsdl20:interface/wsdl20:fault</code> element.</td></tr><tr><td rowspan="1" colspan="1">Interface Message Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:operation/wsdl20:input</code> or <code>wsdl20:interface/wsdl20:operation/wsdl20:output</code> - element.</td></tr><tr><td rowspan="1" colspan="1">Interface Fault Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>Policy</code> or - <code>PolicyReference</code> elements, if any, in the + element.</td></tr><tr><td rowspan="1" colspan="1">Interface Fault Reference</td><td rowspan="1" colspan="1">A <a title="" href="#policy">policy</a> corresponding to the <a title="merge" href="#merge">merge</a> of <code>wsp:Policy</code> or + <code>wsp:PolicyReference</code> elements, if any, in the <code>[children]</code> of the <code>wsdl20:interface/wsdl20:operation/wsdl20:infault</code> or @@ -1861,8 +1861,13 @@ Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/131">131</a>. </td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">UY</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4226">4226</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/134">134</a>. - </td></tr><tr><td rowspan="1" colspan="1">20070108</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Applied <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4045#c3">missed + </td></tr><tr><td rowspan="1" colspan="1">20070123</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Applied <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4045#c3">missed items </a>(re issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4045">4045</a>) to section <a href="#uri-domain-expression"><b>3.4.1 URI Domain Expression</b></a> and <a href="#ws-policy-attachment-for-wsdl20"><b>5. WS-Policy Attachment for WSDL 2.0</b></a>. + </td></tr><tr><td rowspan="1" colspan="1">20070123</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Applied a <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0124.html">missed + item </a>(re + issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4226">4226</a>) + to section <a href="#ws-policy-attachment-for-wsdl20"><b>5. WS-Policy Attachment for WSDL 2.0</b></a>: added wsp prefix to <a href="#table-wsdl20-effective-policy-example">Example 5-2</a> + and all occurrences of <code class="elt">Policy</code> and <code class="elt">PolicyReference</code> . </td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file
Received on Wednesday, 24 January 2007 04:10:50 UTC