configurationengine/source/cone/validation/tests/testdata/schema/confml2/valid/file_folder_test.confml
changeset 3 e7e0ae78773e
child 5 d2c80f5cab53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/validation/tests/testdata/schema/confml2/valid/file_folder_test.confml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2" xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2" name="Time types test">
+  <confml:feature ref="FileFolderTest" name="File &amp; folder types test">
+    <confml:desc>Feature with file and folder setting types</confml:desc>
+    <confml:setting ref="FolderSetting" name="Folder setting" type="folder">
+      <confml:desc>A folder setting</confml:desc>
+      <confml:localPath/>
+      <confml:targetPath/>
+    </confml:setting>
+    <confml:setting ref="FileSetting" name="File setting" type="file">
+      <confml:desc>A file setting</confml:desc>
+      <confml:localPath/>
+      <confml:targetPath/>
+    </confml:setting>
+  </confml:feature>
+  <confml:data>
+    <confml:FileFolderTest>
+      <confml:FolderSetting>
+        <confml:localPath>default_folder</confml:localPath>
+        <confml:targetPath>default_target_folder/</confml:targetPath>
+      </confml:FolderSetting>
+      <confml:FileSetting>
+        <confml:localPath>default_file.txt</confml:localPath>
+        <confml:targetPath>default_target_folder/default_file_renamed.txt</confml:targetPath>
+      </confml:FileSetting>
+    </confml:FileFolderTest>
+  </confml:data>
+</confml:configuration>