2006/ws/policy wsdl11eientitieswd.dtd,1.5,1.6 wsdl11elementidentifiers.html,1.10,1.11 wsdl11elementidentifiers.xml,1.10,1.11

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

Modified Files:
	wsdl11eientitieswd.dtd wsdl11elementidentifiers.html 
	wsdl11elementidentifiers.xml 
Log Message:
Resolution for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4208

Index: wsdl11elementidentifiers.html
===================================================================
RCS file: /sources/public/2006/ws/policy/wsdl11elementidentifiers.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- wsdl11elementidentifiers.html	22 Jan 2007 14:29:14 -0000	1.10
+++ wsdl11elementidentifiers.html	22 Jan 2007 22:09:35 -0000	1.11
@@ -50,11 +50,11 @@
                     margin: 4px}
 </style><link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css"><link rel="contents" href="#contents"></head><body><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a></p>
 <h1>WSDL 1.1 Element Identifiers</h1>
-<h2>W3C Working Draft 12 December 2006</h2><dl><dt>This version:</dt><dd>
+<h2>W3C Working Draft 22 January 2007</h2><dl><dt>This version:</dt><dd>
 			<a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/wsdl11elementidentifiers.html">http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/wsdl11elementidentifiers.html</a>
 		</dd><dt>Previous versions:</dt><dd>
 
-		</dd><dt>Editors:</dt><dd>David Orchard, BEA Systems</dd><dd>Asir S Vedamuthu, Microsoft Corporation</dd><dd>Frederick Hirsch, Nokia</dd><dd>Maryann Hondo, IBM Corporation</dd><dd>Prasad Yendluri, webMethods, Inc.</dd><dd>Toufic Boubez, Layer 7 Technologies</dd><dd>Ümit Yalçinalp, SAP AG.</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>&nbsp;©&nbsp;2006&nbsp;<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a ref="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
+		</dd><dt>Editors:</dt><dd>David Orchard, BEA Systems</dd><dd>Asir S Vedamuthu, Microsoft Corporation</dd><dd>Frederick Hirsch, Nokia</dd><dd>Maryann Hondo, IBM Corporation</dd><dd>Prasad Yendluri, webMethods, Inc.</dd><dd>Toufic Boubez, Layer 7 Technologies</dd><dd>Ümit Yalçinalp, SAP AG.</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>&nbsp;©&nbsp;2007&nbsp;<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a ref="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
 <h2><a name="abstract">Abstract</a></h2><p>WSDL 1.1 element identifiers defines a syntax to identify individual elements in a WSDL 1.1 document.</p></div><div>
 <h2><a name="status">Status of this Document</a></h2><p>
 This section describes the status of this document at the time of its 
@@ -328,10 +328,10 @@
         &lt;!-- http://...#wsdl11.portTypeOperation(TicketAgent/listFlights) --&gt; 
         
             &lt;wsdl:input message="tns:listFlightsRequest"/&gt;
-            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/In) --&gt; 
+            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/input) --&gt; 
             
             &lt;wsdl:output message="tns:listFlightsResponse"/&gt;
-            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/Out) --&gt;
+            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/output) --&gt;
         &lt;/wsdl:operation&gt;
 
     &lt;/wsdl:portType&gt;
@@ -347,21 +347,21 @@
         &lt;!-- http://...#wsdl11.bindingOperation(TicketAgentSoap/listFlights) --&gt;
         
            &lt;wsdl:input&gt;
-           &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/In) --&gt;
+           &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/input) --&gt;
            
                &lt;soap:body parts="body" use="literal"/&gt;
                &lt;!-- http://...#wsdl11.extension(http://schemas.xmlsoap.org/wsdl/soap/, 
                                w11soap.body(wsdl11.bindingOperationMessageReference
-                                           (TicketAgentSoap/listFlights/In)) --&gt;
+                                           (TicketAgentSoap/listFlights/input)) --&gt;
            &lt;/wsdl:input&gt;
            
             &lt;wsdl:output&gt;
-            &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/Out) --&gt;
+            &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/output) --&gt;
             
                &lt;soap:body parts="body" use="literal"/&gt;
                &lt;!-- http://...#wsdl11.extension(http://schemas.xmlsoap.org/wsdl/soap/, 
                                w11soap.body(wsdl11.bindingOperationMessageReference
-                                           (TicketAgentSoap/listFlights/Out)) --&gt;
+                                           (TicketAgentSoap/listFlights/output)) --&gt;
            &lt;/wsdl:output&gt;
         &lt;/wsdl:operation&gt;
     &lt;/wsdl:binding&gt;
@@ -406,4 +406,5 @@
 	  S. Bradner, March 1997. (See <cite><a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></cite>.)</dd><dt class="label"><a name="RFC3986"></a>[RFC 3986] </dt><dd>IETF "RFC 3986:
 	  Uniform Resource Identifiers (URI): Generic Syntax",
 	  T. Berners-Lee, R. Fielding, L. Masinter, January 2005.  (See <cite><a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a></cite>.)</dd></dl></div></div></div><div class="back"><div class="div1">
-<h2><a name="changelog"></a>A. Change Log (Non-Normative)</h2><table border="1"><caption>Table A-1. Changes</caption><thead><tr><th rowspan="1" colspan="1">Who</th><th rowspan="1" colspan="1">When</th><th rowspan="1" colspan="1">What</th></tr></thead><tbody><tr><td rowspan="1" colspan="1">DBO</td><td rowspan="1" colspan="1">20061108</td><td rowspan="1" colspan="1">Initial Revision</td></tr><tr><td rowspan="1" colspan="1">DBO</td><td rowspan="1" colspan="1">20061212</td><td rowspan="1" colspan="1">Uncommented canonical section, fixed editorial items</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
+<h2><a name="changelog"></a>A. Change Log (Non-Normative)</h2><table border="1"><caption>Table A-1. Changes</caption><thead><tr><th rowspan="1" colspan="1">Who</th><th rowspan="1" colspan="1">When</th><th rowspan="1" colspan="1">What</th></tr></thead><tbody><tr><td rowspan="1" colspan="1">DBO</td><td rowspan="1" colspan="1">20061108</td><td rowspan="1" colspan="1">Initial Revision</td></tr><tr><td rowspan="1" colspan="1">DBO</td><td rowspan="1" colspan="1">20061212</td><td rowspan="1" colspan="1">Uncommented canonical section, fixed editorial items</td></tr><tr><td rowspan="1" colspan="1">DBO</td><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">Resolution of bug <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4208">4208</a>, AI is <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/145">145</a>
+</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Index: wsdl11elementidentifiers.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/wsdl11elementidentifiers.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- wsdl11elementidentifiers.xml	22 Jan 2007 14:29:14 -0000	1.10
+++ wsdl11elementidentifiers.xml	22 Jan 2007 22:09:35 -0000	1.11
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type='text/xsl' href='UpdatedBibl.xsl'?>
-<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+WSDL//EN" "xmlspec.dtd" [
+<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+WSDL//EN" "http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/xmlspec.dtd?content-type=text/plain" [
 	<!ENTITY % entities SYSTEM "wsdl11eientitieswd.dtd">
 	%entities;
 	<!ENTITY status "Editors Copy $Date$">
@@ -593,10 +593,10 @@
         &lt;!-- http://...#wsdl11.portTypeOperation(TicketAgent/listFlights) --&gt; 
         
             &lt;wsdl:input message="tns:listFlightsRequest"/&gt;
-            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/In) --&gt; 
+            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/input) --&gt; 
             
             &lt;wsdl:output message="tns:listFlightsResponse"/&gt;
-            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/Out) --&gt;
+            &lt;!-- http://...#wsdl11.portTypeMessageReference(TicketAgent/listFlights/output) --&gt;
         &lt;/wsdl:operation&gt;
 
     &lt;/wsdl:portType&gt;
@@ -612,21 +612,21 @@
         &lt;!-- http://...#wsdl11.bindingOperation(TicketAgentSoap/listFlights) --&gt;
         
            &lt;wsdl:input&gt;
-           &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/In) --&gt;
+           &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/input) --&gt;
            
                &lt;soap:body parts="body" use="literal"/&gt;
                &lt;!-- http://...#wsdl11.extension(http://schemas.xmlsoap.org/wsdl/soap/, 
                                w11soap.body(wsdl11.bindingOperationMessageReference
-                                           (TicketAgentSoap/listFlights/In)) --&gt;
+                                           (TicketAgentSoap/listFlights/input)) --&gt;
            &lt;/wsdl:input&gt;
            
             &lt;wsdl:output&gt;
-            &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/Out) --&gt;
+            &lt;!-- http://...#wsdl11.bindingOperationMessageReference(TicketAgentSoap/listFlights/output) --&gt;
             
                &lt;soap:body parts="body" use="literal"/&gt;
                &lt;!-- http://...#wsdl11.extension(http://schemas.xmlsoap.org/wsdl/soap/, 
                                w11soap.body(wsdl11.bindingOperationMessageReference
-                                           (TicketAgentSoap/listFlights/Out)) --&gt;
+                                           (TicketAgentSoap/listFlights/output)) --&gt;
            &lt;/wsdl:output&gt;
         &lt;/wsdl:operation&gt;
     &lt;/wsdl:binding&gt;
@@ -728,6 +728,12 @@
 						<td>20061212</td>
 						<td>Uncommented canonical section, fixed editorial items</td>
 					</tr>
+					<tr>
+<td>DBO</td>
+<td>20070122</td>
+<td>Resolution of bug <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4208">4208</loc>, AI is <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/145">145</loc>
+</td>
+</tr>
 					
 				</tbody>
 			</table>

Index: wsdl11eientitieswd.dtd
===================================================================
RCS file: /sources/public/2006/ws/policy/wsdl11eientitieswd.dtd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wsdl11eientitieswd.dtd	12 Dec 2006 19:13:31 -0000	1.5
+++ wsdl11eientitieswd.dtd	22 Jan 2007 22:09:35 -0000	1.6
@@ -3,11 +3,11 @@
 <!--
   Date parameters
   -->
-<!ENTITY draft.year "2006">
-<!ENTITY draft.month "December">
-<!ENTITY draft.mm "12">
-<!ENTITY draft.day "12">
-<!ENTITY draft.dd "12">
+<!ENTITY draft.year "2007">
+<!ENTITY draft.month "January">
+<!ENTITY draft.mm "01">
+<!ENTITY draft.day "22">
+<!ENTITY draft.dd "22">
 
 <!ENTITY draft.date "&draft.year;&draft.mm;&draft.dd;">
 

Received on Monday, 22 January 2007 22:09:48 UTC