Croatia (CIIUR): Preceding Invoice Description

You can add a description of a preceding invoice.

Elements

Use the following sub-element of the BillingReference element to model this information:

XPathCardinalityDescription
Preceding Invoice Description (Invoice/BillingReference/InvoiceDocumentReference/DocumentDescription)0..1An element to provide a description of the preceding invoice

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:BillingReference>
        <cac:InvoiceDocumentReference>
            <cbc:ID>INV-99887766</cbc:ID>
            <cbc:IssueDate>2024-09-30</cbc:IssueDate>
            <cbc:DocumentDescription>original invoice description</cbc:DocumentDescription>
        </cac:InvoiceDocumentReference>
    </cac:BillingReference>
    <!-- code omitted for clarity -->
</ubl:Invoice>