configurationengine/source/scripts/tests/testdata/validate/project/assets/invalid/confml/invalid_element.confml
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"?>
<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                      xmlns:confml="http://www.s60.com/xml/confml/2"
                      xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2"
                      name="Invalid element test">
  <confml:feature ref="InvalidElementTest" name="Invalid element test">
    <confml:setting ref="TestSetting" name="Test setting" type="string">
        <confml:foo value="bar"/>
    </confml:setting>
  </confml:feature>
  <confml:data>
    <confml:InvalidElementTest>
      <confml:TestSetting>test</confml:TestSetting>
    </confml:InvalidElementTest>
  </confml:data>
</confml:configuration>