12 lines
258 B
XML
12 lines
258 B
XML
<schemalist>
|
|
<schema id="test">
|
|
<key name="test" type="s">
|
|
<choices>
|
|
<choice value="first" />
|
|
<choice value="last" />
|
|
</choices>
|
|
<default>"next-to-last"</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|