configurationengine/source/plugins/symbian/ConeCRMLPlugin/CRMLPlugin/tests/validation_project/Layer1/confml/multiple_access_definitions.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="MultipleAccessDefinitions">
       
     3     <feature ref="MultipleAccessDefinitions" 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         
       
    12         <setting ref="Sequence" name="Sequence setting" type="sequence">
       
    13             <setting ref="Int1" name="Int 1" type="int"/>
       
    14             <setting ref="Int2" name="Int 2" type="int"/>
       
    15             <setting ref="Int3" name="Int 3" type="int"/>
       
    16         </setting>
       
    17     </feature>
       
    18     <data>
       
    19         <MultipleAccessDefinitions>
       
    20             <Int1>1</Int1>
       
    21             <Int2>2</Int2>
       
    22             <Int3>3</Int3>
       
    23             
       
    24             <Boolean1>true</Boolean1>
       
    25             <Boolean2>false</Boolean2>
       
    26             <Boolean3>true</Boolean3>
       
    27             
       
    28             <Sequence>
       
    29                 <Int1>1</Int1>
       
    30                 <Int2>2</Int2>
       
    31                 <Int3>3</Int3>
       
    32             </Sequence>
       
    33         </MultipleAccessDefinitions>
       
    34     </data>
       
    35 </configuration>