configurationengine/source/cone/confml/tests/testdata/read_write/extensions.confml
changeset 5 d2c80f5cab53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/confml/tests/testdata/read_write/extensions.confml	Thu Oct 21 16:36:53 2010 +0300
@@ -0,0 +1,14 @@
+<configuration xmlns="http://www.s60.com/xml/confml/2" name="Example Configuration" version="2.91.0" xmlns:custom="...">
+    <extensions>
+        <custom:something/>
+    </extensions>
+    <feature ref="ExampleFeature" name="Example Feature Settings" custom:foo="3">
+        <desc>This is the description for the feature. It can be used for display purposes.</desc>
+        <setting ref="setting1" name="Setting 1" type="int" readOnly="false" custom:bar="1">
+            <extensions>
+                <custom:something>foo</custom:something>
+            </extensions>
+            <desc>The first setting</desc>
+        </setting>
+    </feature>
+</configuration>
\ No newline at end of file