WWW/2002/ws/ra/edcopies wst.xml,1.24,1.25

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

Modified Files:
	wst.xml 
Log Message:
make the specs consistent w.r.t. how ?+* appear after xs:any 
In other words, outside of the the <emph> tags


Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- wst.xml	5 Apr 2009 19:31:04 -0000	1.24
+++ wst.xml	8 Apr 2009 00:20:52 -0000	1.25
@@ -451,7 +451,7 @@
 
 <kw>[Body]</kw>
     &lt;wst:Get ...&gt;
-      <emph>xs:any *</emph>
+      <emph>xs:any</emph>*
     &lt;/wst:Get&gt;</eg>
         </example>
         <p>The following describes additional, normative constraints on the outline
@@ -493,7 +493,7 @@
 
 <kw>[Body]</kw>
   &lt;wst:GetResponse ...&gt;
-    <emph>xs:any +</emph>
+    <emph>xs:any</emph>+
   &lt;/wst:GetResponse&gt;</eg>
         </example>
 
@@ -609,7 +609,7 @@
 
 <kw>[Body]</kw>
   &lt;wst:Put ...&gt;
-    <emph>xs:any +</emph>
+    <emph>xs:any</emph>+
   &lt;/wst:Put&gt;</eg>
         </example>
         <p>
@@ -670,7 +670,7 @@
 
 <kw>[Body]</kw>
   &lt;wst:PutResponse ...&gt;
-    <emph>xs:any ?</emph>
+    <emph>xs:any</emph>?
   &lt;/wst:PutResponse&gt;</eg>
         </example>
         <glist>
@@ -800,7 +800,7 @@
 
 <kw>[Body]</kw>
   &lt;wst:Delete ...&gt;
-    <emph>xs:any *</emph>
+    <emph>xs:any</emph>*
   &lt;/wst:Delete&gt;</eg>
         </example>
         <p>The following describes additional, normative constraints on the outline
@@ -834,7 +834,7 @@
 
 <kw>[Body]</kw>
   &lt;wst:DeleteResponse ...&gt;
-    <emph>xs:any ?</emph>
+    <emph>xs:any</emph>?
   &lt;/wst:DeleteResponse&gt;</eg>
         </example>
         <glist>
@@ -939,7 +939,7 @@
 
 <kw>[Body]</kw>
   &lt;wst:Create ...&gt;
-    <emph>xs:any *</emph>
+    <emph>xs:any</emph>*
   &lt;/wst:Create&gt;</eg>
         </example>
         <p>
@@ -991,7 +991,7 @@
 <kw>[Body]</kw>
   &lt;wst:CreateResponse ...&gt;
     &lt;wst:ResourceCreated&gt;<emph>endpoint-reference</emph>&lt;/wst:ResourceCreated&gt;
-    <emph>xs:any ?</emph>
+    <emph>xs:any</emph>?
   &lt;/wst:CreateResponse&gt;</eg>
         </example>
         <glist>

Received on Wednesday, 8 April 2009 00:21:08 UTC