OriginatorDocumentReference

A reference to an originator document associated with this document.

Details

ElementValue
NameOriginatorDocumentReference
PathInvoice/OriginatorDocumentReference
DefinitionA reference to an originator document associated with this document.
Cardinality0..n

Element

ElementDescription
Invoice/OriginatorDocumentReference/IDSpecify the ID of the originator Document.

Country Specific Configurations

Example

The following is for an Italian tender or lot:

<ubl:Invoice>
    <cac:BillingReference>
        <!-- Code omitted for clarity -->
        <cac:OriginatorDocumentReference>
            <cbc:ID>TENDR2345</cbc:ID>
        </cac:OriginatorDocumentReference>
        <!-- Code omitted for clarity -->
    </cac:BillingReference>
</ubl:Invoice>