Skip to content

SVRL should have a svrl:metadata element #12

@dmj

Description

@dmj

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions