Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVRL should have a svrl:metadata element #12

Open
dmj opened this issue Sep 10, 2019 · 0 comments
Open

SVRL should have a svrl:metadata element #12

dmj opened this issue Sep 10, 2019 · 0 comments

Comments

@dmj
Copy link
Member

dmj commented Sep 10, 2019

Currently the only way to add metadata e.g. about the validation process (timestamp, product etc.) is to wrap it in a svrl:text element or use comments. SVRL should provide an optional repetable svrl:metadata element that can be used to provide metadata.

Example using Dublin Core Metadata Terms:

<svrl:schematron-output xmlns:svrl="http://purl.oclc.org/dsdl/svrl" xmlns:dct="http://purl.org/dc/terms/">
  <svrl:metadata>
    <dct:created>2019-09-09T01:23:45Z</dct:created>
    <dct:creator>SchXslt 1.3 using Saxon HE 9.8</dct:creator>
  <svrl:metadata>
</svrl:schematron-output>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant