2 <!-- from the GSettings docs. Should work, I guess :) -->
5 <value nick="first" value="1"/>
6 <value nick="second" value="2"/>
9 <schema id="org.gtk.test">
11 <key name="key-with-range" type="i">
12 <range min="1" max="100"/>
16 <key name="key-with-choices" type="s">
18 <choice value='Elisabeth'/>
19 <choice value='Annabeth'/>
23 <alias value='Anna' target='Annabeth'/>
24 <alias value='Beth' target='Elisabeth'/>
26 <default>'Joe'</default>
29 <key name='enumerated-key' enum='myenum'>
30 <default>'first'</default>