China (GTS): Invoice Line Tax Scheme ID

Configure the Invoice Line Tax Scheme ID for your China documents.

Invoice Line Tax Scheme ID

A code indicating the type of tax. Use VAT.

Element metadata

PathCardinalityUsage
Invoice/InvoiceLine/Item/ClassifiedTaxCategory/TaxScheme/ID1..1O

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:ClassifiedTaxCategory>
        <!-- ... omitted for readability -->
        <cac:TaxScheme>
          <cbc:ID>VAT</cbc:ID>
        </cac:TaxScheme>
      </cac:ClassifiedTaxCategory>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?