The total tax amount MUST equal the sum of tax amounts per category.
/ubl:CreditNote/cac:TaxTotal
(xs:decimal(child::cbc:TaxAmount)= round(number(xs:decimal(sum(cac:TaxSubtotal/cbc:TaxAmount)) * 10 * 10)) div 100)