cac:RequestForQuotationLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:RequestForQuotationLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1]An identifier for this line in the request for quotation.
- cbc:UUID [0..1]A universally unique identifier for this line in the request for quotation.
- cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
- cbc:OptionalLineItemIndicator [0..1]An indication whether this line is optional (true) or not (false) for purposes of this request for quotation.
- cbc:PrivacyCode [0..1]A code signifying the level of confidentiality of this request for quotation line.
- cbc:SecurityClassificationCode [0..1]A code signifying the security classification of this request for quotation line.
- cac:DocumentReference [0..*]A document associated with this request for quotation line.
- cac:LineItem [1..1]A description of the item for which a quotation is requested.
Attributes
None
Used in
- Type RequestForQuotationType (Element RequestForQuotation)
Sample instance
<cac:RequestForQuotationLine> <cbc:ID>1</cbc:ID> <cbc:Note>sample</cbc:Note> <cac:LineItem> <cbc:ID>1</cbc:ID> <cbc:Quantity unitCode="KGM">100</cbc:Quantity> <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:RequestForQuotationLine>