<?xml version="1.0" encoding="UTF-8"?>
<oor:component-schema
oor:name="Lightproof_${implname}" oor:package="org.openoffice" xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<desc>Contains the options data used for the extension.</desc>
</info>
<templates>
<group oor:name="${lang}">
<info>
<desc>Grammar options for language ${lang}.</desc>
</info>
${xcs_options}
</group>
<group oor:name="o_${lang}">
<info>
<desc>Other options for language ${lang}.</desc>
</info>
<!-- spelling options -->
<prop oor:name="use_graphspell" oor:type="xs:int"><value>1</value></prop>
<prop oor:name="use_graphspell_sugg" oor:type="xs:int"><value>1</value></prop>
<prop oor:name="use_community_dic" oor:type="xs:int"><value>0</value></prop>
<prop oor:name="use_personal_dic" oor:type="xs:int"><value>1</value></prop>
<prop oor:name="main_dic_name" oor:type="xs:string"><value>classic</value></prop>
<prop oor:name="community_dic" oor:type="xs:string"><value></value></prop>
<prop oor:name="personal_dic" oor:type="xs:string"><value></value></prop>
<!-- graphic options -->
<prop oor:name="line_multicolor" oor:type="xs:int"><value>1</value></prop>
<prop oor:name="line_type" oor:type="xs:string"><value>BOLDWAVE</value></prop>
<!-- misc options -->
<prop oor:name="start_console" oor:type="xs:int"><value>0</value></prop>
<prop oor:name="tf_options" oor:type="xs:string"><value></value></prop>
</group>
</templates>
<component>
<group oor:name="Leaves">
<node-ref oor:name="${lang}" oor:node-type="${lang}" />
</group>
<group oor:name="Other">
<node-ref oor:name="o_${lang}" oor:node-type="o_${lang}" />
</group>
</component>
</oor:component-schema>