WWW/2002/ws/ra/edcopies wst.html,1.128,1.129 wst.xml,1.126,1.127

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

Modified Files:
	wst.html wst.xml 
Log Message:
11202


Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- wst.xml	3 Nov 2010 19:50:05 -0000	1.126
+++ wst.xml	17 Nov 2010 02:58:33 -0000	1.127
@@ -1760,7 +1760,7 @@
      <eg>&lt;wst:TransferResource ...>
   &lt;wst:PutOperationSupported .../> ?
   &lt;wst:DeleteOperationSupported .../> ?
-  &lt;wst:FaultOnPutDenied.../> ?
+  &lt;wst:FaultOnPutDenied .../> ?
   &lt;wst:Dialect URI='<emph>xs:anyURI</emph> ...> 
     <emph>xs:any</emph>*
   &lt;/wst:Dialect> * 
@@ -1895,6 +1895,7 @@
 
     <example>
      <eg>&lt;wst:TransferResourceFactory ...>
+  &lt;wst:Resource ...> <emph>xs:QName</emph> &lt;/wst:Resource> *
   &lt;wst:Dialect URI="<emph>xs:anyURI</emph>" ...>
     <emph>xs:any</emph>*
   &lt;/wst:Dialect> *
@@ -1923,6 +1924,17 @@
      </gitem>
 
      <gitem>
+      <label> /wst:TransferResourceFactory/wst:Resource </label>
+       <def>
+        <p>
+         When present, this repeating OPTIONAL parameter indicates the QName
+         referencing the GED of one type of resource representation
+         supported by this factory.
+        </p>
+       </def>
+     </gitem>
+
+     <gitem>
       <label> /wst:TransferResourceFactory/wst:Dialect </label>
        <def>
         <p>
@@ -2273,6 +2285,14 @@
     &lt;/xs:simpleContent>
   &lt;/xs:complexType>
 
+  &lt;xs:complexType name='QName'>
+    &lt;xs:simpleContent>
+      &lt;xs:extension base='xs:QName'>
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
+  &lt;/xs:complexType>
+
   &lt;xs:complexType name='Empty'>
     &lt;xs:sequence/>
     &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
@@ -2296,7 +2316,7 @@
             &lt;xs:anyAttribute namespace="##other" processContents='lax'/>
           &lt;/xs:complexType>
         &lt;/xs:element>
-        &lt;xs:element name='Resource' type='xs:QName' minOccurs='0'/>
+        &lt;xs:element name='Resource' type='tns:QName' minOccurs='0'/>
         &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
                                     maxOccurs='unbounded'/>
       &lt;/xs:sequence>
@@ -2307,6 +2327,7 @@
   &lt;xs:element name='TransferResourceFactory'>
     &lt;xs:complexType>
       &lt;xs:sequence>
+        &lt;xs:element name='Resource' type='tns:QName' minOccurs='0'/>
         &lt;xs:element name='Dialect' minOccurs='0' maxOccurs='unbounded'>
           &lt;xs:complexType>
             &lt;xs:sequence>
@@ -2900,6 +2921,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=10339">10339</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2010/11/16 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11202">11202</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- wst.html	3 Nov 2010 19:50:05 -0000	1.128
+++ wst.html	17 Nov 2010 02:58:33 -0000	1.129
@@ -67,8 +67,8 @@
 &nbsp;&nbsp;&nbsp;8.2 <a href="#iddiv2x1x1414">TransferResourceFactory Assertion</a><br/>
 9 <a href="#acks">Acknowledgements</a><br/>
 10 <a href="#refs">References</a><br/>
-&nbsp;&nbsp;&nbsp;10.1 <a href="#iddiv2x1x1477">Normative References</a><br/>
-&nbsp;&nbsp;&nbsp;10.2 <a href="#iddiv2x1x1637">Informative References</a><br/>
+&nbsp;&nbsp;&nbsp;10.1 <a href="#iddiv2x1x1486">Normative References</a><br/>
+&nbsp;&nbsp;&nbsp;10.2 <a href="#iddiv2x1x1646">Informative References</a><br/>
 </p>
 <h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#Appendix_I__E2_80_93_XSD">XML Schema</a><br/>
 B <a href="#WSDL">WSDL</a><br/>
@@ -1024,7 +1024,7 @@
     </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;wst:TransferResource ...&gt;
   &lt;wst:PutOperationSupported .../&gt; ?
   &lt;wst:DeleteOperationSupported .../&gt; ?
-  &lt;wst:FaultOnPutDenied.../&gt; ?
+  &lt;wst:FaultOnPutDenied .../&gt; ?
   &lt;wst:Dialect URI='<em>xs:anyURI</em> ...&gt; 
     <em>xs:any</em>*
   &lt;/wst:Dialect&gt; * 
@@ -1085,6 +1085,7 @@
      (wst:TransferResourceFactory).
      The normative outline of this assertion is:
     </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;wst:TransferResourceFactory ...&gt;
+  &lt;wst:Resource ...&gt; <em>xs:QName</em> &lt;/wst:Resource&gt; *
   &lt;wst:Dialect URI="<em>xs:anyURI</em>" ...&gt;
     <em>xs:any</em>*
   &lt;/wst:Dialect&gt; *
@@ -1098,6 +1099,10 @@
          factory
          and the WS-Transfer protocol MUST
          be used when communicating with this endpoint.
+        </p></dd><dt class="label"> /wst:TransferResourceFactory/wst:Resource </dt><dd><p>
+         When present, this repeating OPTIONAL parameter indicates the QName
+         referencing the GED of one type of resource representation
+         supported by this factory.
         </p></dd><dt class="label"> /wst:TransferResourceFactory/wst:Dialect </dt><dd><p>
          When present, this OPTIONAL parameter indicates support for the 
          specified Dialect IRI.
@@ -1143,7 +1148,7 @@
       Yves Lafon (W3C/ERCIM).
    </p></div><div class="div1">
 <h2><a name="refs" id="refs"/>10 References</h2><div class="div2">
-<h3><a name="iddiv2x1x1477" id="iddiv2x1x1477"/>10.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
+<h3><a name="iddiv2x1x1486" id="iddiv2x1x1486"/>10.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
         Key words for use in RFCs to Indicate Requirement Levels
        </cite></a>
        , S. Bradner, Author.
@@ -1206,7 +1211,7 @@
        , P. Biron, A. Malhotra, Editors.
        World Wide Web Consortium (W3C), 28 October 2004.
       Available at <a href="http://www.w3.org/TR/xmlschema-2/">http://www.w3.org/TR/xmlschema-2/</a>.</dd></dl></div><div class="div2">
-<h3><a name="iddiv2x1x1637" id="iddiv2x1x1637"/>10.2 Informative References</h3><dl><dt class="label"><a name="WsFrag" id="WsFrag"/>WS-Fragment</dt><dd><a href="http://www.w3.org/TR/ws-fragment"><cite>
+<h3><a name="iddiv2x1x1646" id="iddiv2x1x1646"/>10.2 Informative References</h3><dl><dt class="label"><a name="WsFrag" id="WsFrag"/>WS-Fragment</dt><dd><a href="http://www.w3.org/TR/ws-fragment"><cite>
        W3C Working Group Draft, "Web Services Fragment (WS-Fragment) 1.0"
       </cite></a>
       , D. Davis, et al., Editors.
@@ -1335,6 +1340,14 @@
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
+  &lt;xs:complexType name='QName'&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base='xs:QName'&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;
+
   &lt;xs:complexType name='Empty'&gt;
     &lt;xs:sequence/&gt;
     &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
@@ -1358,7 +1371,7 @@
             &lt;xs:anyAttribute namespace="##other" processContents='lax'/&gt;
           &lt;/xs:complexType&gt;
         &lt;/xs:element&gt;
-        &lt;xs:element name='Resource' type='xs:QName' minOccurs='0'/&gt;
+        &lt;xs:element name='Resource' type='tns:QName' minOccurs='0'/&gt;
         &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
                                     maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
@@ -1369,6 +1382,7 @@
   &lt;xs:element name='TransferResourceFactory'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
+        &lt;xs:element name='Resource' type='tns:QName' minOccurs='0'/&gt;
         &lt;xs:element name='Dialect' minOccurs='0' maxOccurs='unbounded'&gt;
           &lt;xs:complexType&gt;
             &lt;xs:sequence&gt;
@@ -1557,4 +1571,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9087">9087</a></td></tr><tr><td> 2010/05/11 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9569">9569</a></td></tr><tr><td> 2010/05/11 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9699">9699</a></td></tr><tr><td> 2010/08/17 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=10339">10339</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=10339">10339</a></td></tr><tr><td> 2010/11/16 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11202">11202</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Wednesday, 17 November 2010 02:58:38 UTC