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
A rule along the following lines would solve the issue:
<rule context="cac:PartyTaxScheme">
<assert test="exists(cac:TaxScheme/cbc:ID) and exists(cbc:CompanyID)" flag="fatal" id="UBL-SR-nnn">[UBL-SR-nnn]- CompanyID (VAT Identifier) must be stated when providing the PartyTaxScheme/TaxScheme/ID.</assert>
</rule>
The text was updated successfully, but these errors were encountered:
There is a missing rule for the UBL syntax binding that makes it possible to provide a PartyTaxScheme without a CompanyID.
This goes unnoticed:
A rule along the following lines would solve the issue:
The text was updated successfully, but these errors were encountered: