[seek-dev] [Bug 2194] New: - Revise resultset.xsd in ecogrid

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Sep 12 14:45:56 PDT 2005


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2194

           Summary: Revise resultset.xsd in ecogrid
           Product: SEEK
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ecogrid
        AssignedTo: tao at nceas.ucsb.edu
        ReportedBy: tao at nceas.ucsb.edu
         QAContact: seek-dev at ecoinformatics.org


Currently in query.xsd we only have one namespace for both document itself and
returnField. But in resultset.xsd, there are two namespace specification - one
is in resultsetMetadata for return document, the other is in recordSturcture
(which can specify different namespace in retrunField). So query schema doesn't
match resultset schema.

After dicussion among matt, kevin and jing, we dicided to revise resultset
schema and keep query schema.

Here is the modification need to be done:
1) Remove the optional attribute - namespace from element recordStructure.
2) Elemet recordStructure will be required (1 - 1).
3) Element returnField wil be optional (0 - many).


More information about the Seek-dev mailing list