WWW/2002/ws/ra/edcopies wst.html,1.28,1.29

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>
     &lt;wst:Get ...&gt;
-      <em>xs:any *</em>
+      <em>xs:any</em>*
     &lt;/wst:Get&gt;</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>
   &lt;wst:GetResponse ...&gt;
-    <em>xs:any +</em>
+    <em>xs:any</em>+
   &lt;/wst:GetResponse&gt;</pre></div></div><p>
          The following describes additional, normative constraints on the 
          outline listed above:
@@ -328,7 +328,7 @@
 
 <b>[Body]</b>
   &lt;wst:Put ...&gt;
-    <em>xs:any +</em>
+    <em>xs:any</em>+
   &lt;/wst:Put&gt;</pre></div></div><p>
          The following describes additional, normative constraints on the 
          outline listed above:
@@ -367,7 +367,7 @@
 
 <b>[Body]</b>
   &lt;wst:PutResponse ...&gt;
-    <em>xs:any ?</em>
+    <em>xs:any</em>?
   &lt;/wst:PutResponse&gt;</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>
   &lt;wst:Delete ...&gt;
-    <em>xs:any *</em>
+    <em>xs:any</em>*
   &lt;/wst:Delete&gt;</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>
   &lt;wst:DeleteResponse ...&gt;
-    <em>xs:any ?</em>
+    <em>xs:any</em>?
   &lt;/wst:DeleteResponse&gt;</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>
   &lt;wst:Create ...&gt;
-    <em>xs:any *</em>
+    <em>xs:any</em>*
   &lt;/wst:Create&gt;</pre></div></div><p>
          The following describes additional, normative constraints on the 
          outline listed above:
@@ -591,7 +591,7 @@
 <b>[Body]</b>
   &lt;wst:CreateResponse ...&gt;
     &lt;wst:ResourceCreated&gt;<em>endpoint-reference</em>&lt;/wst:ResourceCreated&gt;
-    <em>xs:any ?</em>
+    <em>xs:any</em>?
   &lt;/wst:CreateResponse&gt;</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