WWW/2002/ws/ra/edcopies wsmex.html,1.90,1.91 wsmex.xml,1.80,1.81

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

Modified Files:
	wsmex.html wsmex.xml 
Log Message:
8227


Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- wsmex.xml	1 Dec 2009 23:55:29 -0000	1.80
+++ wsmex.xml	9 Dec 2009 00:27:04 -0000	1.81
@@ -341,21 +341,21 @@
     </example>
 
     <p>
-     The message of <specref ref="GetResponse"/> is a <bibref ref ='WS-Transfer'/> 
+     The message of <specref ref="GetResponse"/> is a <bibref ref='WS-Transfer'/> 
      response message to the request of <specref ref="GetRequest"/>. The content 
      of the <kw>[Body]</kw> (lines 17-82) is a mex:Metadata element with 
      metadata 
      about the Web service endpoint (lines 19-80). The mex:Metadata 
      contains three Metadata Sections. The first Metadata Section 
-     (lines 20-63) contains the <bibref ref ='WSDL11'/> of the Web 
+     (lines 20-63) contains the <bibref ref='WSDL11'/> of the Web 
      service endpoint. The second Metadata Section (lines 64-70) contains 
-     the location of the XML Schemas <bibref ref ='XMLSchema1'/>,
-     <bibref ref ='XMLSchema2'/> used by the WSDL document. The schemas can 
+     the location of the XML Schemas <bibref ref='XMLSchema1'/>,
+     <bibref ref='XMLSchema2'/> used by the WSDL document. The schemas can 
      be retrieved through an HTTP GET request at the identified URL 
      (lines 67-69). The third Metadata Section (lines 71-79) contains 
-     the <bibref ref ='AddrCore'/> endpoint reference (lines 74-77) of 
-     a <bibref ref ='WS-Transfer'/> resource the representation of 
-     which is a <bibref ref ='wspolicy'/> document as indicated by 
+     the <bibref ref='AddrCore'/> endpoint reference (lines 74-77) of 
+     a <bibref ref='WS-Transfer'/> resource the representation of 
+     which is a <bibref ref='wspolicy'/> document as indicated by 
      the Dialect attribute (line 70). The WS-Policy document is the 
      same as the one indicated in the WSDL document (lines 41-42).
     </p>
@@ -368,7 +368,7 @@
      some endpoints MAY support explicit requests for metadata via the 
      GetMetadata operation.
      <specref ref="GetMexReq"/> illustrates a sample GetMetadata request 
-     for the <bibref ref ='wspolicy'/>.
+     for the <bibref ref='wspolicy'/>.
     </p>
 
     <example id="GetMexReq">
@@ -392,8 +392,8 @@
 (16)    &lt;/s11:Header>
 (17)    &lt;s11:Body>
 (18)      &lt;mex:GetMetadata>
-(19)        &lt;mex:Dialect URI="http://www.w3.org/ns/ws-policy"
-(20)          Identifier="http://services.example.org/stockquote/policy"/>
+(19)        &lt;mex:Dialect URI='http://www.w3.org/ns/ws-policy'
+(20)          Identifier='http://services.example.org/stockquote/policy'/>
 (21)      &lt;/mex:GetMetadata>
 (22)    &lt;/s11:Body>
 (23)  &lt;/s11:Envelope&gt;</eg>
@@ -820,8 +820,8 @@
 
    <example>
     <eg>&lt;mex:Metadata ...>
-  &lt;mex:MetadataSection Dialect="<emph>xs:anyURI</emph>"
-                       Identifier="<emph>xs:anyURI</emph>"? ...>
+  &lt;mex:MetadataSection Dialect='<emph>xs:anyURI</emph>'
+                       Identifier='<emph>xs:anyURI</emph>'? ...>
   (
     &lt;mex:MetadataReference ...>
       <emph>endpoint-reference-type</emph>
@@ -886,7 +886,7 @@
     metadata format(s).
    </p>
 
-   <table border ='1'>
+   <table border='1'>
     <tbody>
      <tr>
       <th align="left"> Dialect IRI </th>
@@ -928,7 +928,7 @@
    <glist>
     <gitem>
      <label>
-      /mex:Metadata/mex:MetadataSection/@Dialect ="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex"
+      /mex:Metadata/mex:MetadataSection/@Dialect='http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex'
      </label>
      <def>
       <p>
@@ -974,7 +974,7 @@
     </gitem>
    </glist>
 
-   <table border ='1'>
+   <table border='1'>
     <tbody>
      <tr>
       <th align="left"> Dialect IRI </th>
@@ -1107,9 +1107,9 @@
 
 <kw>[Body]</kw>
   &lt;mex:GetMetadata ... >
-    &lt;mex:Dialect URI="<emph>xs:anyURI</emph>" 
-                 Identifier="<emph>xs:anyURI</emph>" ?
-                 Content="<emph>xs:anyURI</emph>" ? .../> *
+    &lt;mex:Dialect URI='<emph>xs:anyURI</emph>'
+                 Identifier='<emph>xs:anyURI</emph>' ?
+                 Content='<emph>xs:anyURI</emph>' ? .../> *
     <emph>xs:any</emph>*
   &lt;/mex:GetMetadata&gt; </eg>
     </example>
@@ -1148,7 +1148,7 @@
       </def>
      </gitem>
 <gitem>
-      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all"  </label>
+      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI='http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/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. 
@@ -1156,7 +1156,7 @@
       </def>
      </gitem>
 <gitem>
-      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex"</label>
+      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI='http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex'</label>
       <def>
        <p>
         This value returns no metadata sections. 
@@ -1191,7 +1191,7 @@
         Metadata Sections of the specified form for this IRI/Identifier pair.
         This specification defines the following content form IRIs:
        </p>
-       <table border ='1'>
+       <table border='1'>
         <tbody>
          <tr>
           <th align="left"> Content Form IRI </th>
@@ -1745,10 +1745,9 @@
 
     <example>
      <eg>&lt;mex:MetadataExchange ...>
-  &lt;mex:MetadataExchangeDialect ...>
-    <emph>xs:anyURI</emph>
+  &lt;mex:MetadataExchangeDialect value='<emph>xs:anyURI</emph>' ...>
+    &lt;mex:MetadataContent ...> <emph>xs:anyURI</emph> &lt;/mex:MetadataContent> *
   &lt;/mex:MetadataExchangeDialect> * 
-  &lt;mex:MetadataContent ...> <emph>xs:anyURI</emph> &lt;/mex:MetadataContent> *
   ...
 &lt;/mex:MetadataExchange></eg>
     </example>
@@ -1772,7 +1771,7 @@
      </gitem>
 
      <gitem>
-      <label> /mex:MetadataExchange/mex:MetadataExchangeDialect </label>
+      <label> /mex:MetadataExchange/mex:MetadataExchangeDialect@value </label>
        <def>
         <p>
          When present, this OPTIONAL parameter indicates support for the 
@@ -1782,7 +1781,7 @@
      </gitem>
 
      <gitem>
-      <label> /mex:MetadataExchange/mex:MetadataContent </label>
+      <label> /mex:MetadataExchange/mex:MetadataExchangeDialect/mex:MetadataContent </label>
        <def>
         <p>
          When present, this OPTIONAL parameter indicates support for the 
@@ -2037,8 +2036,8 @@
     blockDefault='#all'>
 
   &lt;xs:import
-      namespace="http://www.w3.org/2005/08/addressing"
-      schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/>
+      namespace='http://www.w3.org/2005/08/addressing'
+      schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd'/>
 
   &lt;!-- Get Metadata request -->
   &lt;xs:element name='GetMetadata'>
@@ -2104,25 +2103,31 @@
   &lt;xs:element name='Location' type='xs:anyURI'/>
 
   &lt;!-- Policy -->
-  &lt;xs:complexType name="URI">
+  &lt;xs:complexType name='URI'>
     &lt;xs:simpleContent>
-      &lt;xs:extension base="xs:anyURI">
-        &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+      &lt;xs:extension base='xs:anyURI'>
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
       &lt;/xs:extension>
     &lt;/xs:simpleContent>
   &lt;/xs:complexType>
 
-  &lt;xs:element name="MetadataExchange">
+  &lt;xs:element name='MetadataExchange'>
     &lt;xs:complexType>
       &lt;xs:sequence>
-        &lt;xs:element name="MetadataExchangeDialect" type="tns:URI" minOccurs="0"
-                                                   maxOccurs="unbounded"/>
-        &lt;xs:element name="MetadataContent" type="tns:URI" minOccurs="0"
-                                           maxOccurs="unbounded"/>
-        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
-                                    maxOccurs="unbounded"/>
+        &lt;xs:element name='MetadataExchangeDialect'>
+          &lt;xs:complexType>
+            &lt;xs:sequence>
+              &lt;xs:element name='MetadataContent' type='tns:URI' minOccurs='0'
+                                                 maxOccurs='unbounded'/>
+            &lt;/xs:sequence>
+            &lt;xs:attribute name='value' type='xs:anyURI' use='required'/>
+            &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
+          &lt;/xs:complexType>
+        &lt;/xs:element>
+        &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
+                                    maxOccurs='unbounded'/>
       &lt;/xs:sequence>
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' />
     &lt;/xs:complexType>
   &lt;/xs:element>
 
@@ -2518,6 +2523,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8201">8201</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/12/08 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8227">8227</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wsmex.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- wsmex.html	1 Dec 2009 23:55:37 -0000	1.90
+++ wsmex.html	9 Dec 2009 00:27:04 -0000	1.91
@@ -294,8 +294,8 @@
 (16)    &lt;/s11:Header&gt;
 (17)    &lt;s11:Body&gt;
 (18)      &lt;mex:GetMetadata&gt;
-(19)        &lt;mex:Dialect URI="http://www.w3.org/ns/ws-policy"
-(20)          Identifier="http://services.example.org/stockquote/policy"/&gt;
+(19)        &lt;mex:Dialect URI='http://www.w3.org/ns/ws-policy'
+(20)          Identifier='http://services.example.org/stockquote/policy'/&gt;
 (21)      &lt;/mex:GetMetadata&gt;
 (22)    &lt;/s11:Body&gt;
 (23)  &lt;/s11:Envelope&gt;</pre></div></div><p>
@@ -515,8 +515,8 @@
    </p><p>
     The outline for the Metadata element is: 
    </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;mex:Metadata ...&gt;
-  &lt;mex:MetadataSection Dialect="<em>xs:anyURI</em>"
-                       Identifier="<em>xs:anyURI</em>"? ...&gt;
+  &lt;mex:MetadataSection Dialect='<em>xs:anyURI</em>'
+                       Identifier='<em>xs:anyURI</em>'? ...&gt;
   (
     &lt;mex:MetadataReference ...&gt;
       <em>endpoint-reference-type</em>
@@ -556,7 +556,7 @@
     more than one XML Schema document, including them all, one per 
     Metadata Section, is explicitly encouraged.
    </p><dl><dt class="label">
-      /mex:Metadata/mex:MetadataSection/@Dialect ="http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex"
+      /mex:Metadata/mex:MetadataSection/@Dialect='http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex'
      </dt><dd><p>
        This Dialect value indicates that the type of the metadata contained 
        within the Metadata Section is itself a mex:Metadata element.  
@@ -646,9 +646,9 @@
 
 <b>[Body]</b>
   &lt;mex:GetMetadata ... &gt;
-    &lt;mex:Dialect URI="<em>xs:anyURI</em>" 
-                 Identifier="<em>xs:anyURI</em>" ?
-                 Content="<em>xs:anyURI</em>" ? .../&gt; *
+    &lt;mex:Dialect URI='<em>xs:anyURI</em>'
+                 Identifier='<em>xs:anyURI</em>' ?
+                 Content='<em>xs:anyURI</em>' ? .../&gt; *
     <em>xs:any</em>*
   &lt;/mex:GetMetadata&gt; </pre></div></div><p>
      The following describes additional, normative constraints on the 
@@ -666,9 +666,9 @@
         specified by this IRI. If the receiver does not have any Metadata 
         Sections of this indicated Dialect, the response MUST include zero 
         Metadata Sections for this IRI. 
-       </p></dd><dt class="label"><b>[Body]</b>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex-all"  </dt><dd><p>
+       </p></dd><dt class="label"><b>[Body]</b>/mex:GetMetadata/mex:Dialect@URI='http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex-all' </dt><dd><p>
         This value returns all known metadata.  The endpoint has the option to optimize the format in which it returns the data. 
-       </p></dd><dt class="label"><b>[Body]</b>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex"</dt><dd><p>
+       </p></dd><dt class="label"><b>[Body]</b>/mex:GetMetadata/mex:Dialect@URI='http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex'</dt><dd><p>
         This value returns no metadata sections. 
        </p></dd><dt class="label"><b>[Body]</b>/mex:GetMetadata/mex:Dialect@Identifier </dt><dd><p>
         When this OPTIONAL attribute is present, the response MUST include only
@@ -1027,10 +1027,9 @@
     </p><p>
      The normative outline of this assertion is:
     </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;mex:MetadataExchange ...&gt;
-  &lt;mex:MetadataExchangeDialect ...&gt;
-    <em>xs:anyURI</em>
+  &lt;mex:MetadataExchangeDialect value='<em>xs:anyURI</em>' ...&gt;
+    &lt;mex:MetadataContent ...&gt; <em>xs:anyURI</em> &lt;/mex:MetadataContent&gt; *
   &lt;/mex:MetadataExchangeDialect&gt; * 
-  &lt;mex:MetadataContent ...&gt; <em>xs:anyURI</em> &lt;/mex:MetadataContent&gt; *
   ...
 &lt;/mex:MetadataExchange&gt;</pre></div></div><p>
      The following describes additional, normative constraints on the
@@ -1039,10 +1038,10 @@
          This policy assertion specifies that WS-Exchange protocol MUST be 
          used when communicating with this endpoint. This assertion has 
          Endpoint Policy Subject.
-        </p></dd><dt class="label"> /mex:MetadataExchange/mex:MetadataExchangeDialect </dt><dd><p>
+        </p></dd><dt class="label"> /mex:MetadataExchange/mex:MetadataExchangeDialect@value </dt><dd><p>
          When present, this OPTIONAL parameter indicates support for the 
          specified MetadataExchange Dialect IRI.
-        </p></dd><dt class="label"> /mex:MetadataExchange/mex:MetadataContent </dt><dd><p>
+        </p></dd><dt class="label"> /mex:MetadataExchange/mex:MetadataExchangeDialect/mex:MetadataContent </dt><dd><p>
          When present, this OPTIONAL parameter indicates support for the 
          specified MetadataExchange content IRI.
         </p></dd></dl><p>
@@ -1183,8 +1182,8 @@
     blockDefault='#all'&gt;
 
   &lt;xs:import
-      namespace="http://www.w3.org/2005/08/addressing"
-      schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/&gt;
+      namespace='http://www.w3.org/2005/08/addressing'
+      schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd'/&gt;
 
   &lt;!-- Get Metadata request --&gt;
   &lt;xs:element name='GetMetadata'&gt;
@@ -1250,25 +1249,31 @@
   &lt;xs:element name='Location' type='xs:anyURI'/&gt;
 
   &lt;!-- Policy --&gt;
-  &lt;xs:complexType name="URI"&gt;
+  &lt;xs:complexType name='URI'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="xs:anyURI"&gt;
-        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;xs:extension base='xs:anyURI'&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:element name="MetadataExchange"&gt;
+  &lt;xs:element name='MetadataExchange'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="MetadataExchangeDialect" type="tns:URI" minOccurs="0"
-                                                   maxOccurs="unbounded"/&gt;
-        &lt;xs:element name="MetadataContent" type="tns:URI" minOccurs="0"
-                                           maxOccurs="unbounded"/&gt;
-        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
-                                    maxOccurs="unbounded"/&gt;
+        &lt;xs:element name='MetadataExchangeDialect'&gt;
+          &lt;xs:complexType&gt;
+            &lt;xs:sequence&gt;
+              &lt;xs:element name='MetadataContent' type='tns:URI' minOccurs='0'
+                                                 maxOccurs='unbounded'/&gt;
+            &lt;/xs:sequence&gt;
+            &lt;xs:attribute name='value' type='xs:anyURI' use='required'/&gt;
+            &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
+          &lt;/xs:complexType&gt;
+        &lt;/xs:element&gt;
+        &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
+                                    maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
 
@@ -1361,4 +1366,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8280">8280</a></td></tr><tr><td> 2009/12/01 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8291">8291</a></td></tr><tr><td> 2009/12/01 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8203">8203</a></td></tr><tr><td> 2009/12/01 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8201">8201</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8201">8201</a></td></tr><tr><td> 2009/12/08 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8227">8227</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Wednesday, 9 December 2009 00:27:08 UTC