configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/empty_with_all_common_elements.implml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3     <phase name="pre"/>
       
     4     
       
     5     <tag name="target" value="uda"/>
       
     6     <tag name="target" value="uda"/>
       
     7     
       
     8     <settingRefsOverride>
       
     9         <settingRef value="Foo.Bar"/>
       
    10     </settingRefsOverride>
       
    11     
       
    12     <tempVariable ref="Foo.Bar1" type="int" value="5"/>
       
    13     <tempVariable ref="Foo.Bar2" type="real"/>
       
    14     <tempVariable ref="Foo.Bar3"/>
       
    15     
       
    16     <tempVariableSequence ref="Foo.Bar.Seq1">
       
    17         <tempVariable ref="Sub1" type="int"/>
       
    18         <tempVariable ref="Sub2"/>
       
    19     </tempVariableSequence>
       
    20     <tempVariableSequence ref="Foo.Bar.Seq2">
       
    21         <tempVariable ref="Sub1" type="int"/>
       
    22         <tempVariable ref="Sub2"/>
       
    23     </tempVariableSequence>
       
    24     
       
    25     <outputRootDir value="foo/bar"/>
       
    26     <outputSubDir value="sub_foo"/>
       
    27 </container>