Skip to content

Commit

Permalink
[MOD] attribute visit-each, re Schematron/schematron-enhancement-prop…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSales committed Jul 21, 2024
1 parent 9bff057 commit 5456295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schematron.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pattern =
phase =
element phase {
attribute id { xsd:ID },
attribute from { text }?,
attribute from { pathValue }?,
rich,
(foreign & inclusion* & (p*, let*, active*))
}
Expand Down Expand Up @@ -156,6 +156,7 @@ rule =
(foreign
& inclusion*
& ((attribute context { pathValue },
attribute visit-each { pathValue }?,
attribute id { xsd:ID }?,
attribute abstract { "false" }?,
title?,
Expand Down
1 change: 1 addition & 0 deletions svrl.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fired-rule =
attribute id { xsd:NCName }?,
attribute name { text }?,
attribute context { text },
attribute visit-each { text }?,
attribute role { string }?,
attribute flag { list{ token+ } }?,
attribute document { xsd:anyURI }?,
Expand Down

0 comments on commit 5456295

Please sign in to comment.