- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Apr 2009 00:22:27 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv26368
Modified Files:
wst.html
Log Message:
regen html
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- wst.html 5 Apr 2009 19:31:04 -0000 1.28
+++ wst.html 8 Apr 2009 00:22:25 -0000 1.29
@@ -219,7 +219,7 @@
<b>[Body]</b>
<wst:Get ...>
- <em>xs:any *</em>
+ <em>xs:any</em>*
</wst:Get></pre></div></div><p>The following describes additional, normative constraints on the outline
listed above:</p><dl><dt class="label"><b>[Body]</b>/wst:Get </dt><dd><p>
This REQUIRED element MAY contain child elements that
@@ -245,7 +245,7 @@
<b>[Body]</b>
<wst:GetResponse ...>
- <em>xs:any +</em>
+ <em>xs:any</em>+
</wst:GetResponse></pre></div></div><p>
The following describes additional, normative constraints on the
outline listed above:
@@ -328,7 +328,7 @@
<b>[Body]</b>
<wst:Put ...>
- <em>xs:any +</em>
+ <em>xs:any</em>+
</wst:Put></pre></div></div><p>
The following describes additional, normative constraints on the
outline listed above:
@@ -367,7 +367,7 @@
<b>[Body]</b>
<wst:PutResponse ...>
- <em>xs:any ?</em>
+ <em>xs:any</em>?
</wst:PutResponse></pre></div></div><dl><dt class="label"><b>[Body]</b>/wst:PutResponse </dt><dd><p>
This REQUIRED element MUST contain at least one child element
(the current representation of the resource) if the updated
@@ -466,7 +466,7 @@
<b>[Body]</b>
<wst:Delete ...>
- <em>xs:any *</em>
+ <em>xs:any</em>*
</wst:Delete></pre></div></div><p>The following describes additional, normative constraints on the outline
listed above:</p><dl><dt class="label"><b>[Body]</b>/wst:Delete </dt><dd><p>
This REQUIRED element MAY contain child elements that
@@ -483,7 +483,7 @@
<b>[Body]</b>
<wst:DeleteResponse ...>
- <em>xs:any ?</em>
+ <em>xs:any</em>?
</wst:DeleteResponse></pre></div></div><dl><dt class="label"><b>[Body]</b>/wst:DeleteResponse </dt><dd><p>
This REQUIRED element MAY contain a child element that
can be used for extensibility purposes.
@@ -558,7 +558,7 @@
<b>[Body]</b>
<wst:Create ...>
- <em>xs:any *</em>
+ <em>xs:any</em>*
</wst:Create></pre></div></div><p>
The following describes additional, normative constraints on the
outline listed above:
@@ -591,7 +591,7 @@
<b>[Body]</b>
<wst:CreateResponse ...>
<wst:ResourceCreated><em>endpoint-reference</em></wst:ResourceCreated>
- <em>xs:any ?</em>
+ <em>xs:any</em>?
</wst:CreateResponse></pre></div></div><dl><dt class="label"><b>[Body]</b>/wst:CreateResponse </dt><dd><p>
This REQUIRED element MUST contain, at a minimum,
a resource reference (wst:ResourceCreated element)
Received on Wednesday, 8 April 2009 00:22:37 UTC