fatalEN 16931code list ruleCIIUBL
Invoice tax categories MUST be coded using UNCL5305 code list
A tax category code is not in UNCL 5305.
Use one of S, Z, E, AE, K, G, O, L, M - see BR-CL-17.
CII — context ram:ApplicableTradeTax/ram:CategoryCode
((not(contains(normalize-space(.), ' ')) and contains(' AE L M E S Z G O K B ', concat(' ', normalize-space(.), ' '))))UBL — context cac:ClassifiedTaxCategory/cbc:ID
( ( not(contains(normalize-space(.),' ')) and contains( ' AE L M E S Z G O K B ',concat(' ',normalize-space(.),' ') ) ) )