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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:QuotationLine

Element information

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

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

Type: cac:QuotationLineType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<cac:QuotationLine>
   <cbc:ID>1</cbc:ID>
   <cbc:Note>sample</cbc:Note>
   <cac:LineItem>
      <cbc:ID>1</cbc:ID>
      <cbc:Quantity unitCode="KGM">100</cbc:Quantity>
      <cbc:LineExtensionAmount currencyID="GBP">100.00</cbc:LineExtensionAmount>
      <cbc:TotalTaxAmount currencyID="GBP">17.50</cbc:TotalTaxAmount>
      <cac:Price>
         <cbc:PriceAmount currencyID="GBP">100.00</cbc:PriceAmount>
         <cbc:BaseQuantity unitCode="KGM">1</cbc:BaseQuantity>
      </cac:Price>
      <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:Item>
   </cac:LineItem>
</cac:QuotationLine>