WWW/2002/ws/ra/edcopies wsmex.xml,1.16,1.17

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv20395

Modified Files:
	wsmex.xml 
Log Message:
Applied bug 6404

Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- wsmex.xml	18 Mar 2009 02:46:44 -0000	1.16
+++ wsmex.xml	18 Mar 2009 17:13:42 -0000	1.17
@@ -906,7 +906,11 @@
      </tr>
      <tr>
       <td> http://www.w3.org/2009/02/ws-mex </td> 
-      <td> mex:Metadata [This specification] </td> 
+      <td> mex:Metadata [Defined in this specification] </td> 
+     </tr>
+     <tr>
+      <td> http://www.w3.org/2009/02/ws-mex-all </td> 
+      <td> None.  [Defined in this specification for use in GetMetadata requests.  See <specref ref='Get-Metadata'/>.] </td> 
      </tr>
     </tbody>
    </table>
@@ -991,6 +995,10 @@
       <td> http://www.w3.org/2009/02/ws-mex </td> 
       <td> Not defined </td> 
      </tr>
+     <tr>
+      <td> http://www.w3.org/2009/02/ws-mex-all </td> 
+      <td> Not defined </td> 
+     </tr>
     </tbody>
    </table>
 
@@ -1113,26 +1121,37 @@
         MUST include only Metadata Sections corresponding to the
         dialect specified by the URI attribute; if the receiver does 
         not have any Metadata Sections of the indicated dialect, the 
-        response MUST include zero Metadata Sections. When this element 
-        is not present, there is no implied value and so the response 
-        may include Metadata Sections with any dialect.
+        response MUST include zero Metadata Sections. </p>
+
+	<p>When this element 
+        is not present, the endpoint SHOULD return all the types of metadata that it deems necessary to communicate with it.
        </p>
       </def>
      </gitem>
-
      <gitem>
       <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI </label>
       <def>
        <p>
-        This REQUIRED attribute specifies the Metadata dialect.  The
-        response MUST only include Metadata Sections corresponding to
-        the dialect specified by this URI. If the receiver does not
-        have any Metadata Sections of this indicated dialect, the
-        response MUST include zero Metadata Sections for this URI.
+        This REQUIRED attribute specifies the Metadata dialect. The response MUST only include Metadata Sections corresponding to the dialect specified by this URI. If the receiver does not have any Metadata Sections of this indicated dialect, the response MUST include zero Metadata Sections for this URI. 
+       </p>
+      </def>
+     </gitem>
+<gitem>
+      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/02/ws-mex-all"  </label>
+      <def>
+       <p>
+        This value returns all known metadata.  The endpoint has the option to optimize the format in which it returns the data. 
+       </p>
+      </def>
+     </gitem>
+<gitem>
+      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/02/ws-mex"  </label>
+      <def>
+       <p>
+        This value returns no metadata sections. 
        </p>
       </def>
      </gitem>
-
      <gitem>
       <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@Identifier </label>
       <def>
@@ -1930,6 +1949,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6604">6604</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/03/18 </td>
+      <td> AM </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6404">6404</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Received on Wednesday, 18 March 2009 17:13:54 UTC