Germany B2G: VAT Category Code

The VAT Category Code specifies the type of VAT.

For transactions with German Suppliers or Buyers, you must specify the VAT Category Code.

Elements

Use the following sub-element of the TaxTotal element:

Element (Path)CardinalityDescription
Tax Category (/Invoice/TaxTotal/TaxSubtotal/TaxCategory)1..1A group of elements providing information about the tax category.
Tax Category Code (/Invoice/TaxTotal/TaxSubtotal/TaxCategory/ID)1..1Specify the VAT Category code.

Restrictions

  • You must use the codes that are listed here.

Example

<ubl:Invoice>
<!-- Code omitted for clarity -->
	<cac:TaxTotal>
		<!-- Code omitted for clarity -->
		<cac:TaxSubtotal>
			<!-- Code omitted for clarity -->
			<cac:TaxCategory>
				<cbc:ID>S</cbc:ID>
				<!-- Code omitted for clarity -->
			</cac:TaxCategory>
	<!-- Code omitted for clarity -->
</ubl:Invoice>