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 13:58:09 UTC