France (CII(CDAR)): Referenced Document Additional Party

You can add additional parties to your France documents.

A group of elements used to provide information regarding the change of the payee of the invoice in the event of factoring after invoice transmission.

Technically, it is also possible to provide information about different parties. See the UNCL 3035 subset for allowed values.

Elements

Name (Path)CardinalityDescription
Document Reference (ApplicationResponse/DocumentReference)1..1A group to define a reference to a document.
Additional Party (ApplicationResponse/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/AdditionalParty)0..nA group of elements providing information about third parties not represented in VRBL core.
Additional Party Code (ApplicationResponse/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/AdditionalParty/@code)1..1A code specifying the party role.
Additional Party Description (ApplicationResponse/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/AdditionalParty/@description)0..1A description of the party role.

Restrictions

CodeDescription
BYBuyer
DLFactor
SESeller
ABBuyer's Agent
SRSeller's Agent
PEPayee
PRPayer
IIInvoicer
IVInvoiced (invoiced to, addressed to)
WKElectronic invoicing platform or operator (of the supplier/seller or the buyer)

The Additional Party group has three child elements:

Name (Path)CardinalityDescription
Party Information (Party)1..1A group containing information regarding a party such as IDs, address, legal entity, contact information.
Party Identifier (Party/PartyIdentification/ID)1..1An element identifying a party.
Party Identifier Scheme ID (Party/PartyIdentification/ID/@schemeID)1..1The scheme identifier of the party identifier.

A description on how to provide Party Information can be found in the VRBL Core section.
In this context, only the Party Identification ID is used.

Because scheme ID code from the following subset of the ICD 6523 standard are allowed:

CodeDescription
0002SIREN with 9 characters
0009SIRET with 14 characters
0223EU_OUTSIDE_FRANCE with 18 characters
0227OUTSIDE_EU (including Wallis and Futuna) with 18 characters
0224Routing code with 100 characters
0228RIDET with 9 or 10 characters
0229TAHITI with 9 characters
0226INDIVIDUAL with 80 characters
0238Approved platform registration number or PPF with 4 characters

Example of Additional Party information:

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
        <cac:DocumentReference>
            <!-- code omitted for clarity -->
            <cec:UBLExtensions>
                <cec:UBLExtension>
                    <cec:ExtensionContent>
                        <vrbl:DocumentReferenceExtension>
                            <!-- code omitted for clarity -->
                            <vrbl:AdditionalParty code="DL">
                                <cac:Party>
                                    <cac:PartyIdentification>
                                        <cbc:ID schemeID="0002">333333333</cbc:ID>
                                    </cac:PartyIdentification>
                                </cac:Party>
                            </vrbl:AdditionalParty>
                            <!-- code omitted for clarity -->
                        </vrbl:DocumentReferenceExtension>
                    </cec:ExtensionContent>
                </cec:UBLExtension>
            </cec:UBLExtensions>    
            <!-- code omitted for clarity -->
        </cac:DocumentReference>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>