- From: Sanjiva Weerawarana <sweeraw@dev.w3.org>
- Date: Fri, 25 Jun 2004 15:22:44 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv15260
Modified Files:
wsdl20.xml wsdl20.html
Log Message:
Allowed F&P *nearly* everywhere. Sigh.
Index: wsdl20.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** wsdl20.html 18 Jun 2004 19:14:43 -0000 1.82
--- wsdl20.html 25 Jun 2004 15:22:41 -0000 1.83
***************
*** 1545,1549 ****
[children], if any.
</td>
! </tr>
<tr>
<td rowspan="1" colspan="1">{properties}</td>
--- 1545,1549 ----
[children], if any.
</td>
! </tr>
<tr>
<td rowspan="1" colspan="1">{properties}</td>
***************
*** 1553,1557 ****
[children], if any.
</td>
! </tr>
</tbody>
</table><br>
--- 1553,1557 ----
[children], if any.
</td>
! </tr>
</tbody>
</table><br>
***************
*** 1849,1852 ****
--- 1849,1858 ----
property has no value.</p> </li>
+ <li><p>{features} A set of named feature definitions
+ used by the operation</p></li>
+
+ <li><p>{properties} A set of named property definitions
+ used by the operation</p></li>
+
</ul>
***************
*** 1875,1878 ****
--- 1881,1885 ----
element="<em>union of xs:QName, xs:Token</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>input</b>>
<<b>output</b>
***************
*** 1880,1883 ****
--- 1887,1891 ----
element="<em>union of xs:QName, xs:Token</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>output</b>>
</operation>
***************
*** 1936,1939 ****
--- 1944,1950 ----
</p>
</li>
+ <li><p>Zero or more <code>feature</code> and/or
+ <code>property</code> <em>element information item</em>s (see <a href="#Feature_XMLRep"><b>2.7.2 XML Representation of Feature Component</b></a> and <a href="#Property_XMLRep"><b>2.8.2 XML Representation of Property Component</b></a>, respectively).</p></li>
+
<li>
<p>Zero or more namespace-qualified <em>element information item</em>s. The
***************
*** 2045,2048 ****
--- 2056,2075 ----
</td>
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">{features}</td>
+ <td rowspan="1" colspan="1">
+ The set of features corresponding to the
+ <code>feature</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">{properties}</td>
+ <td rowspan="1" colspan="1">
+ The set of properties corresponding to the
+ <code>property</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table><br>
***************
*** 2125,2128 ****
--- 2152,2161 ----
fault message.</p></li>
+ <li><p>{features} A set of named feature definitions
+ used by the operation</p></li>
+
+ <li><p>{properties} A set of named property definitions
+ used by the operation</p></li>
+
</ul>
***************
*** 2140,2143 ****
--- 2173,2177 ----
messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>infault</b>>*
<<b>outfault</b>
***************
*** 2145,2148 ****
--- 2179,2183 ----
messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>outfault</b>>*
</operation>
***************
*** 2207,2210 ****
--- 2242,2247 ----
</p>
</li>
+ <li><p>Zero or more <code>feature</code> and/or
+ <code>property</code> <em>element information item</em>s (see <a href="#Feature_XMLRep"><b>2.7.2 XML Representation of Feature Component</b></a> and <a href="#Property_XMLRep"><b>2.8.2 XML Representation of Property Component</b></a>, respectively).</p></li>
<li>
<p>Zero or more namespace-qualified <em>element information item</em>s. The
***************
*** 2313,2316 ****
--- 2350,2369 ----
</td>
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">{features}</td>
+ <td rowspan="1" colspan="1">
+ The set of features corresponding to the
+ <code>feature</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">{properties}</td>
+ <td rowspan="1" colspan="1">
+ The set of properties corresponding to the
+ <code>property</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table><br>
***************
*** 3605,3608 ****
--- 3658,3667 ----
Interface Operation component being bound by the
containing Binding Operation component.</p></li>
+
+ <li><p>{features} A set of named feature definitions
+ used by the operation</p></li>
+
+ <li><p>{properties} A set of named property definitions
+ used by the operation</p></li>
</ul>
***************
*** 3624,3631 ****
--- 3683,3692 ----
messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>input</b>>
<<b>output</b>
messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>output</b>>
</operation>
***************
*** 3679,3682 ****
--- 3740,3745 ----
</p>
</li>
+ <li><p>Zero or more <code>feature</code> and/or
+ <code>property</code> <em>element information item</em>s (see <a href="#Feature_XMLRep"><b>2.7.2 XML Representation of Feature Component</b></a> and <a href="#Property_XMLRep"><b>2.8.2 XML Representation of Property Component</b></a>, respectively).</p></li>
<li>
<p>
***************
*** 3759,3762 ****
--- 3822,3841 ----
</td>
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">{features}</td>
+ <td rowspan="1" colspan="1">
+ The set of features corresponding to the
+ <code>feature</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">{properties}</td>
+ <td rowspan="1" colspan="1">
+ The set of properties corresponding to the
+ <code>property</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table><br>
***************
*** 3793,3796 ****
--- 3872,3881 ----
<li><p> {endpoints} A set of Endpoint components.
</p></li>
+
+ <li><p>{features} A set of named feature definitions
+ used by the operation</p></li>
+
+ <li><p>{properties} A set of named property definitions
+ used by the operation</p></li>
</ul>
***************
*** 3810,3813 ****
--- 3895,3899 ----
<documentation />?
<endpoint />+
+ [ <feature /> | <property /> ]*
</<b>service</b>>
</definitions>
***************
*** 3863,3866 ****
--- 3949,3954 ----
<p>One or more <code>endpoint</code> <em>element information item</em>s (see <a href="#Endpoint_XMLRep"><b>2.14.2 XML Representation of Endpoint Component</b></a></p>
</li>
+ <li><p>Zero or more <code>feature</code> and/or
+ <code>property</code> <em>element information item</em>s (see <a href="#Feature_XMLRep"><b>2.7.2 XML Representation of Feature Component</b></a> and <a href="#Property_XMLRep"><b>2.8.2 XML Representation of Property Component</b></a>, respectively).</p></li>
<li>
<p>
***************
*** 3969,3972 ****
--- 4057,4076 ----
</td>
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">{features}</td>
+ <td rowspan="1" colspan="1">
+ The set of features corresponding to the
+ <code>feature</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">{properties}</td>
+ <td rowspan="1" colspan="1">
+ The set of properties corresponding to the
+ <code>property</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table><br>
***************
*** 4004,4007 ****
--- 4108,4117 ----
{binding} property.</p>
</li>
+
+ <li><p>{features} A set of named feature definitions
+ used by the operation</p></li>
+
+ <li><p>{properties} A set of named property definitions
+ used by the operation</p></li>
</ul>
***************
*** 4032,4035 ****
--- 4142,4146 ----
address="<em>xs:anyURI</em>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>endpoint</b>>
</service>+
***************
*** 4077,4080 ****
--- 4188,4193 ----
An OPTIONAL <code>documentation</code> <em>element information item</em> (see <a href="#eii-documentation"><b>5. Documentation</b></a>).
</p>
+ <li><p>Zero or more <code>feature</code> and/or
+ <code>property</code> <em>element information item</em>s (see <a href="#Feature_XMLRep"><b>2.7.2 XML Representation of Feature Component</b></a> and <a href="#Property_XMLRep"><b>2.8.2 XML Representation of Property Component</b></a>, respectively).</p></li>
</li>
<li>
***************
*** 4166,4169 ****
--- 4279,4298 ----
</td>
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">{features}</td>
+ <td rowspan="1" colspan="1">
+ The set of features corresponding to the
+ <code>feature</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">{properties}</td>
+ <td rowspan="1" colspan="1">
+ The set of properties corresponding to the
+ <code>property</code> <em>element information item</em>s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table><br>
***************
*** 5250,5265 ****
--- 5379,5410 ----
<input messageLabel="<em>xs:NCName</em>"? element="<em>union of xs:QName, xs:Token</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</input>*
<output messageLabel="<em>xs:NCName</em>"? element="<em>union of xs:QName, xs:Token</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</output>*
<infault ref="<em>xs:QName</em>" messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</infault>*
<outfault ref="<em>xs:QName</em>" messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</outfault>*
***************
*** 5294,5301 ****
--- 5439,5454 ----
<input messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</input>*
<output messageLabel="<em>xs:NCName</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</output>*
***************
*** 5315,5319 ****
--- 5468,5480 ----
<endpoint name="<em>xs:NCName</em>" binding="<em>xs:QName</em>" address="<em>xs:anyURI</em>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</endpoint>*
+
+ <feature ... />*
+
+ <property ... />*
</service>*
</definitions>
***************
*** 6189,6192 ****
--- 6350,6358 ----
</tr>
<tr>
+ <td rowspan="1" colspan="1">20040625</td>
+ <td rowspan="1" colspan="1">SW</td>
+ <td rowspan="1" colspan="1">Allowed F&P *nearly* everywhere. Sigh.</td>
+ </tr>
+ <tr>
<td rowspan="1" colspan="1">20040618</td>
<td rowspan="1" colspan="1">SW</td>
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** wsdl20.xml 18 Jun 2004 19:14:43 -0000 1.91
--- wsdl20.xml 25 Jun 2004 15:22:41 -0000 1.92
***************
*** 1560,1564 ****
[children], if any.
</td>
! </tr>
<tr>
<td>{properties}</td>
--- 1560,1564 ----
[children], if any.
</td>
! </tr>
<tr>
<td>{properties}</td>
***************
*** 1568,1572 ****
[children], if any.
</td>
! </tr>
</tbody>
</table>
--- 1568,1572 ----
[children], if any.
</td>
! </tr>
</tbody>
</table>
***************
*** 1860,1863 ****
--- 1860,1869 ----
property has no value.</p> </item>
+ <item><p>{features} A set of named feature definitions
+ used by the operation</p></item>
+
+ <item><p>{properties} A set of named property definitions
+ used by the operation</p></item>
+
</ulist>
***************
*** 1885,1888 ****
--- 1891,1895 ----
element="<emph>union of xs:QName, xs:Token</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>input</b>>
<<b>output</b>
***************
*** 1890,1893 ****
--- 1897,1901 ----
element="<emph>union of xs:QName, xs:Token</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>output</b>>
</operation>
***************
*** 1947,1950 ****
--- 1955,1963 ----
</p>
</item>
+ <item><p>Zero or more <el>feature</el> and/or
+ <el>property</el> &EII;s (see <specref
+ ref="Feature_XMLRep"/> and <specref
+ ref="Property_XMLRep"/>, respectively).</p></item>
+
<item>
<p>Zero or more namespace-qualified &EII;s. The
***************
*** 2055,2058 ****
--- 2068,2087 ----
</td>
</tr>
+ <tr>
+ <td>{features}</td>
+ <td>
+ The set of features corresponding to the
+ <el>feature</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td>{properties}</td>
+ <td>
+ The set of properties corresponding to the
+ <el>property</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table>
***************
*** 2133,2136 ****
--- 2162,2171 ----
fault message.</p></item>
+ <item><p>{features} A set of named feature definitions
+ used by the operation</p></item>
+
+ <item><p>{properties} A set of named property definitions
+ used by the operation</p></item>
+
</ulist>
***************
*** 2147,2150 ****
--- 2182,2186 ----
messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>infault</b>>*
<<b>outfault</b>
***************
*** 2152,2155 ****
--- 2188,2192 ----
messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>outfault</b>>*
</operation>
***************
*** 2215,2218 ****
--- 2252,2259 ----
</p>
</item>
+ <item><p>Zero or more <el>feature</el> and/or
+ <el>property</el> &EII;s (see <specref
+ ref="Feature_XMLRep"/> and <specref
+ ref="Property_XMLRep"/>, respectively).</p></item>
<item>
<p>Zero or more namespace-qualified &EII;s. The
***************
*** 2318,2321 ****
--- 2359,2378 ----
</td>
</tr>
+ <tr>
+ <td>{features}</td>
+ <td>
+ The set of features corresponding to the
+ <el>feature</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td>{properties}</td>
+ <td>
+ The set of properties corresponding to the
+ <el>property</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table>
***************
*** 3612,3615 ****
--- 3669,3678 ----
Interface Operation component being bound by the
containing Binding Operation component.</p></item>
+
+ <item><p>{features} A set of named feature definitions
+ used by the operation</p></item>
+
+ <item><p>{properties} A set of named property definitions
+ used by the operation</p></item>
</ulist>
***************
*** 3630,3637 ****
--- 3693,3702 ----
messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>input</b>>
<<b>output</b>
messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>output</b>>
</operation>
***************
*** 3686,3689 ****
--- 3751,3758 ----
</p>
</item>
+ <item><p>Zero or more <el>feature</el> and/or
+ <el>property</el> &EII;s (see <specref
+ ref="Feature_XMLRep"/> and <specref
+ ref="Property_XMLRep"/>, respectively).</p></item>
<item>
<p>
***************
*** 3767,3770 ****
--- 3836,3855 ----
</td>
</tr>
+ <tr>
+ <td>{features}</td>
+ <td>
+ The set of features corresponding to the
+ <el>feature</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td>{properties}</td>
+ <td>
+ The set of properties corresponding to the
+ <el>property</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table>
***************
*** 3800,3803 ****
--- 3885,3894 ----
<item><p> {endpoints} A set of Endpoint components.
</p></item>
+
+ <item><p>{features} A set of named feature definitions
+ used by the operation</p></item>
+
+ <item><p>{properties} A set of named property definitions
+ used by the operation</p></item>
</ulist>
***************
*** 3816,3819 ****
--- 3907,3911 ----
<documentation />?
<endpoint />+
+ [ <feature /> | <property /> ]*
</<b>service</b>>
</definitions>
***************
*** 3873,3876 ****
--- 3965,3972 ----
ref='Endpoint_XMLRep' /></p>
</item>
+ <item><p>Zero or more <el>feature</el> and/or
+ <el>property</el> &EII;s (see <specref
+ ref="Feature_XMLRep"/> and <specref
+ ref="Property_XMLRep"/>, respectively).</p></item>
<item>
<p>
***************
*** 3976,3979 ****
--- 4072,4091 ----
</td>
</tr>
+ <tr>
+ <td>{features}</td>
+ <td>
+ The set of features corresponding to the
+ <el>feature</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td>{properties}</td>
+ <td>
+ The set of properties corresponding to the
+ <el>property</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table>
***************
*** 4011,4014 ****
--- 4123,4132 ----
{binding} property.</p>
</item>
+
+ <item><p>{features} A set of named feature definitions
+ used by the operation</p></item>
+
+ <item><p>{properties} A set of named property definitions
+ used by the operation</p></item>
</ulist>
***************
*** 4040,4043 ****
--- 4158,4162 ----
address="<emph>xs:anyURI</emph>"? >
<documentation />?
+ [ <feature /> | <property /> ]*
</<b>endpoint</b>>
</service>+
***************
*** 4088,4091 ****
--- 4207,4214 ----
ref="eii-documentation"/>).
</p>
+ <item><p>Zero or more <el>feature</el> and/or
+ <el>property</el> &EII;s (see <specref
+ ref="Feature_XMLRep"/> and <specref
+ ref="Property_XMLRep"/>, respectively).</p></item>
</item>
<item>
***************
*** 4173,4176 ****
--- 4296,4315 ----
</td>
</tr>
+ <tr>
+ <td>{features}</td>
+ <td>
+ The set of features corresponding to the
+ <el>feature</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
+ <tr>
+ <td>{properties}</td>
+ <td>
+ The set of properties corresponding to the
+ <el>property</el> &EII;s in
+ [children], if any.
+ </td>
+ </tr>
</tbody>
</table>
***************
*** 5231,5246 ****
--- 5370,5401 ----
<input messageLabel="<emph>xs:NCName</emph>"? element="<emph>union of xs:QName, xs:Token</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</input>*
<output messageLabel="<emph>xs:NCName</emph>"? element="<emph>union of xs:QName, xs:Token</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</output>*
<infault ref="<emph>xs:QName</emph>" messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</infault>*
<outfault ref="<emph>xs:QName</emph>" messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</outfault>*
***************
*** 5275,5282 ****
--- 5430,5445 ----
<input messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</input>*
<output messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</output>*
***************
*** 5296,5300 ****
--- 5459,5471 ----
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? >
<documentation />?
+
+ <feature ... />*
+
+ <property ... />*
</endpoint>*
+
+ <feature ... />*
+
+ <property ... />*
</service>*
</definitions>
***************
*** 6184,6187 ****
--- 6355,6363 ----
</tr>
<tr>
+ <td>20040625</td>
+ <td>SW</td>
+ <td>Allowed F&P *nearly* everywhere. Sigh.</td>
+ </tr>
+ <tr>
<td>20040618</td>
<td>SW</td>
Received on Friday, 25 June 2004 11:22:44 UTC