cac:Price
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:PriceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:PriceAmount [1..1] The amount of the price.
- cbc:BaseQuantity [0..1] The quantity at which this price applies.
- cbc:PriceChangeReason [0..*] A reason for a price change.
- cbc:PriceTypeCode [0..1] The type of price, expressed as a code.
- cbc:PriceType [0..1] The type of price, expressed as text.
- cbc:OrderableUnitFactorRate [0..1] The factor by which the base price unit can be converted to the orderable unit.
- cac:ValidityPeriod [0..*] A period during which this price is valid.
- cac:PriceList [0..1] Information about a price list applicable to this price.
- cac:AllowanceCharge [0..*] An allowance or charge associated with this price.
- cac:PricingExchangeRate [0..1] The exchange rate applicable to this price, if it differs from the exchange rate applicable to the document as a whole.
Attributes
None
Used in
- Type cac:ConsumptionLineType (Element cac:ConsumptionLine)
- Type cac:TelecommunicationsServiceType (Element cac:TelecommunicationsService)
- Type cac:CreditNoteLineType (Elements cac:CreditNoteLine, cac:SubCreditNoteLine)
- Type cac:DebitNoteLineType (Elements cac:DebitNoteLine, cac:SubDebitNoteLine)
- Type cac:InvoiceLineType (Elements cac:InvoiceLine, cac:SubInvoiceLine)
- Type cac:ItemLocationQuantityType (Elements cac:ItemLocationQuantity, cac:OfferedItemLocationQuantity, cac:OriginalItemLocationQuantity, cac:RequiredItemLocationQuantity)
- Type cac:LineItemType (Elements cac:AlternativeLineItem, cac:BuyerProposedSubstituteLineItem, cac:LineItem, cac:SellerProposedSubstituteLineItem, cac:SellerSubstitutedLineItem, cac:SubLineItem)
Sample instance
<cac:Price> <cbc:PriceAmount currencyID="EUR">1273</cbc:PriceAmount> <cbc:BaseQuantity unitCode="C62">1</cbc:BaseQuantity> <cac:AllowanceCharge> <cbc:ChargeIndicator>false</cbc:ChargeIndicator> <cbc:AllowanceChargeReason>Contract</cbc:AllowanceChargeReason> <cbc:MultiplierFactorNumeric>0.15</cbc:MultiplierFactorNumeric> <cbc:Amount currencyID="EUR">225</cbc:Amount> <cbc:BaseAmount currencyID="EUR">1500</cbc:BaseAmount> </cac:AllowanceCharge> </cac:Price>