Actions
Bug #2194
closedRevise resultset.xsd in ecogrid
Start date:
09/12/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2194
Description
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).
Actions