Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LIDO
lido-development
Commits
036ff297
Commit
036ff297
authored
Oct 30, 2020
by
mrodzis
💪
Browse files
fix: Schematron rule sch_rightsType
parent
a5ce9d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
1.1/lido-v1.1-draft.xsd
View file @
036ff297
...
...
@@ -140,7 +140,8 @@
or preceding-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00921')
or @lido:type = 'http://terminology.lido-schema.org/lido00921'
and not(following-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00920'
or preceding-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00920')"
>
or preceding-sibling::lido:rightsType/@lido:type = 'http://terminology.lido-schema.org/lido00920')
or count(parent::*/lido:rightsType) = 1 and not(@lido:type)"
>
<sch:value-of
select=
"parent::*/name()"
/>
can either hold a specific or a generic lido:rightsType (mutually exclusive).
</sch:assert>
</sch:rule>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment