Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:RequestForQuotationLine
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:RequestForQuotationLine

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:RequestForQuotationLineType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [0..1]An identifier for this line in the request for quotation.
    3. cbc:UUID [0..1]A universally unique identifier for this line in the request for quotation.
    4. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    5. cbc:OptionalLineItemIndicator [0..1]An indication whether this line is optional (true) or not (false) for purposes of this request for quotation.
    6. cbc:PrivacyCode [0..1]A code signifying the level of confidentiality of this request for quotation line.
    7. cbc:SecurityClassificationCode [0..1]A code signifying the security classification of this request for quotation line.
    8. cac:DocumentReference [0..*]A document associated with this request for quotation line.
    9. cac:LineItem [1..1]A description of the item for which a quotation is requested.

Attributes

None

Used in

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>