Skip to content

Commit

Permalink
correct schematron rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nmondoar authored and nmondoar committed Sep 19, 2023
1 parent 62924c5 commit a52798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/peppol-invitation-to-tender/PEPPOL-T024.sch
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</rule>

<rule context="cbc:IndustryClassificationCode">
<assert id="PEPPOL-T024-R0038" flags="fatal" test="./@listID>[PEPPOL-T024-R038] The Codelist used to define the receiver's economic operator role in this tender MUST be named by using the attribute listID and the ID has to be /"TendererRole/".</assert>
<assert id="PEPPOL-T024-R0038" flags="fatal" test="./@listID">[PEPPOL-T024-R038] The Codelist used to define the receiver's economic operator role in this tender MUST be named by using the attribute listID and the ID has to be /"TendererRole/".</assert>
<report id="PEPPOL-T024-S360" flag="warning" test="./@*[not(name()='listID')]"><value-of select="$syntaxError"/>[PEPPOL-T024-S360] cbc:IndustryClassificationCode SHOULD NOT have any further attributes but listID</report>
</rule>

Expand Down

0 comments on commit a52798a

Please sign in to comment.