Skip to content

Commit 2e24372

Browse files
committed
fix rule
1 parent 8e2c337 commit 2e24372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/sch/parts/PEPPOL-M-T006.sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
<rule context="cac:PartyIdentification/cbc:ID">
112112
<assert id="PEPPOL-T006-R008" flag="fatal" test="./@schemeID">[PEPPOL-T006-R008] A Party Identifier MUST have a scheme identifier attribute.</assert>
113-
<assert id="PEPPOL-T006-R009" flag="fatal" test="matches(normalize-space(./@schemeID),'^(0((00[3-9])|(0[1-9]\\d)|(1\\d{2})|(20\\d)|(21[0-3])))$')">[PEPPOL-T006-R009] A Party Identifier Scheme MUST be from the list of PEPPOL Party Identifiers described in the "PEPPOL Policy for using Identifiers".</assert>
113+
<assert id="PEPPOL-T006-R009" flag="fatal" test="matches(normalize-space(./@schemeID),'^(0((00[3-9])|(0[1-9]\d)|(1\d{2})|(20\d)|(21[0-3])))$')">[PEPPOL-T006-R009] A Party Identifier Scheme MUST be from the list of PEPPOL Party Identifiers described in the "PEPPOL Policy for using Identifiers".</assert>
114114
<report id="PEPPOL-T006-S325" flag="warning" test="./@*[not(name()='schemeID')]"><value-of select="$syntaxError"/>[PEPPOL-T006-S325] PartyIdentifier SHOULD NOT have any further attributes but schemeID</report>
115115
</rule>
116116

0 commit comments

Comments
 (0)