cac:InvoiceLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:InvoiceLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies the Invoice Line.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:Note [0..1] Free-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:InvoicedQuantity [0..1] The quantity (of Items) on the Invoice Line.
- cbc:LineExtensionAmount [1..1] The total amount for the Invoice Line, including Allowance Charges but net of taxes.
- cbc:TaxPointDate [0..1] The date of the Invoice Line, used to indicate the point at which tax becomes applicable.
- cbc:AccountingCostCode [0..1] The buyer's accounting code applied to the Invoice Line.
- cbc:AccountingCost [0..1] The buyer's accounting cost centre applied to the Invoice Line, expressed as text.
- cbc:FreeOfChargeIndicator [0..1] Indicates whether the Invoice Line is Free Of Charge (default = false).
- cac:OrderLineReference [0..*] An association to Order Line Reference.
- cac:DespatchLineReference [0..*] An associative reference to Despatch Line.
- cac:ReceiptLineReference [0..*] An associative reference to Receipt Line.
- cac:BillingReference [0..*] An association to Billing Reference.
- cac:DocumentReference [0..*] An association to Document Reference.
- cac:PricingReference [0..1] An association to Pricing Reference.
- cac:OriginatorParty [0..1] The party who originated the Order to which the Invoice is related.
- cac:Delivery [0..*] An association to Delivery.
- cac:PaymentTerms [0..*] An association to Payment Terms.
- cac:AllowanceCharge [0..*] An association to Allowance Charge.
- cac:TaxTotal [0..*] An association to Tax Total.
- cac:Item [1..1] An association to Item.
- cac:Price [0..1] An association to Price.
- cac:DeliveryTerms [0..1] An association to Delivery Terms.
Attributes
None
Used in
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type cac:GoodsItemType (Elements cac:ContainedGoodsItem, cac:GoodsItem)
Sample instance
<cac:InvoiceLine> <cbc:ID>A</cbc:ID> <cbc:InvoicedQuantity unitCode="KG">100</cbc:InvoicedQuantity> <cbc:LineExtensionAmount currencyID="GBP">100.00</cbc:LineExtensionAmount> <cac:OrderLineReference> <cbc:LineID>1</cbc:LineID> <cbc:SalesOrderLineID>A</cbc:SalesOrderLineID> <cbc:LineStatusCode>NoStatus</cbc:LineStatusCode> <cac:OrderReference> <cbc:ID>AEG012345</cbc:ID> <cbc:SalesOrderID>CON0095678</cbc:SalesOrderID> <cbc:UUID>6E09886B-DC6E-439F-82D1-7CCAC7F4E3B1</cbc:UUID> <cbc:IssueDate>2005-06-20</cbc:IssueDate> </cac:OrderReference> </cac:OrderLineReference> <cac:TaxTotal> <cbc:TaxAmount currencyID="GBP">17.50</cbc:TaxAmount> <cbc:TaxEvidenceIndicator>true</cbc:TaxEvidenceIndicator> <cac:TaxSubtotal> <cbc:TaxableAmount currencyID="GBP">100.00</cbc:TaxableAmount> <cbc:TaxAmount currencyID="GBP">17.50</cbc:TaxAmount> <cac:TaxCategory> <cbc:ID>A</cbc:ID> <cbc:Percent>17.5</cbc:Percent> <cac:TaxScheme> <cbc:ID>UK VAT</cbc:ID> <cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> </cac:TaxScheme> </cac:TaxCategory> </cac:TaxSubtotal> </cac:TaxTotal> <cac:Item> <cbc:Description>Acme beeswax</cbc:Description> <cbc:Name>beeswax</cbc:Name> <cac:BuyersItemIdentification> <cbc:ID>6578489</cbc:ID> </cac:BuyersItemIdentification> <cac:SellersItemIdentification> <cbc:ID>17589683</cbc:ID> </cac:SellersItemIdentification> <cac:ItemInstance> <cac:LotIdentification> <cbc:LotNumberID>546378239</cbc:LotNumberID> <cbc:ExpiryDate>2010-01-01</cbc:ExpiryDate> </cac:LotIdentification> </cac:ItemInstance> </cac:Item> <cac:Price> <cbc:PriceAmount currencyID="GBP">1.00</cbc:PriceAmount> <cbc:BaseQuantity unitCode="KG">1</cbc:BaseQuantity> </cac:Price> </cac:InvoiceLine>