cac:QuotationLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:QuotationLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] Identifies the Quotation Line.
- cbc:Note [0..1] Free-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:Quantity [0..1] The quantity of the item quoted.
- cbc:LineExtensionAmount [0..1] The total amount for the Quotation Line, including Allowance Charges but net of taxes.
- cbc:TotalTaxAmount [0..1] The total tax amount for the Quotation Line.
- cac:DocumentReference [0..*] An association to Document Reference.
- cac:LineItem [1..1] An association to Line Item.
- cac:SellerProposedSubstituteLineItem [0..*] An association to a proposed substitute Line Item.
Attributes
None
Used in
- Type QuotationType (Element Quotation)
Sample instance
<cac:QuotationLine> <cbc:ID>1</cbc:ID> <cbc:Note>sample</cbc:Note> <cac:LineItem> <cbc:ID>1</cbc:ID> <cbc:Quantity unitCode="KG">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="KG">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>