cac:QuotationLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.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>Computer</cbc:Note> <cac:LineItem> <cbc:ID>DELL1052665</cbc:ID> <cbc:Quantity unitCode="EA">35</cbc:Quantity> <cbc:LineExtensionAmount currencyID="DKK">150500.00</cbc:LineExtensionAmount> <cbc:TotalTaxAmount currencyID="DKK">37625.00</cbc:TotalTaxAmount> <cac:Price> <cbc:PriceAmount currencyID="DKK">4300.00</cbc:PriceAmount> <cbc:BaseQuantity unitCode="EA">1</cbc:BaseQuantity> </cac:Price> <cac:Item> <cbc:Description>Stationær computer</cbc:Description> <cbc:Name>Dell PrecisionTM T3400</cbc:Name> </cac:Item> </cac:LineItem> </cac:QuotationLine>