r2 - 09 Jan 2007 - 00:00:00 - MoinMoin?You are here: TWiki > TAPIR Web > BerlinMeetingProposal
Results from the Berlin Protocol Meeting
XQuery
The XqueryLanguage seems not appropiate for now, as not enough free tools are availbale and writing parsers on our own would be too much work and hard to confine.
provider=host: a whole provider software installation
datasource=database="collection of objects": a single connected database or a datasubset e.g. visible through a view supporting different ConceptualSchemas
resource: a single datasource bound to a single ConceptualSchema
for providers supporting all RequestTypes * metadata response returns metadata for the provider and all its datasources * capabilities response returns ??? * initially do not merge responses from several datasources, although it might be desireable in the future, esp. for inventories.
for datasources supporting all RequestTypes * metadata response returns metadata for the provider and this datasource incl all "resources"=schemas with their record numbers * capabilities response returns capability of this datasource. that is config&request type capabilities for each resource seperately
Header
leave request attribute and generically name the element following header for all requests details "message"
source repeatable with sequence important and the first source element being the original source * source element keeps resource attribute to allow to specify origin of the data. might be repeated for a response of several datasources
destination element repeatable to submit distributed queries to several and single providers * destination element keeps resource attribute to allow adressing of several datasources within a single request to a provider
remove compression element
move detailed software/components complex type to provider related capability and just keep the overall versioning with BerlinMeetingProposal>
search based on the full/partial search for a single configured ConceptualSchema
allows to combine several schemas for a response (to use extension schemas) by specifying a list of qualified concepts instead. See SearchProposalTwo for details.
always returns a valid document. in case mandatory data is missing, drop the record or branch. dont use NULLs in response.
when requesting no concept at all, return only the mandatory concepts.
request the root node of a schema to retrieve the full document
specify the top level structure of the search response in the protocol with a slot for metadata and one for the content defined as records. * allow the response of multiple "datasets" with different metadata from a single datasource to suit the needs of databases like fishbase and systax * allow the * allow the metadata definition to be chosen by the provider and make it a mandatory part of the reponse that cannot be altered by any request. Do so for all paging and subsequent responses to the same client.