France (Flux 2 UBL EXT-CTC-FR): Additional Document Reference

A group of business terms providing information about an additional document reference.

In difference to the Additional Supporting Documents group it does not contain an attachment and just provides an additional reference number. In order to provide more context to the the reference number, codes from the UNCL 1153 list can be used.

Elements

Name (Path)CardinalityDescription
Additional Document Reference (/Invoice/AdditionalDocumentReference)0..nA group of elements providing information about additional supporting documents substantiating the claims made in the invoice.
Additional Document Reference ID (ID)1..1An identifier of the supporting document.
Additional Document Type Code (DocumentTypeCode)0..1A code identifying the tpye of the supporting document.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AdditionalDocumentReference>
        <ID schemeID="AQZ">100002D</ID>
    </cac:AdditionalDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>