The amount of the payment in the invoice currency.
請求書通貨での支払済金額。


About

Syntax binding
ubl:Invoice / cac:PrepaidPayment / cbc:PaidAmount
Restricted Syntax Cardinality
1..1
Attribute(s)
@currencyID
UBL 2.1
XPath
/ Invoice / cac:PrepaidPayment / cbc:PaidAmount
Occurrence
0..1
Datatype
udt:AmountType
UBL Definition
The amount of this payment.
Namespace
cbc urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2

Semantic

Business Term

Paid amount

支払済金額
ID
ibt-180
Description
The amount of the payment in the invoice currency.
請求書通貨での支払済金額。
PINT Cardinality
0..1
Aligned Cardinality
1..1
Semantic datatype
Amount
Section
ALIGNED
Localized for Japan

Child element

  XPath Syn. Card. Semantic Card. ID Business term
 / Invoice / cac:PrepaidPayment / cbc:PaidAmount / @currencyID 1..1

VERSION 1.0 RULE

Unchanged
Same as 0.9.3

VERSION 0.9.3 RULE
JP PINT 0.9.3 Shared rule
ibr-093(fatal)
Unchanged
Same as 0.9.2

VERSION 0.9.2 RULES
JP PINT 0.9.2 Aligned rule
aligned-ibrp-007(fatal)
Obsoleted
[aligned-ibrp-007]-The sum of paid amounts (ibt-180) MUST equal the total prepaid amount (ibt-113).
context
/ubl:Invoice |
/cn:CreditNote
test
(
  xs:decimal(cac:LegalMonetaryTotal/cbc:PrepaidAmount) =
  (
    round(
      sum(//cac:PrepaidPayment/xs:decimal(cbc:PaidAmount)) * 10 * 10) div 100
  )
)
JP PINT 0.9.2 Shared rule
ibr-093(fatal)
Still valid
[ibr-093]-If there is a paid amount (ibt-180) then total paid amount (ibt-113) MUST exist.
context
cac:PrepaidPayment[1]
test
exists(../cac:LegalMonetaryTotal/cbc:PrepaidAmount)