Bug #1166
opencreate a schema for registry metadata
0%
Description
Need a schema that defines the metadata associated with an EcoGrid Registry.
Minimally this is the GSH of the registry, but it also will likely include other
information, such as contact info for the maintainers, and mechanisms to get
lists of the services registered there (probably already part of the ogsa
registry interface). Matt agreed to start this, and Raja will review it.
Related issues
Updated by Matt Jones about 21 years ago
This schema will be used in the <record> elements that are returned from queries
to specify the GSH and other service metadata. A possible structure that fits
into the resultset.xsd schema might look like this:
<resultset>
...
<record system="ecogrid://VOR.4" identifier="service.22">
<regiseredService>
<gsh>ecogrid://foo.com/my/service/handle</gsh>
<serviceData>
<analysisType system-"ontoService">GARP</analysisType>
</serviceData>
</registeredService>
</record>
</resultset>
Note that it was Bing and not Raja that agreed to review this.