WWW/2002/ws/ra/edcopies scenario.html,1.11,1.12 scenario.xml,1.11,1.12

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

Modified Files:
	scenario.html scenario.xml 
Log Message:
shouldn't require the client to define the uuid of a new animal


Index: scenario.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/scenario.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scenario.xml	4 Jan 2011 14:57:58 -0000	1.11
+++ scenario.xml	7 Jan 2011 16:57:39 -0000	1.12
@@ -333,7 +333,7 @@
      <tr>
       <td> Birthdate </td>
       <td> The day on which the animal was born </td> 
-      <td> 12/08/2006 </td> 
+      <td> 2006-12-08 </td> 
      </tr>
      <tr>
       <td> Gender </td>
@@ -394,7 +394,7 @@
     <ulist>
      <item> 
       <p>
-       ID: 13c76450-de3d-11df-85ca-0800200c9a66 <phrase/>
+       ID: -- system defined -- <phrase/>
        Name: Howard <phrase/>
        Birthdate: 12/08/2006 <phrase/>
        Gender: Male <phrase/>
@@ -405,7 +405,7 @@
      </item>
      <item> 
       <p>
-       ID: 234b6840-de3d-11df-85ca-0800200c9a66 <phrase/>
+       ID: -- system defined -- <phrase/>
        Name: Kerry <phrase/>
        Birthdate: 05/22/2008 <phrase/>
        Gender: Female <phrase/>
@@ -416,7 +416,7 @@
      </item>
      <item> 
       <p>
-       ID: 32675b90-de3d-11df-85ca-0800200c9a66 <phrase/>
+       ID: -- system defined -- <phrase/>
        Name: Oscar <phrase/>
        Birthdate: 03/01/2010 <phrase/>
        Gender: Male <phrase/>

Index: scenario.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/scenario.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scenario.html	4 Jan 2011 14:57:58 -0000	1.11
+++ scenario.html	7 Jan 2011 16:57:39 -0000	1.12
@@ -148,7 +148,7 @@
    </p><p>
     A set of properties is maintained for each animal that is tagged.  
     The following properties are stored:
-   </p><a name="animal_props" id="animal_props"/><table border="1"><caption>Table 3-1:  Properties for each animal </caption><tbody><tr><th align="left"> Property </th><th align="left"> Description </th><th align="left"> Example </th></tr><tr><td> ID </td><td> A GUID that uniquely identifies the animal </td><td> 13c76450-de3d-11df-85ca-0800200c9a66 </td></tr><tr><td> Name </td><td> The name given to the animal </td><td> Howard </td></tr><tr><td> Birthdate </td><td> The day on which the animal was born </td><td> 12/08/2006 </td></tr><tr><td> Gender </td><td> The gender of the animal </td><td> Male </td></tr><tr><td> Family </td><td> The Family of which the animal is a member </td><td> Eschrichtiidae </td></tr><tr><td> Genus </td><td> The Genus of which the animal is a member </td><td> Eschrichtius </td></tr><tr><td> Species </td><td> The Species of which the animal is a member </td><td> robustus </td></tr><tr><td> Current Location </td><td> The current GPS location of the animal </td><td> </td></tr></tbody>/table><p>
+   </p><a name="animal_props" id="animal_props"/><table border="1"><caption>Table 3-1:  Properties for each animal </caption><tbody><tr><th align="left"> Property </th><th align="left"> Description </th><th align="left"> Example </th></tr><tr><td> ID </td><td> A GUID that uniquely identifies the animal </td><td> 13c76450-de3d-11df-85ca-0800200c9a66 </td></tr><tr><td> Name </td><td> The name given to the animal </td><td> Howard </td></tr><tr><td> Birthdate </td><td> The day on which the animal was born </td><td> 2006-12-08 </td></tr><tr><td> Gender </td><td> The gender of the animal </td><td> Male </td></tr><tr><td> Family </td><td> The Family of which the animal is a member </td><td> Eschrichtiidae </td></tr><tr><td> Genus </td><td> The Genus of which the animal is a member </td><td> Eschrichtius </td></tr><tr><td> Species </td><td> The Species of which the animal is a member </td><td> robustus </td></tr><tr><td> Current Location </td><td> The current GPS location of the animal </td><td> </td></tr></tbody>/table><p>
     The XML representation of each tag will match the following
     pseudo-schema:
    </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;sce:Animal ...&gt;
@@ -167,21 +167,21 @@
      At a minimum each service side implementation of this scenario
      MUST initially have at least the following animals/tags:
     </p><ul><li><p>
-       ID: 13c76450-de3d-11df-85ca-0800200c9a66 <br/>
+       ID: -- system defined -- <br/>
        Name: Howard <br/>
        Birthdate: 12/08/2006 <br/>
        Gender: Male <br/>
        Family: Eschrichtiidae <br/>
        Genus: Eschrichtius <br/>
        Species: robustus <br/></p></li><li><p>
-       ID: 234b6840-de3d-11df-85ca-0800200c9a66 <br/>
+       ID: -- system defined -- <br/>
        Name: Kerry <br/>
        Birthdate: 05/22/2008 <br/>
        Gender: Female <br/>
        Family: ... <br/>
        Genus: ... <br/>
        Species: ... <br/></p></li><li><p>
-       ID: 32675b90-de3d-11df-85ca-0800200c9a66 <br/>
+       ID: -- system defined -- <br/>
        Name: Oscar <br/>
        Birthdate: 03/01/2010 <br/>
        Gender: Male <br/>

Received on Friday, 7 January 2011 16:57:43 UTC