configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/validation_project/Layer1/confml/duplicate_uids.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="DuplicateUids">
    <feature ref="DuplicateUids" name="Settings for duplicate UIDs test">
        <setting ref="Int1" name="Int 1" type="int"/>
        <setting ref="Int2" name="Int 2" type="int"/>
        <setting ref="Int3" name="Int 3" type="int"/>
        
        <setting ref="Boolean1" name="Boolean 1" type="boolean"/>
        <setting ref="Boolean2" name="Boolean 2" type="boolean"/>
        <setting ref="Boolean3" name="Boolean 3" type="boolean"/>
        <setting ref="Boolean4" name="Boolean 4" type="boolean"/>
        
        <setting ref="Sequence" name="Sequence setting" type="sequence">
            <setting ref="Int1" name="Int 1" type="int"/>
            <setting ref="Int2" name="Int 2" type="int"/>
            <setting ref="Int3" name="Int 3" type="int"/>
            <setting ref="Int4" name="Int 4" type="int"/>
        </setting>
    </feature>
    <data>
        <DuplicateUids>
            <Int1>1</Int1>
            <Int2>2</Int2>
            <Int3>3</Int3>
            
            <Boolean1>true</Boolean1>
            <Boolean2>false</Boolean2>
            <Boolean3>true</Boolean3>
            <Boolean4>false</Boolean4>
            
            <Sequence>
                <Int1>1</Int1>
                <Int2>2</Int2>
                <Int3>3</Int3>
                <Int4>4</Int4>
            </Sequence>
        </DuplicateUids>
    </data>
</configuration>