DocumentReference
Use this element to provide a reference to an additional document reference on which the invoice line is based.
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
@schemeID
attribute.
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 1 day ago