Skip to content

Commit

Permalink
Suppress date warnings for withheld divs
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Dec 9, 2024
1 parent d8a0796 commit 307ff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/dates-only-tertiary-review.sch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<pattern id="div-doc-dateTime">
<title>Div-level doc-dateTime Checks</title>
<rule context="tei:div">
<rule context="tei:div[not(ends-with(@type, '-pending'))]">
<assert role="warn" test="(@frus:doc-dateTime-min and @frus:doc-dateTime-min)">To be
ready for online publication and date indexing, all divs should have
@frus:doc-dateTime-min and @frus:doc-dateTime-max attributes.</assert>
Expand Down

0 comments on commit 307ff71

Please sign in to comment.