configurationengine/source/cone/confml/tests/testdata/seq_template/expected/simple_seq.confml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <configuration name="foo" 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="Test feature" ref="TestFeature">
       
     3     <setting name="Sequence setting" ref="SequenceSetting" type="sequence">
       
     4       <setting name="String 1" ref="String1" type="string" />
       
     5     <setting name="File setting" ref="File" type="file">
       
     6         <localPath />
       
     7       <targetPath />
       
     8       </setting>
       
     9     <setting name="String 2" ref="String2" type="string" />
       
    10     </setting>
       
    11   </feature>
       
    12 <data>
       
    13     <TestFeature>
       
    14       <SequenceSetting template="true">
       
    15         <String1>c1</String1>
       
    16       <File>
       
    17           <localPath>lp</localPath>
       
    18         <targetPath>tp</targetPath>
       
    19         </File>
       
    20       <String2>c2</String2>
       
    21       </SequenceSetting>
       
    22     <SequenceSetting>
       
    23         <String1>row 1</String1>
       
    24       <File>
       
    25           <localPath>lp1</localPath>
       
    26         <targetPath>tp1</targetPath>
       
    27         </File>
       
    28       <String2>x</String2>
       
    29       </SequenceSetting>
       
    30     <SequenceSetting>
       
    31         <String1>row 2</String1>
       
    32       <File>
       
    33           <localPath>lp2</localPath>
       
    34         <targetPath>tp2</targetPath>
       
    35         </File>
       
    36       <String2>y</String2>
       
    37       </SequenceSetting>
       
    38     </TestFeature>
       
    39   </data>
       
    40 </configuration>