Each row in this table represents a TaxCodeScheme.
A TaxCodeScheme is a set of TaxCodeClassifications of
CalculationCodes of particular TaxTypes.
Column Descriptions:
| Name | Type | Description |
| TXCDSCHEME_ID | INTEGER NOT NULL | Generated unique key. |
| DESCRIPTION | VARCHAR (254) | A brief description of the TaxCodeScheme,
suitable for display by a user interface that manages
TaxCodeSchemes. |
| VENDOR | VARCHAR (32) | A string that, along with SOFTWARE, uniquely
identifies this TaxCodeScheme. |
| SOFTWARE | VARCHAR (32) | A string that, along with VENDOR, uniquely
identifies the TaxCodeScheme. |
| OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | TXCDSCHEME_ID | Primary Key |
| I0000259 | VENDOR+SOFTWARE | Unique Index |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_824 | TXCDSCHEME_ID | TAXTYPE | TXCDSCHEME_ID | Cascade |
| F_886 | TXCDSCHEME_ID | TXCDCLASS | TXCDSCHEME_ID | Cascade |