cac:ItemPriceExtension
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:PriceExtensionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Amount [1..1]The amount of this price extension.
- cac:TaxTotal [0..*]A total amount of taxes of a particular kind applicable to this price extension.
Attributes
None
Used in
- Type cac:CreditNoteLineType (Elements cac:CreditNoteLine, cac:SubCreditNoteLine)
- Type cac:InvoiceLineType (Elements cac:InvoiceLine, cac:SubInvoiceLine)
- Type cac:LineItemType (Elements cac:AlternativeLineItem, cac:BuyerProposedSubstituteLineItem, cac:LineItem, cac:SellerProposedSubstituteLineItem, cac:SellerSubstitutedLineItem, cac:SubLineItem)
Sample instance
(Auto-generated)
<cac:ItemPriceExtension>
<cbc:Amount currencyID="normalizedString">1.0</cbc:Amount>
<cac:TaxTotal>
<cbc:TaxAmount currencyID="normalizedString">1.0</cbc:TaxAmount>
<cbc:RoundingAmount currencyID="normalizedString">1.0</cbc:RoundingAmount>
<cbc:TaxEvidenceIndicator>true</cbc:TaxEvidenceIndicator>
<cbc:TaxIncludedIndicator>true</cbc:TaxIncludedIndicator>
<cac:TaxSubtotal>
<cbc:TaxableAmount currencyID="normalizedString">1.0</cbc:TaxableAmount>
<cbc:TaxAmount currencyID="normalizedString">1.0</cbc:TaxAmount>
<cbc:CalculationSequenceNumeric>1.0</cbc:CalculationSequenceNumeric>
<cbc:TransactionCurrencyTaxAmount currencyID="normalizedString">1.0</cbc:TransactionCurrencyTaxAmount>
<cbc:Percent>1.0</cbc:Percent>
<cbc:BaseUnitMeasure unitCode="normalizedString">1.0</cbc:BaseUnitMeasure>
<cbc:PerUnitAmount currencyID="normalizedString">1.0</cbc:PerUnitAmount>
<cbc:TierRange>string</cbc:TierRange>
<cbc:TierRatePercent>1.0</cbc:TierRatePercent>
<cac:TaxCategory>...
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal>
</cac:ItemPriceExtension>


