France (Flux 2 UBL EXT-CTC-FR): Preceding Invoice Reference

You can reference the Document Type Code and other information about a referenced preceding invoice.

CIUS-FR extends the usage of the Preceding Invoice Reference group, by adding the possibility to provide the Document Type Code element DocumentTypeCode.

This element is used to provide the Invoice Type Code (UNCL 1001) InvoiceTypeCode of the referenced preceding invoice.

Elements

Use the BillingReference element to model this information:

Name (Path)CardinalityDescription
Preceding Invoice Reference (/Invoice/BillingReference)0..nA group of elements providing information regarding preceding invoices.
Invoice Document Reference (/InvoiceDocumentReference)1..1A group of elements providing information regarding invoice references.
Preceding Invoice Reference (/InvoiceDocumentReference/ID)1..1The identification of an invoice that was previously sent by the Seller.
Preceding Invoice Issue Date (/InvoiceDocumentReference/IssueDate)0..1The date when the preceding invoice was issued.
Preceding Invoice Document Type Code (/InvoiceDocumentReference/DocumentTypeCode)0..1Code specifying the Invoice Type Code (UNCL 1001) of the preceding invoice.

Restrictions

The following subset of the UNCL 1001 code list can be used for the Preceding Invoice Document Type Code:

CodeTypeDescription
380Simple invoicesCommercial invoice
389Simple invoicesSelf-billed invoice
393Simple invoicesFactored invoice
501Simple invoicesSelf-billed factored invoice
386Deposit invoicesDeposit invoice
500Deposit invoicesSelf-invoiced deposit invoice
384Corrective invoicesCorrective invoice
471Corrective invoicesSelf-invoiced corrective invoice
472Corrective invoicesFactored corrective invoice
473Corrective invoicesSelf-invoiced corrective invoice invoiced
261Credit notesSelf-invoiced credit note
262Credit notesCredit note for global discount
381Credit notesCredit note
396Credit notesInvoiced credit note
502Credit notesSelf-invoiced credit note invoiced
503Credit notesCredit note for advance payment invoice

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:BillingReference>
        <cac:InvoiceDocumentReference>
            <ID>INV-99887766</ID>
            <IssueDate>2025-09-30</IssueDate>
            <DocumentTypeCode>380</DocumentTypeCode>
        </cac:InvoiceDocumentReference>
    </cac:BillingReference>
    <!-- code omitted for clarity -->
</Invoice>