Project References

You can add a reference to a project to your Document.

Use the ProjectReference element to model this information.

Element

ElementDescription
Invoice/ProjectReference/IDSpecify 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>