<?xml version="1.0"?>
<configuration>
    <fields>
        <id>
            <length>3</length>
            <normalize>yes</normalize>
        </id>
        <name>
            <length>8</length>
            <normalize>yes</normalize>
        </name>
        <price>
            <length>10</length>
            <normalize>yes</normalize>
        </price>
        <stock>
            <length>3</length>
            <normalize>yes</normalize>
        </stock>
        <country>
            <length>10</length>
            <normalize>yes</normalize>
        </country>
    </fields>
    <decimalFormat>
        <english>#,##0.00</english>
        <nordic>#.##0,00</nordic>
    </decimalFormat>
</configuration>