configurationengine/source/scripts/tests/testdata/export/layer2/confml/duplicate_settings2.confml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns="http://www.s60.com/xml/confml/1" name="test1"  xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <feature ref="Feature" name="SampleFea">
        <setting ref="One" name="One new" type="string">
            <xs:maxLength value="3"/>
        </setting>
        <setting ref="Two" name="Two new" type="int">
            <desc>Testing desc</desc>
        </setting>
        <setting ref="Three" name="Three new" type="selection">
            <option name="FooBar" value="1"/>
            <option name="Jee" value="2"/>
            <option name="Man" value="3"/>
        </setting>
        <setting ref="NoData" name="No data" type="string">
        </setting>
    </feature>
</configuration>