summaryrefslogtreecommitdiffstats
path: root/example/units.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/units.xml')
-rw-r--r--example/units.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/units.xml b/example/units.xml
new file mode 100644
index 0000000..265318f
--- /dev/null
+++ b/example/units.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<units>
+ <unit type="currency" base="GP" round="0"/>
+ <unit type="weight" base="g" round="0">
+ <level symbol="kg" count="1000" round="2"/>
+ </unit>
+</units>