configurationengine/source/cone/validation/tests/testdata/model/confml/single_files/duplicate_settings1.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="test1"  xmlns:xs="http://www.w3.org/2001/XMLSchema">
       
     3     <feature ref="Feature" name="SampleFea">
       
     4         <setting ref="One" name="One" type="string">
       
     5         </setting>
       
     6         <setting ref="Two" name="Two" type="int">
       
     7         </setting>
       
     8         <setting ref="Three" name="Three" type="selection">
       
     9             <option name="1" value="1"/>
       
    10         </setting>
       
    11         <setting ref="NoData" name="No data" type="string">
       
    12         </setting>
       
    13         <setting ref="TestSequence" name="Test Sequence" type="sequence">
       
    14             <setting ref="SeqTwo" name="SeqTwo" type="int">
       
    15             </setting>
       
    16             <setting ref="SeqThree" name="SeqThree" type="selection">
       
    17                 <option name="seqone" value="1"/>
       
    18             </setting>
       
    19         </setting>
       
    20     </feature>
       
    21     
       
    22     
       
    23     <data>
       
    24         <Feature>
       
    25             <One>fo</One>
       
    26             <Two>1</Two>
       
    27             <Three>1</Three>
       
    28             <TestSequence template="true" />
       
    29             <TestSequence>
       
    30                 <SeqTwo>123</SeqTwo>
       
    31             </TestSequence>
       
    32         </Feature>
       
    33     </data>
       
    34 </configuration>