configurationengine/source/cone/validation/tests/testdata/model/confml/fixed_expected/duplicate_settings1.confml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <configuration name="test1" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema">
       
     2   <feature name="SampleFea" ref="Feature">
       
     3     <setting name="One new" ref="One" type="string">
       
     4       <xs:maxLength value="3" />
       
     5     </setting>
       
     6   <setting name="Two new" ref="Two" type="int">
       
     7       <desc>Testing desc</desc>
       
     8     </setting>
       
     9   <setting name="Three new" ref="Three" type="selection">
       
    10       <option name="FooBar" value="1" />
       
    11     <option name="Jee" value="2" />
       
    12     <option name="Man" value="3" />
       
    13     </setting>
       
    14   <setting name="No data" ref="NoData" type="string" />
       
    15   <setting name="Test Sequence" ref="TestSequence" type="sequence">
       
    16       <setting name="number two of sequence Two" ref="SeqTwo" type="int" />
       
    17     <setting name="one two three" ref="SeqThree" type="selection">
       
    18         <option name="seqone" value="1" />
       
    19       </setting>
       
    20     </setting>
       
    21   </feature>
       
    22 <data>
       
    23     <Feature>
       
    24       <One>fo</One>
       
    25     <Two>1</Two>
       
    26     <Three>1</Three>
       
    27     <TestSequence template="true">
       
    28         <SeqTwo />
       
    29       <SeqThree />
       
    30       </TestSequence>
       
    31     <TestSequence>
       
    32         <SeqTwo>123</SeqTwo>
       
    33       <SeqThree />
       
    34       </TestSequence>
       
    35     </Feature>
       
    36   </data>
       
    37 </configuration>