configurationengine/source/cone/validation/tests/testdata/schema/implml/valid/empty_with_all_common_elements.implml
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 3 e7e0ae78773e
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

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