Italy: Tax Exemption Reason

You can specify a free text description for a tax exemption.

Use the TaxExemptionReason sub-element of the TaxCategory to specify this description.

Details

DetailValue
Italian Specification2.2.2.8 (RiferimentoNormativo)

Element

ElementDescription
Invoice/TaxTotal/TaxSubtotal/TaxCategory/TaxExemptionReasonSpecify the description.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:TaxTotal>
        <!-- Code omitted for clarity -->
        <cac:TaxSubtotal>
            <cac:TaxCategory>
                <!-- Code omitted for clarity -->
                <cbc:TaxExemptionReason>free text description</cbc:TaxExemptionReason>
                <!-- Code omitted for clarity -->
            </cac:TaxCategory>
            <!-- Code omitted for clarity -->
        </cac:TaxSubtotal>
        <!-- Code omitted for clarity -->
    </cac:TaxTotal>
    <!-- Code omitted for clarity -->
</ubl:Invoice>