Austria (B2G): Contract Reference

Configure the Contract Reference for your Austria documents.

Elements

For Austrian B2G invoices, this is the BBG contract reference.

The BBG is the Austrian Public Procurement Agency and issues this number.

Name (Path)CardinalityDescription
Contract Reference (/Invoice/ContractDocumentReference)0..1A group of elements providing information regarding a related Contract Reference.

This group contains the following elements:

Name (Path)CardinalityDescription
Contract ID (ID)1..1The identification of the Contract the invoice relates to.
Scheme Identifier (@schemeID)1..1Scheme identifier.

Use the following scheme identifier attribute to indicate the BBG number.

@schemeIDElement
VRBL:AT:BBG-GZBBG contract reference number

Example

The following example includes a contract reference.

<Invoice>
    <!-- code omitted for clarity -->
    <cac:ContractDocumentReference>
        <cbc:ID schemeID="VRBL:AT:BBG-GZ">CD-11223344</cbc:ID>
    </cac:ContractDocumentReference>    
    <!-- code omitted for clarity -->
</Invoice>

Did this page help you?