Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:LineItem
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:LineItem

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:LineItemType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [1..1]An identifier for this line item, assigned by the buyer.
    3. cbc:SalesOrderID [0..1]An identifier for this line item, assigned by the seller.
    4. cbc:UUID [0..1]A universally unique identifier for this line item.
    5. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    6. cbc:LineStatusCode [0..1]A code signifying the status of this line item with respect to its original state.
    7. cbc:Quantity [0..1]The quantity of items associated with this line item.
    8. cbc:LineExtensionAmount [0..1]The total amount for this line item, including allowance charges but net of taxes.
    9. cbc:TaxInclusiveLineExtensionAmount [0..1]The total amount for this line item, including all allowances, charges and taxes.
    10. cbc:TotalTaxAmount [0..1]The total tax amount for this line item.
    11. cbc:MinimumQuantity [0..1]The minimum quantity of the item associated with this line.
    12. cbc:MaximumQuantity [0..1]The maximum quantity of the item associated with this line.
    13. cbc:MinimumBackorderQuantity [0..1]The minimum back order quantity of the item associated with this line (where back order is allowed).
    14. cbc:MaximumBackorderQuantity [0..1]The maximum back order quantity of the item associated with this line (where back order is allowed).
    15. cbc:InspectionMethodCode [0..1]A code signifying the inspection requirements for the item associated with this line item.
    16. cbc:PartialDeliveryIndicator [0..1]An indicator that a partial delivery is allowed (true) or not (false).
    17. cbc:BackOrderAllowedIndicator [0..1]An indicator that back order is allowed (true) or not (false).
    18. cbc:AccountingCostCode [0..1]The buyer's accounting cost centre for this line item, expressed as a code.
    19. cbc:AccountingCost [0..1]The buyer's accounting cost centre for this line item, expressed as text.
    20. cbc:WarrantyInformation [0..*]Text describing a warranty (provided by WarrantyParty) for the good or service described in this line item.
    21. cac:Delivery [0..*]A delivery associated with this line item.
    22. cac:DeliveryTerms [0..1]Terms and conditions of the delivery associated with this line item.
    23. cac:OriginatorParty [0..1]The party who originated the Order associated with this line item.
    24. cac:OrderedShipment [0..*]An ordered shipment associated with this line item.
    25. cac:PricingReference [0..1]A reference to pricing and item location information associated with this line item.
    26. cac:AllowanceCharge [0..*]An allowance or charge associated with this line item.
    27. cac:Price [0..1]The price of the item of trade associated with this line item.
    28. cac:Item [1..1]The item of trade associated with this line item.
    29. cac:SubLineItem [0..*]The subsidiary line items that constitute the main line item, such as in a bill of materials.
    30. cac:WarrantyValidityPeriod [0..1]The period during which the warranty associated with this line item is valid.
    31. cac:WarrantyParty [0..1]The party responsible for any warranty associated with this line item.
    32. cac:TaxTotal [0..*]A total amount of taxes of a particular kind applicable to this item.
    33. cac:ItemPriceExtension [0..1]The price extension, calculated by multiplying the price per unit by the quantity of items.
    34. cac:LineReference [0..*]A reference to a line in a document associated with this line item.

Attributes

None

Used in

Sample instance

<cac:LineItem>
   <cbc:ID>1</cbc:ID>
   <cbc:SalesOrderID>A</cbc:SalesOrderID>
   <cbc:LineStatusCode>NoStatus</cbc:LineStatusCode>
   <cbc:Quantity unitCode="KGM">100</cbc:Quantity>
   <cbc:LineExtensionAmount currencyID="USD">1000.00</cbc:LineExtensionAmount>
   <cac:Price>
      <cbc:PriceAmount currencyID="USD">10.00</cbc:PriceAmount>
      <cbc:BaseQuantity unitCode="KGM">1</cbc:BaseQuantity>
   </cac:Price>
   <cac:Item>
      <cbc:Description>Beeswax</cbc:Description>
      <cbc:Name>Acme Beeswax</cbc:Name>
      <cac:BuyersItemIdentification>
         <cbc:ID>6578489</cbc:ID>
      </cac:BuyersItemIdentification>
      <cac:SellersItemIdentification>
         <cbc:ID>17589683</cbc:ID>
      </cac:SellersItemIdentification>
   </cac:Item>
</cac:LineItem>