ProjectReference
You can add a reference to a project.
More information is provided in the Project References topic.
Element
Use the ProjectReference element to model this information:
| Element | Cardinality | Description | 
|---|---|---|
Project Reference  (Invoice/ProjectReference) | 0..1 | A group of elements providing information about a related Project. | 
Project Reference - ID (Invoice/ProjectReference/ID) | 1..1 | Specify the project's ID. | 
Country-Specific Configurations
Example
<Invoice>
    <!-- code omitted for clarity -->
    <cac:ProjectReference>
        <cbc:ID>PRJ.11223344</cbc:ID>
    </cac:ProjectReference>    
    <!-- code omitted for clarity -->
</Invoice>
Updated 4 months ago
