You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An item with multiple allowances seems to be allowed by the standard AFAIK, but is rejected by this validator with "ActualAmount should exist maximum once".
The offending line is probably
<assertid="CII-SR-440"flag="fatal"test="count(ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ActualAmount) <= 1">[CII-SR-440] - ActualAmount should exist maximum once</assert>
as this only checks that there is one ActualAmount per item but not per allowance (AppliedTradeAllowanceCharge) on an item.
An item with multiple allowances seems to be allowed by the standard AFAIK, but is rejected by this validator with "ActualAmount should exist maximum once".
The offending line is probably
eInvoicing-EN16931/cii/schematron/preprocessed/EN16931-CII-validation-preprocessed.sch
Line 492 in 4f2a818
ActualAmount
per item but not per allowance (AppliedTradeAllowanceCharge
) on an item.The text was updated successfully, but these errors were encountered: