configurationengine/source/scripts/tests/testdata/validate/project/assets/invalid/implml/duplicate_tempvar_ref.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">
    <!-- Duplicate tempVariable refs cannot be caught by schema validation, but
         will be caught by model-level validation -->
    <container>
        <tempVariable ref="Temp.Foo"/>
    </container>
    
    <container>
        <tempVariable ref="Temp.Foo"/>
    </container>
</container>