VRBL-TXS-FR-1p0-18
Basic Info
| Rule | When the Statement Extension Transactions Summary Transactions Tax Total Amount does not contain a decimal separator, the allowed maximum number of characters for the Statement Extension Transactions Summary Transactions Tax Total Amount is 19. |
| Context |
/ubl:Statement/cec:UBLExtensions/cec:UBLExtension/cec:ExtensionContent/vrbl:StatementExtension/vrbl:TransactionsSummary/vrbl:Transactions/cac:TaxTotal/cbc:TaxAmount
|
| Pattern | vrbl-txs-fr-1p0 |
| Severity | fatal |
Used Template: MaximumStringLength
| Parameter | Value | |
|---|---|---|
| probe | = |
.
|
| length | = |
19
|
Implementation
(
contains(., '.')
)
or
(
string-length(normalize-space(.)) <= 19
)