A code indicating the type of tax
税の種類を示すコード。


About

Syntax binding
ubl:Invoice / cac:InvoiceLine / cac:Item / cac:ClassifiedTaxCategory / cac:TaxScheme / cbc:ID
Restricted Syntax Cardinality
1..1
Example
VAT
Fixed value
VAT
UBL 2.1
XPath
/ Invoice / cac:InvoiceLine / cac:Item / cac:ClassifiedTaxCategory / cac:TaxScheme / cbc:ID
Occurrence
0..1
Datatype
IdentifierType
UBL Definition
An identifier for this taxation scheme.
Namespace
cbc urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2

Semantic

Business Term

Tax Scheme

税スキーマ
ID
ibt-167
Description
A code indicating the type of tax
税の種類を示すコード。
Aligned Cardinality
0..1
Semantic datatype
Code

VERSION 1.0 RULE

Unchanged
Same as 0.9.3

VERSION 0.9.3 RULE
JP PINT 0.9.3 Shared rule
ibr-cl-27(fatal)
Changed Message
[ibr-cl-27]-The Tax scheme code (ibt-095-1, ibt-102-1, ibt-167) shall be from list of allowed tax schemes.
context
cac:TaxScheme/cbc:ID
test
(
  (
    not(contains(normalize-space(.), ' ')) and
    contains(' VAT GST ',
      concat(' ', normalize-space(.), ' ')
    )
  )
)

VERSION 0.9.2 RULE
JP PINT 0.9.2 Shared rule
ibr-cl-27(fatal)
Obsoleted
[ibr-cl-27]-The Tax scheme code (ibt-167) shall be from list of allowed tax schemes.
context
cac:TaxScheme/cbc:ID
test
(
  (
    not(contains(normalize-space(.), ' ')) and
    contains(' VAT GST ',
      concat(' ', normalize-space(.), ' ')
    )
  )
)
Code list rule (Shared rule)
ibr-cl-27 (fatal)
[ibr-cl-27]-The Tax scheme code (ibt-167) shall be from list of allowed tax schemes.
Context
cac:TaxScheme/cbc:ID
Test
(
  (
    not(contains(normalize-space(.), ' ')) and
    contains(' VAT GST ',
      concat(' ', normalize-space(.), ' ')
    )
  )
)

VERSION 0.9.1 RULE
Obsoleted
Shared rule (0.9.1)
ibr-cl-27 (fatal)
[ibr-cl-27]-The Tax scheme code (ibt-167) shall be from list of allowed tax schemes.
context
cac:TaxScheme/cbc:ID
test
(
  (
    not(contains(normalize-space(.), ' ')) and
    contains(' VAT GST ',
      concat(' ', normalize-space(.), ' ')
    )
  )
)
Code list rule (Shared rule)
ibr-cl-27 (fatal)
[ibr-cl-27]-The Tax scheme code (ibt-167) shall be from list of allowed tax schemes.
Context
cac:TaxScheme/cbc:ID
Test
(
  (
    not(contains(normalize-space(.), ' ')) and
    contains(' VAT GST ',
      concat(' ', normalize-space(.), ' ')
    )
  )
)