ropensci / emld

:package: JSON-LD representation of EML
https://docs.ropensci.org/emld
Other
13 stars 6 forks source link

Additional validation #25

Closed cboettig closed 5 years ago

cboettig commented 5 years ago

EML validation imposes additional constraints beyond the XML schema validation. I believe these can be summarized as follows:

eml_validate() should enforce both of these conditions as well. (Should be possible as simple xpath?)

Migrated from https://github.com/ropensci/EML/issues/244.

mbjones commented 5 years ago

The validation rules in EML are now clearly listed here: https://github.com/NCEAS/eml/blob/BRANCH_EML_2_2/docs/eml-validation-refs.md

That document will be part of the EML 2.2.0 release specification.

cboettig commented 5 years ago

closed by #26