cac:LineItem
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:LineItemType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies the Line Item assigned by the buyer.
- cbc:SalesOrderID [0..1] The identification given to a Line by the seller.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:Note [0..1] Free-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:LineStatusCode [0..1] Identifies the status of the Line with respect to its original state.
- cbc:Quantity [0..1] The quantity of Items for the Line Item.
- cbc:LineExtensionAmount [0..1] The total amount for the Line Item, including Allowance Charges but net of taxes.
- cbc:TotalTaxAmount [0..1] The total tax amount for the Line Item.
- cbc:MinimumQuantity [0..1] The minimum quantity for the Item on the Line.
- cbc:MaximumQuantity [0..1] The maximum quantity for the Item on the Line.
- cbc:MinimumBackorderQuantity [0..1] The minimum back order quantity (where back order is allowed).
- cbc:MaximumBackorderQuantity [0..1] The maximum back order quantity (where back order is allowed).
- cbc:InspectionMethodCode [0..1] Inspection requirements for a Line Item, expressed as a code.
- cbc:PartialDeliveryIndicator [0..1] Indicates whether a partial delivery is allowed.
- cbc:BackOrderAllowedIndicator [0..1] Indicates whether back order is allowed.
- cbc:AccountingCostCode [0..1] The buyer's accounting code applied to the Line Item.
- cbc:AccountingCost [0..1] The buyer's accounting cost centre applied to the Line Item, expressed as text.
- cac:Delivery [0..*] An association to Delivery.
- cac:DeliveryTerms [0..1] An association to Delivery Terms.
- cac:OriginatorParty [0..1] The party who originated Order.
- cac:OrderedShipment [0..*] An association to Ordered Shipment.
- cac:PricingReference [0..1] An association to Pricing Reference.
- cac:AllowanceCharge [0..*] An association to Allowance Charge.
- cac:Price [0..1] An association to Price.
- cac:Item [1..1] An association to Item.
Attributes
None
Used in
- Type cac:OrderLineType (Element cac:OrderLine)
- Type cac:QuotationLineType (Element cac:QuotationLine)
- Type cac:RequestForQuotationLineType (Element cac:RequestForQuotationLine)
Sample instance
<cac:LineItem> <cbc:ID>1</cbc:ID> <cbc:Quantity unitCode="KG">12</cbc:Quantity> <cac:Price> <cbc:PriceAmount currencyID="GBP">29.99</cbc:PriceAmount> </cac:Price> <cac:Item> <cbc:Name>DestructionFest 2005</cbc:Name> <cac:SellersItemIdentification> <cbc:ID>AY2345</cbc:ID> </cac:SellersItemIdentification> </cac:Item> </cac:LineItem>