Changes between Version 2 and Version 3 of PersistentValidationResults


Ignore:
Timestamp:
Sep 3, 2009, 5:46:42 AM (15 years ago)
Author:
thijsbrentjens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PersistentValidationResults

    v2 v3  
    3636
    3737Validation status is either "valid", "not valid", or "not determined". This last status is the initial validation status when validation has not yet run. Currently the statuses "valid" and "not valid" are shown in the search results. Showing "not determined" as well is a minor change.[[BR]][[BR]]
    38 A validation report is also stored in the DB. It contains any XSD or schematron validation messages, a reference to the schematron file that was used, a timestamp, and if applicable a message saying that the metadata profile could not be determined. There is basic support for multiple metadata profiles, using different Schematron rules for different profiles.[[BR]][[BR]]
     38A validation report is also stored in the DB. It contains any XSD or schematron validation messages, a reference to the schematron file that was used, a timestamp, and if applicable a message saying that the metadata profile could not be determined. In addition to Geonetwork's ability to have different metadata schemas, there is support for multiple (different) sets (files) with Schematron rules within one such a metadata schema. For example, for the Netherlands there are 3 metadata profiles (one for services and two versions for datasets), all on top of ISO19139. The profiles don't have XSDs of their own, but profile rules are described for each in seperate Schematron files. Validation is done against ISO19139 XSD and one of these files (depending on the profile version).[[BR]][[BR]]
    3939
    40 TODO answer Simon Pigot's remark: "profile support is basic? what does it mean? should be there already; in trunk that is"[[BR]][[BR]]
    4140TODO maybe expand the proposal to allow for Validation Result States in a context; as discussed with François:[[BR]]
    4241francois: for persistent validation results, you only store valid / not valid /not determined status ? we could not have multiple validation level support like ISO ( not )valid / INSPIRE ( not )valid status / ... for example ?[[BR]]
     
    4645francois: let's first vote for your proposal and see later if we could add multiple validation level.[[BR]]
    4746heikki_: ok, if you like to have more, separate statuses, that should be easy to do[[BR]][[BR]]
    48 
    4947
    5048An icon indicating the validation status, that links to the validation report if the metadata is not valid, can be included in the search results page an/or in the show metadata page. This indicates something about the quality of the metadata to users, and may encourage metadata providers to produce more valid metadata.[[BR]][[BR]]