- From: Jonathan Marsh <jmarsh@microsoft.com>
- Date: Fri, 28 Feb 2003 11:00:21 -0800
- To: <www-ws-desc@w3.org>
I could not help noticing below that the content model for <operation> is different depending on whether it appears in a <portType> or a <binding>, according to the MEP proposal as I read it. -----Original Message----- From: Jonathan Marsh Sent: Friday, February 28, 2003 10:58 AM To: 'www-ws-desc@w3.org' Subject: Template for renaming discussion Here is a comprehensive list (I believe) of the Part 1 element and attribute names including those suggested in the MEPs proposal [1]. My hope is that having these all listed on a single page will facilitate the Renaming discussion. The (s) indicates places where the proposal was unclear on whether the name is plural or not. I propose dealing with precise names for these new constructs under the "Renaming" agenda item instead of the "MEPs" agenda item. <definitions targetNamespace="..."> <documentation/> <!-- not shown henceforth --> <include location="..."/> <import namespace="..." location="..."/> <types> <xs:import namespace="..." schemaLocation="..."/> <xs:schema targetNamespace="..."/> </types> <message name="..."> <part name="..." element="..." type="..."/> </message> <portType name="..." extends="..."> <operation name="..." mep="..."> <input name="..." message="..."/> <output name="..." message="..."/> <infault(s) name="..." message(s)="..."/> <outfault(s) name="..." message(s)="..."/> </operation> </portType> <binding name="..." type="..."> <operation name="..."> <input name="..." message="..."/> <output name="..." message="..."/> <fault name="..." message="..."/> </operation> </binding> <service name="..."> <port name="..." binding="..."> </service> <some:ext wsdl:required="..."/> </definitions> [1]http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl12/wsdl12.xml?re v=1.46.2.3&content-type=text/xml
Received on Friday, 28 February 2003 14:01:14 UTC