configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/empty_with_all_common_elements.implml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?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>