We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d6fe3 commit 9cf210dCopy full SHA for 9cf210d
input/tariff_region.xml
@@ -300,7 +300,15 @@
300
<region>Germany</region>
301
<RegionConfig>
302
<blanket_adjustment>-0.10</blanket_adjustment>
303
- <commodity_adjustments/>
+ <commodity_adjustments>
304
+ <!-- Dummy commodity to allow for no commodity specific
305
+ adjustments. There MUST be at least one commodity in this list,
306
+ otherwise RelaxNG Error will occur-->
307
+ <item>
308
+ <commodity>None</commodity>
309
+ <adjustment>0.00</adjustment>
310
+ </item>
311
+ </commodity_adjustments>
312
</RegionConfig>
313
</item>
314
</adjustment_regions>
0 commit comments