configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/empty_with_all_common_elements.implml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/empty_with_all_common_elements.implml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
+    <phase name="pre"/>
+    
+    <tag name="target" value="uda"/>
+    <tag name="target" value="uda"/>
+    
+    <settingRefsOverride>
+        <settingRef value="Foo.Bar"/>
+    </settingRefsOverride>
+    
+    <tempVariable ref="Foo.Bar1" type="int" value="5"/>
+    <tempVariable ref="Foo.Bar2" type="real"/>
+    <tempVariable ref="Foo.Bar3"/>
+    
+    <tempVariableSequence ref="Foo.Bar.Seq1">
+        <tempVariable ref="Sub1" type="int"/>
+        <tempVariable ref="Sub2"/>
+    </tempVariableSequence>
+    <tempVariableSequence ref="Foo.Bar.Seq2">
+        <tempVariable ref="Sub1" type="int"/>
+        <tempVariable ref="Sub2"/>
+    </tempVariableSequence>
+    
+    <outputRootDir value="foo/bar"/>
+    <outputSubDir value="sub_foo"/>
+</container>
\ No newline at end of file