WWW/2002/ws/ra/test scenario.html,1.4,1.5 scenario.xml,1.4,1.5

Update of /w3ccvs/WWW/2002/ws/ra/test
In directory hutz:/tmp/cvs-serv2510

Modified Files:
	scenario.html scenario.xml 
Log Message:
fix a few typos


Index: scenario.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scenario.xml	3 Feb 2011 01:27:52 -0000	1.4
+++ scenario.xml	3 Feb 2011 13:59:11 -0000	1.5
@@ -380,7 +380,7 @@
   &lt;sce:CurrentLocation> <emph>xs:any</emph> &lt;/sce:CurrentLocation>
   &lt;sce:EPR> <emph>wsa:endpoint-reference to this Animal</emph> &lt;/sce:EPR> ?
   &lt;sce:History>
-    &lt;sce:Entry Date="<emph>xs:date</emph>"? Who="<emph>xs:string</emph>" ...> <emph>xs:string</emph> &lt;/sce:Entry> *
+    &lt;sce:Entry Date="<emph>xs:date</emph>"? Who="<emph>xs:string</emph>"? ...> <emph>xs:string</emph> &lt;/sce:Entry> *
   &lt;sce:/History>
   <emph>xs:any</emph>
 &lt;/sce:Animal> </eg>
@@ -2223,7 +2223,7 @@
 
      <example>
       <eg>&lt;sce:Animal xmlns:sce="http://www.w3.org/2002/ws/ra/test/scenario">
-  &lt;sce:ID>http://www.ibm.com/guid/dcf7193cc0a701666e686e687be2a808&lt;/sce:ID>
+  &lt;sce:ID> ... &lt;/sce:ID>
   &lt;sce:Name> ... &lt;/sce:Name>
   &lt;sce:Birthdate> ... &lt;/sce:Birthdate>
   &lt;sce:Gender> ... &lt;/sce:Gender>

Index: scenario.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scenario.html	3 Feb 2011 01:27:52 -0000	1.4
+++ scenario.html	3 Feb 2011 13:59:10 -0000	1.5
@@ -174,7 +174,7 @@
   &lt;sce:CurrentLocation&gt; <em>xs:any</em> &lt;/sce:CurrentLocation&gt;
   &lt;sce:EPR&gt; <em>wsa:endpoint-reference to this Animal</em> &lt;/sce:EPR&gt; ?
   &lt;sce:History&gt;
-    &lt;sce:Entry Date="<em>xs:date</em>"? Who="<em>xs:string</em>" ...&gt; <em>xs:string</em> &lt;/sce:Entry&gt; *
+    &lt;sce:Entry Date="<em>xs:date</em>"? Who="<em>xs:string</em>"? ...&gt; <em>xs:string</em> &lt;/sce:Entry&gt; *
   &lt;sce:/History&gt;
   <em>xs:any</em>
 &lt;/sce:Animal&gt; </pre></div></div><p>
@@ -996,7 +996,7 @@
       the following variations use this Animal representation as
       an example guide for what each variation is expected to produce:
      </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;sce:Animal xmlns:sce="http://www.w3.org/2002/ws/ra/test/scenario"&gt;
-  &lt;sce:ID&gt;http://www.ibm.com/guid/dcf7193cc0a701666e686e687be2a808&lt;/sce:ID&gt;
+  &lt;sce:ID&gt; ... &lt;/sce:ID&gt;
   &lt;sce:Name&gt; ... &lt;/sce:Name&gt;
   &lt;sce:Birthdate&gt; ... &lt;/sce:Birthdate&gt;
   &lt;sce:Gender&gt; ... &lt;/sce:Gender&gt;

Received on Thursday, 3 February 2011 13:59:15 UTC