Skip to content

Commit

Permalink
Onverwachte Tagged value verdubbelingen melden als fout
Browse files Browse the repository at this point in the history
Zie #556

Major, verbetering.
  • Loading branch information
arjan authored and arjan committed Oct 29, 2024
1 parent 693856b commit 791cf54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<xsl:sequence select="imf:report-warning($this,
$min eq 1 and empty($applicable-values),
'Tagged value [1] not specified but required for [2]',($tv-name,imf:string-group($selected-stereotype)))"/>
<xsl:sequence select="imf:report-warning($this,
<xsl:sequence select="imf:report-error($this,
count($applicable-values) gt $max,
'Tagged value [1] specified too many times for [2]',($tv-name,imf:string-group($selected-stereotype)))"/>

Expand Down

0 comments on commit 791cf54

Please sign in to comment.