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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:LineItem

Element information

Content

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>