RE: schema for scenarios

Looks good to me.


Nathan Burkhart  |  Program Manager  |  Windows Server  |  +1 (425) 707-7559  |  nathan.burkhart@microsoft.com<mailto:nathan.burkhart@microsoft.com>

From: public-ws-resource-access-request@w3.org [mailto:public-ws-resource-access-request@w3.org] On Behalf Of Gilbert Pilz
Sent: Thursday, January 06, 2011 3:04 PM
To: public-ws-resource-access@w3.org
Subject: schema for scenarios

Attached is a proposal for the schema to be used in the scenarios. The pseudo-schema would change to the following to match this:

<sce:Animal ...>
  <sce:ID> UUID </sce:ID>
  <sce:Name> xs:string </sce:Name> ?
  <sce:Birthdate> xs:date </sce:Birthdate> ?
  <sce:DateTagged> xs:date </sce:DateTagged>
  <sce:Gender> xs:string </sce:Gender>
  <sce:Family> xs:string </sce:Family>
  <sce:Genus> xs:string </sce:Genus>
  <sce:Species> xs:string </sce:Species>
  <sce:Location> gpx:ptType </sce:Location>
  <sce:EPR> wsa:endpoint-reference to this Animal </sce:EPR> ?
  xs:any
</sce:Animal>

If people are OK with this, I'd like to add it to the scenario doc.

~ gp

Received on Friday, 7 January 2011 08:03:27 UTC