Croatia (CIIUR): Despatch Line Reference

You can specify a reference to a dispatch advice and the corresponding dispatch advice line on the line level.

Elements

Use the DespatchLineReference element to model this information:

Name (Path)CardinalityDescription
Dispatch Document Reference (/Invoice/InvoiceLine/DespatchLineReference)0..1A group of elements providing information about the dispatch advice line reference for the invoice line
Dispatch Document Reference Line ID (/Invoice/InvoiceLine/DespatchLineReference/LineID)1..1An identifier for a referenced line within a dispatch advice
Dispatch Document Reference Dispatch Advice (/Invoice/InvoiceLine/DespatchLineReference/DocumentReference)0..1A group of elements providing information about the referenced dispatch advice
Dispatch Document Reference Dispatch Advice (/Invoice/InvoiceLine/DespatchLineReference/DocumentReference/ID)1..1An identifier for a referenced dispatch advice

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:DespatchLineReference>
            <cbc:LineID>120</cbc:LineID>
            <cac:DocumentReference>
                <cbc:ID>PO12345</cbc:ID>
            </cac:DocumentReference>
        </cac:DespatchLineReference>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</ubl:Invoice>