configurationengine/source/cone/confml/tests/testdata/read_write/view.confml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
  <confml:view name="Layer 1 view">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <confml:desc>Testing view located on layer 1.</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
    <confml:group name="ConfML v1.0 settings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
      <confml:setting ref="Feature1/RealSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
      <confml:setting ref="Feature1/IntSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
      <confml:setting ref="Feature1/StringSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
      <confml:setting ref="Feature1/BooleanSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
      <confml:setting ref="Feature1/SelectionSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      <confml:setting ref="Feature1/SequenceSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
      <confml:setting ref="Feature2/SequenceSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
    <confml:group name="ConfML v2.0 settings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
      <confml:setting ref="BasicSettingTypesTest/RealSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
      <confml:setting ref="BasicSettingTypesTest/IntSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
      <confml:setting ref="BasicSettingTypesTest/StringSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
      <confml:setting ref="BasicSettingTypesTest/BooleanSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
      <confml:setting ref="BasicSettingTypesTest/SelectionSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
      <confml:setting ref="FileFolderTest/FolderSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
      <confml:setting ref="FileFolderTest/FileSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
      <confml:setting ref="SequenceSettingTest/SequenceSetting"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
    <confml:group name="Settings for testing attribute 'relevant'">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
        <confml:group name="In options">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
            <confml:setting ref="RelevantOptionTest/*"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
        <confml:group name="In settings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
            <confml:setting ref="RelevantSettingTest/*"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
        <confml:group name="In a feature">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
            <confml:setting ref="RelevantFeatureTest/*"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
    </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
    <confml:group name="Settings for testing Name-ID mapping">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
        <confml:group name="Source sequences">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
            <confml:setting ref="NameIdMappingTestSourceSequences/*"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
        <confml:group name="Target settings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
            <confml:setting ref="NameIdMappingTestTargetSettings/*"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
    </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
    <confml:group name="Settings for testing options">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
        <confml:setting ref="OptionTest/*"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
    </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
    <confml:group name="Settings for testing redefining things in views">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
        <confml:group name="Redefining name and description">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
            <confml:setting ref="RedefineInViewTest/NameAndDescRedefinition" name="Name from view">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
                <confml:desc>Description from view</confml:desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
            </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
        
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
        <confml:group name="Redefining options">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
            <confml:setting ref="RedefineInViewTest/IntWithOptions">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
                <confml:option name="Small value" value="2"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    61
                <confml:option name="Large value" value="200"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    62
                <confml:option name="Huge value" value="1000000"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    63
            </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    64
            
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    65
            <confml:setting ref="RedefineInViewTest/RealWithOptions">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    66
                <confml:option name="Small value" value="0.002"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    67
                <confml:option name="Large value" value="20"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    68
                <confml:option name="Microscopic value" value="1e-9"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    69
            </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    70
            
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    71
            <confml:setting ref="RedefineInViewTest/StringWithOptions">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    72
                <confml:option name="UTF-8" value="utf8"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    73
                <confml:option name="UTF-16" value="utf16"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    74
                <confml:option name="Latin-1" value="iso-8859-1"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    75
            </confml:setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    76
        </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    77
    </confml:group>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    78
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    79
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    80
  </confml:view>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    81
</confml:configuration>