France (Txns): Transactions Group Tax Subtotal Percentage
VAT rate, expressed as a percentage, applicable to the corresponding VAT type.
Elements
| Path | Cardinality | Usage | Mandate Business Term | Final Format XPath |
|---|---|---|---|---|
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/TransactionsSummary/Transactions/TaxTotal/TaxSubtotal/TaxCategory/Percent | 1..1 | M | TT-86 | /Report/TransactionsReport/Transactions/TaxSubtotal/TaxPercent |
Example
<ubl:Statement>
<!-- ... omitted for readability -->
<cec:UBLExtensions>
<!-- ... omitted for readability -->
<cec:UBLExtension>
<!-- ... omitted for readability -->
<cec:ExtensionContent>
<!-- ... omitted for readability -->
<vrbl:StatementExtension>
<!-- ... omitted for readability -->
<vrbl:TransactionsSummary>
<!-- ... omitted for readability -->
<vrbl:Transactions>
<!-- ... omitted for readability -->
<cac:TaxTotal>
<!-- ... omitted for readability -->
<cac:TaxSubtotal>
<!-- ... omitted for readability -->
<cac:TaxCategory>
<cbc:Percent>20.00</cbc:Percent>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal>
</vrbl:Transactions>
</vrbl:TransactionsSummary>
</vrbl:StatementExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Statement>
Updated 8 days ago
