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:

ElementCardinalityDescription
Project Reference (Invoice/ProjectReference)0..1A group of elements providing information about a related Project.
Project Reference - ID (Invoice/ProjectReference/ID)1..1Specify 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>