VRBL: Project References

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

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>