- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 14:24:21 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv14274
Modified Files:
wst.html wst.xml
Log Message:
add polcy xsd section
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- wst.xml 5 Oct 2009 14:03:58 -0000 1.64
+++ wst.xml 5 Oct 2009 14:24:19 -0000 1.65
@@ -2235,6 +2235,39 @@
</example>
</div1>
+ <div1 id="policyXSD">
+ <head>Transfer Policy Schema</head>
+
+ <p>
+ A normative copy of the XML Schema description for the Transfer
+ Policy assertions can be retrieved from the following address:
+ </p>
+
+ <example>
+ <eg>http://www.w3.org/2009/09/ws-tra/TransferPolicy.xsd</eg>
+ </example>
+
+ <p>
+ A non-normative copy of the XML schema is listed below for convenience.
+ </p>
+
+ <example>
+ <eg><wstrp:TransferResource [wsp:Optional="xs:boolean"]? ...>
+ <wstrp:PutOperationSupported .../> ?
+ <wstrp:DeleteOperationSupported .../> ?
+ <wstrp:FaultOnPutDenied.../> ?
+ <wstrp:Dialect ...> xs:anyURI </wstrp:Dialect> *
+ ...
+</wstrp:TransferResource>
+
+<wstrp:TransferResourceFactory [wsp:Optional="xs:boolean"]? ...>
+ <wstrp:Dialect ...> xs :anyURI </wstrp:Dialect> *
+ ...
+</wstrp:TransferResourceFactory></eg>
+ </example>
+ </div1>
+
+
<div1 id="changelog">
<head>Change Log</head>
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- wst.html 5 Oct 2009 14:03:58 -0000 1.66
+++ wst.html 5 Oct 2009 14:24:19 -0000 1.67
@@ -67,7 +67,8 @@
</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="#Appendix_II__E2_80_93_WSDL">WSDL</a><br/>
-C <a href="#changelog">Change Log</a><br/>
+C <a href="#policyXSD">Transfer Policy Schema</a><br/>
+D <a href="#changelog">Change Log</a><br/>
</p></div><hr/><div class="body"><div class="div1">
<h2><a name="intro" id="intro"/>1 Introduction</h2><p>This specification defines a mechanism for acquiring XML-based
representations of entities using the Web service infrastructure. It defines
@@ -1325,7 +1326,24 @@
</wsdl:portType>
</wsdl:definitions></pre></div></div></div><div class="div1">
-<h2><a name="changelog" id="changelog"/>C Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue
+<h2><a name="policyXSD" id="policyXSD"/>C Transfer Policy Schema</h2><p>
+ A normative copy of the XML Schema description for the Transfer
+ Policy assertions can be retrieved from the following address:
+ </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-tra/TransferPolicy.xsd</pre></div></div><p>
+ A non-normative copy of the XML schema is listed below for convenience.
+ </p><div class="exampleOuter"><div class="exampleInner"><pre><wstrp:TransferResource [wsp:Optional="xs:boolean"]? ...>
+ <wstrp:PutOperationSupported .../> ?
+ <wstrp:DeleteOperationSupported .../> ?
+ <wstrp:FaultOnPutDenied.../> ?
+ <wstrp:Dialect ...> xs:anyURI </wstrp:Dialect> *
+ ...
+</wstrp:TransferResource>
+
+<wstrp:TransferResourceFactory [wsp:Optional="xs:boolean"]? ...>
+ <wstrp:Dialect ...> xs :anyURI </wstrp:Dialect> *
+ ...
+</wstrp:TransferResourceFactory></pre></div></div></div><div class="div1">
+<h2><a name="changelog" id="changelog"/>D Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6391">6391</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6588">6588</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6519">6519</a></td></tr><tr><td> 2009/03/09 </td><td> DD </td><td> Added resolution of issue
Received on Monday, 5 October 2009 14:24:28 UTC