United States (DBNA): Tax Scheme Identifier

Configure the Tax Scheme Identifier for your United States documents.

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

Elements

PathCardinalityUsageExample ValueFinal Format Path
Invoice/TaxTotal[TaxAmount/@currencyID = ../DocumentCurrencyCode]/TaxSubtotal/TaxCategory/TaxScheme/ID1..1MTAX/Invoice/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:TaxTotal>
    <!-- ... omitted for readability -->
    <cac:TaxSubtotal>
      <!-- ... omitted for readability -->
      <cac:TaxCategory>
        <!-- ... omitted for readability -->
        <cac:TaxScheme>
          <cbc:ID>TAX</cbc:ID>
        </cac:TaxScheme>
      </cac:TaxCategory>
    </cac:TaxSubtotal>
  </cac:TaxTotal>
</ubl:Invoice>

Did this page help you?