United Arab Emirates (Peppol PINT AE): Profit Margin Scheme Indicator

Configure the Profit Margin Scheme Indicator for your United Arab Emirates documents.

Profit Margin Scheme Indicator

Set to true, in case of supply of goods under the profit margin scheme. Defaults to false when omitted. In case of UAE this indicator triggers the position 3 of the transaction type string. If the indicator is true then it is set to 1 otherwise to 0.

Elements

PathCardinalityUsageUsage DescriptionFinal Format XPathExample Value
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ProfitMarginSchemeIndicator0..1CRequired in case of supply of goods under the profi margin scheme./Invoice/ProfileExecutionIDXX1XXXXX

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:InvoiceExtension>
          <vrbl:ProfitMarginSchemeIndicator>true</vrbl:ProfitMarginSchemeIndicator>
          <!-- ... omitted for readability -->
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>