Mexico (CFDI): Line-Level Tax Type Code
You must classify line-level taxes as rate, fixed fee, or exempt in your Mexico documents.
For each tax, you must indicate whether it is a percentage, a fixed amount, or exempt.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Tax Type Code (/Invoice/InvoiceLine/TaxTotal/TaxSubtotal/TaxCategory/TaxScheme/TaxTypeCode) | 1..1 | The code of the tax type. |
Restrictions
| Code | Description |
|---|---|
VRBL:MX:Rate | Tax rate |
VRBL:MX:FixedFee | Fixed fee |
VRBL:MX:Exempt | Tax exempt |
Example
<Invoice>
<!-- Code omitted for clarity -->
<cac:InvoiceLine>
<!-- Code omitted for clarity -->
<cac:TaxTotal>
<TaxAmount currencyID="MXN">480</TaxAmount>
<cac:TaxSubtotal>
<TaxableAmount currencyID="MXN">3000</TaxableAmount>
<TaxAmount currencyID="MXN">480</TaxAmount>
<cac:TaxCategory>
<!-- Code omitted for clarity -->
<cac:TaxScheme>
<!-- Code omitted for clarity -->
<TaxTypeCode>MX:Rate</TaxTypeCode>
</cac:TaxScheme>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal>
<!-- Code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated about 22 hours ago
