DocumentReference
Use this element to provide a reference to an additional document reference on which the invoice line is based.
More general information is provided in the VRBL: Line-Level Document Reference topic.
Elements
| Name (Path) | Cardinality | Description | 
|---|---|---|
Line Document Reference (/Invoice/InvoiceLine/DocumentReference) | 0..1 | A group of elements providing information about an additional document reference for the invoice line. | 
Line Document Reference ID (/Invoice/InvoiceLine/DocumentReference/ID) | 1..1 | An identifier for an object on which the invoice line is based, given by the Supplier. | 
Line Document Reference ID - Scheme Identifier (/Invoice/InvoiceLine/DocumentReference/ID @schemeID) | 0..1 | This ID helps identify the type of document. Use a value from the UNCL 1153 list list. | 
Restrictions
- You must use a value from the UNCL 1153 list list for the 
@schemeIDattribute. 
Country-Specific configuration
Example
<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:DocumentReference>
            <cbc:ID schemeID="PI">ABC.2024.0013</cbc:ID>
        </cac:DocumentReference>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>
Updated 4 months ago
