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

Datatype mismatch between Schematron and SVRL in @role and @flag #9

Open
dmj opened this issue Mar 1, 2019 · 0 comments
Open

Datatype mismatch between Schematron and SVRL in @role and @flag #9

dmj opened this issue Mar 1, 2019 · 0 comments

Comments

@dmj
Copy link
Member

dmj commented Mar 1, 2019

In SVRL @‍role and @‍flag are defined to be of type xsd:NMTOKEN. In Schematron the corresponding attributes are defined as string. The datatype string is more permissive than xsd:NMTOKEN, leading to a situation where a value for e.g. @‍role is valid in Schematron but cannot be used in SVRL.

Proposed solution: Relax the datatype in SVRL to be string as well.

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