Bug #1166
create 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
History
#1 Updated by Matt Jones over 18 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.
#2 Updated by Matt Jones over 16 years ago
Reassigning to tao.
#3 Updated by Redmine Admin about 9 years ago
Original Bugzilla ID was 1166