United States (DBNA): Invoiced Item Tax Scheme Identifier

Configure the Invoiced Item Tax Scheme Identifier for your United States documents.

A code indicating the type of tax scheme. Use TAX.

Elements

PathCardinalityUsageFinal Format Path
Invoice/InvoiceLine/Item/ClassifiedTaxCategory/TaxScheme/ID1..1M/Invoice/cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory/cac:TaxScheme/cbc:ID

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>TAX</cbc:ID>
        </cac:TaxScheme>
      </cac:ClassifiedTaxCategory>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?