configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/ruleproject/layer1/confml/ap.confml
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 0 2e8eeb919028
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

<configuration name="Eval test data" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
  <feature ref="APIDCTest" name="Test settings for accesspoint id count">
    <setting ref="FullSequence" name="Full sequence" type="sequence">
      <setting ref="StringSubSetting" name="String sub-setting" type="string"/>
    </setting>
  </feature>
  
  <data>
    <APIDCTest>
      <FullSequence template="true">
        <StringSubSetting>Default</StringSubSetting>
      </FullSequence>
      <FullSequence>
        <StringSubSetting>Full 1</StringSubSetting>
      </FullSequence>
      <FullSequence>
        <StringSubSetting>Full 2</StringSubSetting>
      </FullSequence>
    </APIDCTest>
  </data>
</configuration>