<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://xml.wombat.exit0.net/config">
    <element id="countryofbirth">
        <type>Enum</type>
        <attributes>
            <title nls:translate="1" nls:domain="wombat">Country of Birth</title>
            <label nls:translate="1" nls:domain="wombat">Country of Birth</label>
            <description nls:translate="1" nls:domain="wombat">In which country were you born?</description>
            <class>form-control wb-selectpicker</class>
            <required>no</required>
            <default></default>
            <values>
                <item>
                    <value></value>
                    <label nls:translate="1" nls:domain="wombat">--- select country ---</label>
                </item>
            </values>
        </attributes>
        <attributesource>
            <item>
                <attribute>values</attribute>
                <name>Dictionary</name>
                <dict>Country</dict>
            </item>
        </attributesource>
    </element>
</config>
