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