VRBL-INV-PT-2p1-235
Basic Info
| Rule | The Invoice Line Tax Percent must be at least 0 and at most 100. |
| Context |
/ubl:Invoice/cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory/cbc:Percent
|
| Pattern | vrbl-invoice-pt-2p1 |
| Severity | fatal |
Used Template: Range
| Parameter | Value | |
|---|---|---|
| probe | = |
.
|
| minInclusive | = |
0
|
| maxInclusive | = |
100
|
Implementation
. >= 0
and
. <= 100