France (CII(INV)): Invoice Line Notes

You must qualify notes on the line level.

Elements

Use the Note element to model this information:

(Path)CardinalityDescription
Invoice Line Note (Invoice/InvoiceLine/Note)0..1A textual note that gives unstructured information that is relevant to the invoice line

Restrictions

  • You can use a value from the UNCL 4451 list to model the qualifier.
  • Use the format #Qualifier#Free-Text to model the code.

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cbc:Note>#SUR#New article number 12345</cbc:Note>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</ubl:Invoice>