- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Nov 2010 02:58:35 +0000
- To: public-ws-resource-access-notifications@w3.org
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><wst:TransferResource ...> <wst:PutOperationSupported .../> ? <wst:DeleteOperationSupported .../> ? - <wst:FaultOnPutDenied.../> ? + <wst:FaultOnPutDenied .../> ? <wst:Dialect URI='<emph>xs:anyURI</emph> ...> <emph>xs:any</emph>* </wst:Dialect> * @@ -1895,6 +1895,7 @@ <example> <eg><wst:TransferResourceFactory ...> + <wst:Resource ...> <emph>xs:QName</emph> </wst:Resource> * <wst:Dialect URI="<emph>xs:anyURI</emph>" ...> <emph>xs:any</emph>* </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 @@ </xs:simpleContent> </xs:complexType> + <xs:complexType name='QName'> + <xs:simpleContent> + <xs:extension base='xs:QName'> + <xs:anyAttribute namespace='##other' processContents='lax'/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + <xs:complexType name='Empty'> <xs:sequence/> <xs:anyAttribute namespace='##other' processContents='lax'/> @@ -2296,7 +2316,7 @@ <xs:anyAttribute namespace="##other" processContents='lax'/> </xs:complexType> </xs:element> - <xs:element name='Resource' type='xs:QName' minOccurs='0'/> + <xs:element name='Resource' type='tns:QName' minOccurs='0'/> <xs:any namespace='##other' processContents='lax' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> @@ -2307,6 +2327,7 @@ <xs:element name='TransferResourceFactory'> <xs:complexType> <xs:sequence> + <xs:element name='Resource' type='tns:QName' minOccurs='0'/> <xs:element name='Dialect' minOccurs='0' maxOccurs='unbounded'> <xs:complexType> <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 @@ 8.2 <a href="#iddiv2x1x1414">TransferResourceFactory Assertion</a><br/> 9 <a href="#acks">Acknowledgements</a><br/> 10 <a href="#refs">References</a><br/> - 10.1 <a href="#iddiv2x1x1477">Normative References</a><br/> - 10.2 <a href="#iddiv2x1x1637">Informative References</a><br/> + 10.1 <a href="#iddiv2x1x1486">Normative References</a><br/> + 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><wst:TransferResource ...> <wst:PutOperationSupported .../> ? <wst:DeleteOperationSupported .../> ? - <wst:FaultOnPutDenied.../> ? + <wst:FaultOnPutDenied .../> ? <wst:Dialect URI='<em>xs:anyURI</em> ...> <em>xs:any</em>* </wst:Dialect> * @@ -1085,6 +1085,7 @@ (wst:TransferResourceFactory). The normative outline of this assertion is: </p><div class="exampleOuter"><div class="exampleInner"><pre><wst:TransferResourceFactory ...> + <wst:Resource ...> <em>xs:QName</em> </wst:Resource> * <wst:Dialect URI="<em>xs:anyURI</em>" ...> <em>xs:any</em>* </wst:Dialect> * @@ -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 @@ </xs:simpleContent> </xs:complexType> + <xs:complexType name='QName'> + <xs:simpleContent> + <xs:extension base='xs:QName'> + <xs:anyAttribute namespace='##other' processContents='lax'/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + <xs:complexType name='Empty'> <xs:sequence/> <xs:anyAttribute namespace='##other' processContents='lax'/> @@ -1358,7 +1371,7 @@ <xs:anyAttribute namespace="##other" processContents='lax'/> </xs:complexType> </xs:element> - <xs:element name='Resource' type='xs:QName' minOccurs='0'/> + <xs:element name='Resource' type='tns:QName' minOccurs='0'/> <xs:any namespace='##other' processContents='lax' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> @@ -1369,6 +1382,7 @@ <xs:element name='TransferResourceFactory'> <xs:complexType> <xs:sequence> + <xs:element name='Resource' type='tns:QName' minOccurs='0'/> <xs:element name='Dialect' minOccurs='0' maxOccurs='unbounded'> <xs:complexType> <xs:sequence> @@ -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