configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/validation_project/Layer1/confml/duplicate_uids.confml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns="http://www.s60.com/xml/confml/1" name="DuplicateUids">
       
     3     <feature ref="DuplicateUids" name="Settings for duplicate UIDs test">
       
     4         <setting ref="Int1" name="Int 1" type="int"/>
       
     5         <setting ref="Int2" name="Int 2" type="int"/>
       
     6         <setting ref="Int3" name="Int 3" type="int"/>
       
     7         
       
     8         <setting ref="Boolean1" name="Boolean 1" type="boolean"/>
       
     9         <setting ref="Boolean2" name="Boolean 2" type="boolean"/>
       
    10         <setting ref="Boolean3" name="Boolean 3" type="boolean"/>
       
    11         <setting ref="Boolean4" name="Boolean 4" type="boolean"/>
       
    12         
       
    13         <setting ref="Sequence" name="Sequence setting" type="sequence">
       
    14             <setting ref="Int1" name="Int 1" type="int"/>
       
    15             <setting ref="Int2" name="Int 2" type="int"/>
       
    16             <setting ref="Int3" name="Int 3" type="int"/>
       
    17             <setting ref="Int4" name="Int 4" type="int"/>
       
    18         </setting>
       
    19     </feature>
       
    20     <data>
       
    21         <DuplicateUids>
       
    22             <Int1>1</Int1>
       
    23             <Int2>2</Int2>
       
    24             <Int3>3</Int3>
       
    25             
       
    26             <Boolean1>true</Boolean1>
       
    27             <Boolean2>false</Boolean2>
       
    28             <Boolean3>true</Boolean3>
       
    29             <Boolean4>false</Boolean4>
       
    30             
       
    31             <Sequence>
       
    32                 <Int1>1</Int1>
       
    33                 <Int2>2</Int2>
       
    34                 <Int3>3</Int3>
       
    35                 <Int4>4</Int4>
       
    36             </Sequence>
       
    37         </DuplicateUids>
       
    38     </data>
       
    39 </configuration>