United Arab Emirates (Peppol PINT AE): Free Trade Zone Indicator
Configure the Free Trade Zone Indicator for your United Arab Emirates documents.
Free Trade Zone Indicator
Set to true, in case of supply of goods or services in Free trade zone. Defaults to false when omitted. In case of UAE this indicator triggers the position 1 of the transaction type string. If the indicator is true then it is set to 1 otherwise to 0.
Elements
| Path | Cardinality | Usage | Usage Description | Final Format XPath | Example Value |
|---|---|---|---|---|---|
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/FreeTradeZoneIndicator | 0..1 | C | Required in case of supply of goods or services in free trade zone. | /Invoice/ProfileExecutionID | 1XXXXXXX |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cec:UBLExtensions>
<!-- ... omitted for readability -->
<cec:UBLExtension>
<!-- ... omitted for readability -->
<cec:ExtensionContent>
<!-- ... omitted for readability -->
<vrbl:InvoiceExtension>
<!-- ... omitted for readability -->
<vrbl:FreeTradeZoneIndicator>true</vrbl:FreeTradeZoneIndicator>
<!-- ... omitted for readability -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Invoice>
