Changes between Version 60 and Version 61 of Discovery/DiscoveryWebServiceMEDIN
- Timestamp:
- 02/03/10 12:45:03 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Discovery/DiscoveryWebServiceMEDIN
v60 v61 228 228 229 229 230 ===== MetadataFormat ===== 231 The optional <MetadataFormat> element can be used to restrict the search to records in the discovery index whose original (harvested) representation was in the format specified. The format must be one of the values listed in the [#metadataFormatList metadataFormatList] available from the getList operation. Default behaviour if this element is omitted is not to restrict the search in this way (and return results irrepsective of their harvested format). 230 ===== MetadataFormat===== 231 The optional MetadataFormat element enables selection of the XML format returned in the doSearch return DocumentFull/Document element. The default behavior is to return MEDIN_2.3 format metadata if MetadataFormat is not used (but RecordDetail is set to DocumentFull). Acceptable values for MetadataFormat can be found in the [#MetadataFormatList MetadataFormatList] 232 232 233 233 234 … … 240 241 The optional <Scope> element can be used to restrict the search to onr or more of the supported NDG Data Provider Groups, defined in NDG controlled vocabulary http://vocab.ndg.nerc.ac.uk/list/N010/0. Currently supported values from this vocabulary are these are given in the the [#ScopeList ScopeList] list accessible via the getList operation. 241 242 If <Scope> is omitted, the search is not restricted in this way. 243 244 245 ==== OriginalFormat ==== 246 The optional <MetadataFormat> element can be used to restrict the search to records in the discovery index whose original (harvested) representation was in the format specified. The format must be one of the values listed in the [#OriginalFormatList OriginalFormatList] available from the getList operation. Default behaviour if this element is omitted is not to restrict the search in this way (and return results irrepsective of their harvested format). 247 248 249 242 250 ==== Search Results ==== 243 251 The doSearchResponse message is defined in the WSDL as shown below (click image for larger version): … … 384 392 Note that for targeting a search at a specific date based element (i.e. MetadataUpdateDate) the date must be entered in via the TemporalSearch and the date range target specified as MetadataUpdateDate 385 393 386 387 === !OriginalFormatList ===388 389 DIF_v9.4::390 GCMD DIF format (version 9.4)391 MEDIN_v2.3.1::392 Metadata format used by the Marine Environmental Data and Information Network, version 2.3.1393 ISO19115::394 ISO19115 (Geographic Information: Metadata) encoded as ISO19139 XML. Currently an alias for MEDIN_v2.3.1, i.e. the MEDIN format is used as the implementation of ISO within the Discovery Service.395 396 397 398 === !MetadataFormatList ===399 400 DC::401 Dublin Core format402 DIF_v9.4::403 GCMD DIF format (version 9.4)404 MEDIN_v2.3.1::405 Metadata format used by the Marine Environmental Data and Information Network, version 2.3.1406 ISO19115::407 ISO19115 (Geographic Information: Metadata) encoded as ISO19139 XML. Currently an alias for MEDIN_v2.3.1, i.e. the MEDIN format is used as the implementation of ISO within the Discovery Service.408 394 409 395 === !OrderByFieldList === … … 477 463 Target date is after the date specified 478 464 465 466 === !OriginalFormatList === 467 468 Note this is separate from MetadataFormatList, OriginalFormatList lists values available to distinguish the original source format of a harvested metadata item. 469 470 DIF_9.4:: 471 GCMD DIF format (version 9.4) 472 MEDIN_2.3:: 473 Metadata format used by the Marine Environmental Data and Information Network, version 2.3 474 ISO19115:: 475 ISO19115 (Geographic Information: Metadata) encoded as ISO19139 XML. Currently an alias for MEDIN_v2.3.1, i.e. the MEDIN format is used as the implementation of ISO within the Discovery Service. 476 477 478 479 479 === !MetadataFormatList === 480 (Note this is separate from presentFormatList, to distinguish between purposes). metadataFormatList lists values available to distinguish the original source format of a harvested metadata item. 480 481 Note that MetadataFormatList is used in the RetrieveCriteria element to define the format of xml returned in either the DocumentFull (doSearchReturn//DocumentFull//Document element or doPresentReturn//DocumentFull//Document element ). This is distinct from OriginalFormatList which lists the accepted metadata input formats. 481 482 482 483 DC::