Italy: Transmission Format Code

You need specify a dedicated code to represent the transaction format code.

Use the TransmissionFormatCode Extension to specify the code. This element is mandatory.

Italian Specification

DetailValue
Italian Specification1.1.3 (FormatoTrasmissione)

Element

ElementDescription
Invoice/UBLExtensions/UBLExtension/ExtensionContent/ InvoiceExtension/TransmissionFormatCodeSpecify the format code.

Restrictions

  • You must VRBL:IT: as a prefix.
  • You must use one of the following values:
ValueDescription
VRBL:IT:FPA12B2G Invoices
VRBL:IT:FPR12B2B Invoices

Example

This example specifies the value for a B2B invoice:

<ubl:Invoice>
    <cec:UBLExtensions>
        <cec:UBLExtension>
            <cec:ExtensionContent>
                <vrbl:InvoiceExtension>
                    <!-- Code omitted for clarity -->
                    <vrbl:TransmissionFormatCode>`VRBL:IT:FPR12`</vrbl:TransmissionFormatCode>
                    <!-- Code omitted for clarity -->
                </vrbl:InvoiceExtension>
            </cec:ExtensionContent>
        </cec:UBLExtension>
    </cec:UBLExtensions>
</ubl:Invoice>