cac:LegalMonetaryTotal
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:MonetaryTotalType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:LineExtensionAmount [0..1] The monetary amount of an extended transaction line, net of tax and settlement discounts, but inclusive of any applicable rounding amount.
- cbc:TaxExclusiveAmount [0..1] The monetary amount of an extended transaction line, exclusive of taxes.
- cbc:TaxInclusiveAmount [0..1] The monetary amount including taxes; the sum of payable amount and prepaid amount.
- cbc:AllowanceTotalAmount [0..1] The total monetary amount of all allowances.
- cbc:ChargeTotalAmount [0..1] The total monetary amount of all charges.
- cbc:PrepaidAmount [0..1] The total prepaid monetary amount.
- cbc:PayableRoundingAmount [0..1] The rounding amount (positive or negative) added to produce the line extension amount.
- cbc:PayableAmount [1..1] The amount of the monetary total to be paid.
- cbc:PayableAlternativeAmount [0..1] The amount of the monetary total to be paid, expressed in an alternative currency.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type OrderResponseType (Element OrderResponse)
- Type ReminderType (Element Reminder)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type cac:ConsumptionType (Element cac:Consumption)
- Type cac:TenderedProjectType (Elements cac:AwardedTenderedProject, cac:TenderedProject)
Sample instance
<cac:LegalMonetaryTotal> <cbc:LineExtensionAmount currencyID="EUR">1436.5</cbc:LineExtensionAmount> <cbc:TaxExclusiveAmount currencyID="EUR">1436.5</cbc:TaxExclusiveAmount> <cbc:TaxInclusiveAmount currencyID="EUR">1729</cbc:TaxInclusiveAmount> <cbc:AllowanceTotalAmount currencyID="EUR">100</cbc:AllowanceTotalAmount> <cbc:ChargeTotalAmount currencyID="EUR">100</cbc:ChargeTotalAmount> <cbc:PrepaidAmount currencyID="EUR">1000</cbc:PrepaidAmount> <cbc:PayableRoundingAmount currencyID="EUR">0.30</cbc:PayableRoundingAmount> <cbc:PayableAmount currencyID="EUR">729</cbc:PayableAmount> </cac:LegalMonetaryTotal>