cac:RequestedMonetaryTotal
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:MonetaryTotalType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:LineExtensionAmount [0..1] The total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount.
- cbc:TaxExclusiveAmount [0..1] The total amount exclusive of taxes.
- cbc:TaxInclusiveAmount [0..1] The total amount inclusive of taxes.
- cbc:AllowanceTotalAmount [0..1] The total amount of all allowances.
- cbc:ChargeTotalAmount [0..1] The total amount of all charges.
- cbc:PrepaidAmount [0..1] The total prepaid amount.
- cbc:PayableRoundingAmount [0..1] The rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount.
- cbc:PayableAmount [1..1] The total amount to be paid.
Attributes
None
Used in
- Type DebitNoteType (Element DebitNote)
Sample instance
<cac:RequestedMonetaryTotal> <cbc:LineExtensionAmount currencyID="AED">1.0</cbc:LineExtensionAmount> <cbc:TaxExclusiveAmount currencyID="AED">1.0</cbc:TaxExclusiveAmount> <cbc:TaxInclusiveAmount currencyID="AED">1.0</cbc:TaxInclusiveAmount> <cbc:AllowanceTotalAmount currencyID="AED">1.0</cbc:AllowanceTotalAmount> <cbc:ChargeTotalAmount currencyID="AED">1.0</cbc:ChargeTotalAmount> <cbc:PrepaidAmount currencyID="AED">1.0</cbc:PrepaidAmount> <cbc:PayableRoundingAmount currencyID="AED">1.0</cbc:PayableRoundingAmount> <cbc:PayableAmount currencyID="AED">1.0</cbc:PayableAmount> </cac:RequestedMonetaryTotal>