Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_properties_minmax.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!-- Author: Henri Chain -->
0003 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0004       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0007   <kcfgfile arg="true"/>
0008   <group name="Something">
0009     <entry name="bar" type="Int">
0010       <default>42</default>
0011       <min>36</min>
0012       <max>102</max>
0013     </entry>
0014   </group>
0015 </kcfg>