configurationengine/source/cone/public/tests/testdata/view_tests/customisation/confml/my_standard_view.confml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <confml:configuration xmlns:confml="http://www.s60.com/xml/confml/2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema">
       
     3   <confml:view id="my_view" name="My view">
       
     4     <confml:desc>This is my test view.</confml:desc>
       
     5     <confml:group name="Examples" id="group_examples">
       
     6       <confml:desc>Different example settings.</confml:desc>
       
     7       <confml:group name="Group Strings" id="g_strings">
       
     8       <confml:desc>Different string settings.</confml:desc>
       
     9         <confml:setting ref="example-feature/ExampleString1">
       
    10             <confml:desc>Overrided description for ExampleString1.</confml:desc>
       
    11         </confml:setting>
       
    12         <confml:setting ref="example-feature/ExampleString2" name="My webpage">
       
    13         <xs:minLength value="10"/>
       
    14         <xs:maxLength value="60"/>
       
    15         <xs:pattern value="(http(|s)://([\w-]+\.)+[\w-]+(:[0-9]{1,5})?(/[\w- ./?%&amp;=]*)?|)"/>
       
    16         <xs:length value="15"/>
       
    17         </confml:setting>
       
    18       </confml:group>
       
    19       <confml:group name="Group Ints" id="g_ints">
       
    20         <confml:icon xlink:href="broken_image.png"/>
       
    21       <confml:desc>Different int settings.</confml:desc>
       
    22         <confml:setting ref="example-feature/ExampleInt1">
       
    23           <confml:option name="Always Ask" value="0"/>
       
    24           <confml:option name="Automatic" value="1"/>
       
    25           <confml:option name="Autom. in home network" value="2"/>
       
    26           <confml:option name="Disabled" value="3"/>
       
    27           <xs:minExclusive value="0"/>
       
    28           <xs:maxExclusive value="4"/>
       
    29         </confml:setting>
       
    30         <confml:setting ref="example-feature/ExampleInt2">
       
    31             <xs:maxInclusive value="99"/>
       
    32             <xs:minInclusive value="0"/>
       
    33           <confml:option name="Unlimited time" value="0"/>
       
    34         </confml:setting>
       
    35         <confml:setting ref="example-feature/ExampleFilename" name="Filename">
       
    36           <confml:property name="width" unit="pixel" value="134"/>
       
    37           <confml:property name="height" unit="pixel" value="33"/>
       
    38         </confml:setting>
       
    39       </confml:group>
       
    40     </confml:group>
       
    41     <confml:group name="Mailboxes">
       
    42         <confml:icon xlink:href="mails.png"/>
       
    43     <confml:desc>Mailbox group - with no id!!!</confml:desc>
       
    44        <confml:setting ref="mailbox1/set_int1" readOnly='true'/>
       
    45        <confml:setting ref="mailbox1/set_int2"/>
       
    46        <confml:setting ref="mailbox1/set_int3"/>
       
    47        <confml:setting ref="mailbox1/set_int4"/>
       
    48        <confml:setting ref="mailbox2/set_int1"/>
       
    49        <confml:setting ref="mailbox2/set_int2"/>
       
    50        <confml:setting ref="mailbox2/set_int3"/>
       
    51        <confml:setting ref="mailbox2/set_int4"/>
       
    52        <confml:setting ref="mailbox3/set_int1"/>
       
    53        <confml:setting ref="mailbox3/set_int2"/>
       
    54        <confml:setting ref="mailbox3/set_int3"/>
       
    55        <confml:setting ref="mailbox3/set_int4"/>
       
    56        <confml:setting ref="mailbox4/set_int1"/>
       
    57        <confml:setting ref="mailbox4/set_int2"/>
       
    58        <confml:setting ref="mailbox4/set_int3"/>
       
    59        <confml:setting ref="mailbox4/set_int4"/>
       
    60        <confml:setting ref="mailbox5/set_int1"/>
       
    61        <confml:setting ref="mailbox5/set_int2"/>
       
    62        <confml:setting ref="mailbox5/set_int3"/>
       
    63        <confml:setting ref="mailbox5/set_int4"/>
       
    64        <confml:setting ref="mailbox6/set_int1"/>
       
    65        <confml:setting ref="mailbox6/set_int2"/>
       
    66        <confml:setting ref="mailbox6/set_int3"/>
       
    67        <confml:setting ref="mailbox6/set_int4"/>
       
    68     </confml:group>
       
    69     <confml:group name="Sequences" id="group_sequence">
       
    70         <confml:desc>Sequence test in view, full, splitted, full with asterisks</confml:desc>
       
    71         <confml:setting ref="german-car-fea/CarSequence"/>
       
    72         <confml:setting ref="japan-car-fea/CarSequence/CarName" readOnly='true'/>
       
    73         <confml:setting ref="italy-car-fea/CarSequence/*"/>
       
    74     </confml:group>
       
    75 
       
    76   </confml:view>
       
    77 </confml:configuration>