configurationengine/source/cone/confml/tests/testdata/seq_template/expected/complex_seq_with_nones.confml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/confml/tests/testdata/seq_template/expected/complex_seq_with_nones.confml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,60 @@
+<configuration name="write_complex_seq_with_nones_confml" 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">
+  <feature name="Test feature" ref="TestFeature">
+    <setting name="Sequence setting" ref="SequenceSetting" type="sequence">
+      <setting name="File setting" ref="File" type="file">
+        <localPath />
+      <targetPath />
+      </setting>
+    <setting name="Folder setting" ref="Folder" type="folder">
+        <localPath />
+      <targetPath />
+      </setting>
+    <setting name="String setting" ref="String" type="string" />
+    <setting name="Int setting" ref="Int" type="int" />
+    <setting name="Real setting" ref="Real" type="real" />
+    <setting name="Boolean setting" ref="Boolean" type="boolean" />
+    <setting name="Date setting" ref="Date" type="date" />
+    <setting name="Time setting" ref="Time" type="time" />
+    <setting name="Date-time setting" ref="DateTime" type="dateTime" />
+    <setting name="Duration setting" ref="Duration" type="duration" />
+    </setting>
+  </feature>
+<data>
+    <TestFeature>
+      <SequenceSetting template="true">
+        <File>
+          <localPath>file lp</localPath>
+        </File>
+      <Folder>
+          <targetPath>folder tp</targetPath>
+        </Folder>
+      <String>string</String>
+      <Real>0.1</Real>
+      <Date>2010-02-10</Date>
+      <DateTime>2010-02-10-00:00:00</DateTime>
+      <Int />
+      <Boolean />
+      <Time />
+      <Duration />
+      </SequenceSetting>
+    <SequenceSetting>
+        <File>
+          <localPath>file lp1</localPath>
+        <targetPath />
+        </File>
+      <Folder>
+          <localPath />
+        <targetPath>folder tp1</targetPath>
+        </Folder>
+      <String>string1</String>
+      <Int />
+      <Real>1.1</Real>
+      <Boolean />
+      <Date>2009-02-01</Date>
+      <Time />
+      <DateTime>2009-02-01-01:00:00</DateTime>
+      <Duration />
+      </SequenceSetting>
+    </TestFeature>
+  </data>
+</configuration>
\ No newline at end of file