VRBL-INV-FR-CIUS-1p0-23
Basic Info
| Rule | The Document Number must have less than 35 characters and consist of only letters, numbers, plus, hyphens, underscores and slashes. |
| Context |
/ubl:Invoice/cbc:ID
|
| Pattern | vrbl-invoice-fr-cius-1p0 |
| Severity | warning |
Used Template: VRBL-FR-ID-Format
| Parameter | Value | |
|---|---|---|
| probe | = |
.
|
Implementation
(string-length(.) <= 35)
and
(string-length(translate(., concat($AlphabetUpperCase, $AlphabetLowerCase, $Numerics, '+-_/'), '')) = 0)