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
UBL 2.1
XPath
/ Invoice / cac:InvoiceLine / cac:Item / cac:ClassifiedTaxCategory / cac:TaxScheme / cbc:ID
Occurrence
0..1
Datatype
udt: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
税の種類を示すコード。
Explanation
"VAT" is used for Japan Consumption Tax.
日本の消費税については、VAT を使用する。
Cardinality
0..1
Semantic datatype
Code
Section
Aligned

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(.), ' ')
    )
  )
)