File: Settings.xcs

package info (click to toggle)
accessodf 0.1.1~b-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 900 kB
  • sloc: java: 5,623; xml: 627; makefile: 23
file content (24 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!-- oor:name must be identical to the filename of this xcs file //-->
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  oor:name="Settings"
  oor:package="be.docarch.accessodf.ooo.optionspage" xml:lang="en-US">
  <info>
    <author></author>
    <desc></desc>
  </info>
  <component>
    <group oor:name="Leaves">
      <group oor:name="accessibilityChecks" oor:type="Leaf">
        <prop oor:name="brailleChecks" oor:type="xs:short">
          <value>1</value>
        </prop>
        <prop oor:name="daisyChecks" oor:type="xs:short">
          <value>1</value>
        </prop>
      </group>
    </group>
  </component>
</oor:component-schema>