cac:RequestForQuotationLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:RequestForQuotationLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] Identifies the Request For Quotation Line.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:Note [0..1] Free-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cac:DocumentReference [0..*] An association to Document Reference.
- cac:LineItem [1..1] An association to Line Item.
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="KG">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>