Mexico (CFDI): Line-Level Tax Category Code

For Mexico, this element is required.

A coded identification of the applicable tax category. The CFDI specification does not define specific tax category codes.

VRBL requires the use of Tax Category Code. Use the subset of the UNCL5305 code list defined below.

Element

Name (Path)CardinalityDescription
Line Tax Category Code (Invoice/InvoiceLine/TaxTotal/TaxSubtotal/TaxCategory/ID)1..1A coded identification of the applicable tax category

Restrictions

CodeDescription
SStandard Rate
EExempt from Tax

Example

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:InvoiceLine>
		<!-- Code omitted for clarity -->
		<cac:TaxTotal>
			<cbc:TaxAmount currencyID="MXN">1600</cbc:TaxAmount>
			<cac:TaxSubtotal>
				<cbc:TaxableAmount currencyID="MXN">20000</cbc:TaxableAmount>
				<cbc:TaxAmount currencyID="MXN">1600</cbc:TaxAmount>
				<cac:TaxCategory>
					<cbc:ID>S</cbc:ID>
					<!-- Code omitted for clarity -->
				</cac:TaxCategory>
			</cac:TaxSubtotal>
		</cac:TaxTotal>
		<!-- Code omitted for clarity -->
	</cac:InvoiceLine>
</ubl:Invoice>