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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cac:OrderLine

Element information

Content

Attributes

None

Used in

Sample instance

<cac:OrderLine>
   <cbc:Note>this is an illustrative order line</cbc:Note>
   <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>
</cac:OrderLine>