cac:QuotationLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:QuotationLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1]An identifier for this quotation line.
- cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
- cbc:Quantity [0..1]The quantity of the item quoted.
- cbc:LineExtensionAmount [0..1]The total amount for this quotation line, including allowance charges but net of taxes.
- cbc:TotalTaxAmount [0..1]The total tax amount for this quotation line.
- cbc:RequestForQuotationLineID [0..1]An identifier for the line in the Request for Quotation to which this line is a response.
- cac:DocumentReference [0..*]A reference to a document associated with this quotation line.
- cac:LineItem [1..1]The item that is the subject of this quotation line.
- cac:SellerProposedSubstituteLineItem [0..*]An item proposed by the seller as a substitute for the item that is the subject of this quotation line.
- cac:AlternativeLineItem [0..*]An item proposed by the seller as an alternative to the item that is the subject of this quotation line.
- cac:RequestLineReference [0..1]A reference to the line in the Request for Quotation to which this line is a response.
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="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>