1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 *   Licensed to the Apache Software Foundation (ASF) under one or more
12 *   contributor license agreements. See the NOTICE file distributed
13 *   with this work for additional information regarding copyright
14 *   ownership. The ASF licenses this file to you under the Apache
15 *   License, Version 2.0 (the "License"); you may not use this file
16 *   except in compliance with the License. You may obtain a copy of
17 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
19<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
20<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="Math" oor:package="org.openoffice.Office" xml:lang="en-US">
21  <info>
22    <desc>Contains settings for Math.</desc>
23  </info>
24  <templates>
25    <group oor:name="FontFormat">
26      <info>
27        <desc>Lists properties for describing a font.</desc>
28      </info>
29      <prop oor:name="Name" oor:type="xs:string">
30        <info>
31          <desc>Specifies the font name.</desc>
32        </info>
33      </prop>
34      <prop oor:name="CharSet" oor:type="xs:short">
35        <info>
36          <desc>Specifies the character set for a font.</desc>
37        </info>
38      </prop>
39      <prop oor:name="Family" oor:type="xs:short">
40        <info>
41          <desc>Specifies the font family.</desc>
42        </info>
43        <constraints>
44          <enumeration oor:value="0">
45            <info>
46              <desc>not known</desc>
47            </info>
48          </enumeration>
49          <enumeration oor:value="1">
50            <info>
51              <desc>decorative</desc>
52            </info>
53          </enumeration>
54          <enumeration oor:value="2">
55            <info>
56              <desc>modern</desc>
57            </info>
58          </enumeration>
59          <enumeration oor:value="3">
60            <info>
61              <desc>roman</desc>
62            </info>
63          </enumeration>
64          <enumeration oor:value="4">
65            <info>
66              <desc>script</desc>
67            </info>
68          </enumeration>
69          <enumeration oor:value="5">
70            <info>
71              <desc>swiss</desc>
72            </info>
73          </enumeration>
74          <enumeration oor:value="6">
75            <info>
76              <desc>system</desc>
77            </info>
78          </enumeration>
79        </constraints>
80      </prop>
81      <prop oor:name="Pitch" oor:type="xs:short">
82        <info>
83          <desc>Specifies the pitch of a font.</desc>
84        </info>
85        <constraints>
86          <enumeration oor:value="0">
87            <info>
88              <desc>not known</desc>
89            </info>
90          </enumeration>
91          <enumeration oor:value="1">
92            <info>
93              <desc>fixed</desc>
94            </info>
95          </enumeration>
96          <enumeration oor:value="2">
97            <info>
98              <desc>variable</desc>
99            </info>
100          </enumeration>
101        </constraints>
102      </prop>
103      <prop oor:name="Weight" oor:type="xs:short">
104        <info>
105          <desc>Specifies the weight of a font.</desc>
106        </info>
107        <constraints>
108          <enumeration oor:value="0">
109            <info>
110              <desc>not known</desc>
111            </info>
112          </enumeration>
113          <enumeration oor:value="1">
114            <info>
115              <desc>thin</desc>
116            </info>
117          </enumeration>
118          <enumeration oor:value="2">
119            <info>
120              <desc>ultra light</desc>
121            </info>
122          </enumeration>
123          <enumeration oor:value="3">
124            <info>
125              <desc>light</desc>
126            </info>
127          </enumeration>
128          <enumeration oor:value="4">
129            <info>
130              <desc>semi light</desc>
131            </info>
132          </enumeration>
133          <enumeration oor:value="5">
134            <info>
135              <desc>normal</desc>
136            </info>
137          </enumeration>
138          <enumeration oor:value="6">
139            <info>
140              <desc>medium</desc>
141            </info>
142          </enumeration>
143          <enumeration oor:value="7">
144            <info>
145              <desc>semi bold</desc>
146            </info>
147          </enumeration>
148          <enumeration oor:value="8">
149            <info>
150              <desc>bold</desc>
151            </info>
152          </enumeration>
153          <enumeration oor:value="9">
154            <info>
155              <desc>ultra bold</desc>
156            </info>
157          </enumeration>
158          <enumeration oor:value="10">
159            <info>
160              <desc>black</desc>
161            </info>
162          </enumeration>
163        </constraints>
164      </prop>
165      <prop oor:name="Italic" oor:type="xs:short">
166        <info>
167          <desc>Specifies the font italics.</desc>
168        </info>
169        <constraints>
170          <enumeration oor:value="0">
171            <info>
172              <desc>not slanted</desc>
173            </info>
174          </enumeration>
175          <enumeration oor:value="1">
176            <info>
177              <desc>oblique</desc>
178            </info>
179          </enumeration>
180          <enumeration oor:value="2">
181            <info>
182              <desc>normal</desc>
183            </info>
184          </enumeration>
185          <enumeration oor:value="3">
186            <info>
187              <desc>not known</desc>
188            </info>
189          </enumeration>
190        </constraints>
191      </prop>
192    </group>
193    <group oor:name="Symbol">
194      <info>
195        <desc>Contains settings for defining a user- or predefined symbol.</desc>
196      </info>
197      <prop oor:name="Char" oor:type="xs:int">
198        <info>
199          <desc>Specifies the character value of the symbol.</desc>
200        </info>
201      </prop>
202      <prop oor:name="Set" oor:type="xs:string">
203        <info>
204          <desc>Specifies the symbol set containing the symbol.</desc>
205        </info>
206      </prop>
207      <prop oor:name="Predefined" oor:type="xs:boolean" oor:nillable="false">
208        <info>
209          <desc>Specifies if a symbol is predefined or user-defined.</desc>
210        </info>
211        <value>false</value>
212      </prop>
213      <prop oor:name="FontFormatId" oor:type="xs:string">
214        <info>
215          <desc>Specifies the font format used. The value must be one of the node-names in the FontFormatList.</desc>
216        </info>
217      </prop>
218    </group>
219  </templates>
220  <component>
221    <group oor:name="Print">
222      <info>
223        <desc>Contains settings for printing.</desc>
224      </info>
225      <prop oor:name="Title" oor:type="xs:boolean" oor:nillable="false">
226        <info>
227          <desc>Specifies if the title (filename) is printed.</desc>
228        </info>
229        <value>false</value>
230      </prop>
231      <prop oor:name="FormulaText" oor:type="xs:boolean" oor:nillable="false">
232        <info>
233          <desc>Specifies if the formula text is printed.</desc>
234        </info>
235        <value>false</value>
236      </prop>
237      <prop oor:name="Frame" oor:type="xs:boolean" oor:nillable="false">
238        <info>
239          <desc>Specifies if a border is drawn around the formula when printed.</desc>
240        </info>
241        <value>false</value>
242      </prop>
243      <prop oor:name="Size" oor:type="xs:short" oor:nillable="false">
244        <info>
245          <desc>Defines the size used when printing the formula.</desc>
246        </info>
247        <constraints>
248          <enumeration oor:value="0">
249            <info>
250              <desc>Original size</desc>
251            </info>
252          </enumeration>
253          <enumeration oor:value="1">
254            <info>
255              <desc>Adapt to paper size</desc>
256            </info>
257          </enumeration>
258          <enumeration oor:value="2">
259            <info>
260              <desc>Define zoom factor</desc>
261            </info>
262          </enumeration>
263        </constraints>
264        <value>0</value>
265      </prop>
266      <prop oor:name="ZoomFactor" oor:type="xs:short" oor:nillable="false">
267        <info>
268          <desc>Specifies the zoom factor for printing formulas. This is only valid when the print size is defined by the zoom factor. [UNIT=%]</desc>
269        </info>
270        <constraints>
271          <minInclusive oor:value="10">
272            <info>
273              <desc>Specifies the minimum value allowed</desc>
274            </info>
275          </minInclusive>
276          <maxInclusive oor:value="400">
277            <info>
278              <desc>Specifies the maximum value allowed.</desc>
279            </info>
280          </maxInclusive>
281        </constraints>
282        <value>100</value>
283      </prop>
284    </group>
285    <group oor:name="LoadSave">
286      <info>
287        <desc>Contains settings related to load and save operations.</desc>
288      </info>
289      <prop oor:name="IsSaveOnlyUsedSymbols" oor:type="xs:boolean" oor:nillable="false">
290        <info>
291          <desc>When set only symbols used in the current formula will be saved. Otherwise all user defined symbols will be saved in each formula.</desc>
292        </info>
293        <value>true</value>
294      </prop>
295    </group>
296    <group oor:name="Misc">
297      <info>
298        <desc>Contains miscellaneous settings.</desc>
299      </info>
300      <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean" oor:nillable="false">
301        <info>
302          <desc>Ignores spacing symbols at the end of a line.</desc>
303        </info>
304        <value>true</value>
305      </prop>
306      <prop oor:name="AutoCloseBrackets" oor:type="xs:boolean" oor:nillable="false">
307        <info>
308          <desc>Auto close brackets, parentheses and braces when editing a formula.</desc>
309        </info>
310        <value>true</value>
311      </prop>
312      <prop oor:name="SmEditWindowZoomFactor" oor:type="xs:short" oor:nillable="false">
313        <info>
314          <desc>Specifies the zoom factor for SmEditWindow. [UNIT=%]</desc>
315        </info>
316        <constraints>
317          <minInclusive oor:value="10">
318            <info>
319              <desc>Specifies the minimum value allowed</desc>
320            </info>
321          </minInclusive>
322          <maxInclusive oor:value="1000">
323            <info>
324              <desc>Specifies the maximum value allowed.</desc>
325            </info>
326          </maxInclusive>
327        </constraints>
328        <value>100</value>
329      </prop>
330      <prop oor:name="DefaultSmSyntaxVersion" oor:type="xs:short" oor:nillable="false">
331        <info>
332          <desc>Specifies which SmParser to use</desc>
333        </info>
334        <constraints>
335          <minInclusive oor:value="5">
336            <info>
337              <desc>Specifies the minimum value allowed</desc>
338            </info>
339          </minInclusive>
340          <maxInclusive oor:value="6">
341            <info>
342              <desc>Specifies the maximum value allowed.</desc>
343            </info>
344          </maxInclusive>
345        </constraints>
346        <value>5</value>
347      </prop>
348    </group>
349    <group oor:name="View">
350      <info>
351        <desc>Contains view settings.</desc>
352      </info>
353      <prop oor:name="ToolboxVisible" oor:type="xs:boolean" oor:nillable="false">
354        <info>
355          <desc>Toggles the visibility of the ToolBox (Selection Box).</desc>
356        </info>
357        <value>true</value>
358      </prop>
359      <prop oor:name="AutoRedraw" oor:type="xs:boolean" oor:nillable="false">
360        <info>
361          <desc>Automatically updates the display of the formula after the text has changed.</desc>
362        </info>
363        <value>true</value>
364      </prop>
365      <prop oor:name="FormulaCursor" oor:type="xs:boolean" oor:nillable="false">
366        <info>
367          <desc>Toggles the visibility of the FormulaCursor.</desc>
368        </info>
369        <value>true</value>
370      </prop>
371    </group>
372    <set oor:name="FontFormatList" oor:node-type="FontFormat">
373      <info>
374        <desc>Lists the FontFormat entries that can be used as symbol definitions in the SymbolList.</desc>
375      </info>
376    </set>
377    <group oor:name="StandardFormat">
378      <info>
379        <desc>Defines the default format settings for formulas.</desc>
380      </info>
381      <prop oor:name="Textmode" oor:type="xs:boolean" oor:nillable="false">
382        <info>
383          <desc>Displays some expressions in a compact form.</desc>
384        </info>
385        <value>false</value>
386      </prop>
387      <prop oor:name="GreekCharStyle" oor:type="xs:short" oor:nillable="false">
388        <info>
389          <desc>Specifies the default layout for symbols from the 'Greek' symbol set.</desc>
390        </info>
391        <constraints>
392          <minInclusive oor:value="0">
393            <info>
394              <desc>Specifies the minimum value allowed</desc>
395            </info>
396          </minInclusive>
397          <maxInclusive oor:value="2">
398            <info>
399              <desc>Specifies the maximum value allowed</desc>
400            </info>
401          </maxInclusive>
402        </constraints>
403        <value>2</value>
404      </prop>
405      <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean" oor:nillable="false">
406        <info>
407          <desc>Attempts to scale non-scalable brackets to fit the size of the arguments.</desc>
408        </info>
409        <value>false</value>
410      </prop>
411      <prop oor:name="HorizontalAlignment" oor:type="xs:short" oor:nillable="false">
412        <info>
413          <desc>Specifies the default horizontal alignment for the formula.</desc>
414        </info>
415        <constraints>
416          <enumeration oor:value="0">
417            <info>
418              <desc>left</desc>
419            </info>
420          </enumeration>
421          <enumeration oor:value="1">
422            <info>
423              <desc>centered</desc>
424            </info>
425          </enumeration>
426          <enumeration oor:value="2">
427            <info>
428              <desc>right</desc>
429            </info>
430          </enumeration>
431        </constraints>
432        <value>1</value>
433      </prop>
434      <prop oor:name="BaseSize" oor:type="xs:short" oor:nillable="false">
435        <info>
436          <desc>Specifies the reference base size. [UNIT=Pts]</desc>
437        </info>
438        <constraints>
439          <minInclusive oor:value="4">
440            <info>
441              <desc>Specifies the minimum value allowed</desc>
442            </info>
443          </minInclusive>
444          <maxInclusive oor:value="127">
445            <info>
446              <desc>Specifies the maximum value allowed</desc>
447            </info>
448          </maxInclusive>
449        </constraints>
450        <value>12</value>
451      </prop>
452      <prop oor:name="TextSize" oor:type="xs:short" oor:nillable="false">
453        <info>
454          <desc>Specifies the text size relative to the base size. [UNIT=%]</desc>
455        </info>
456        <constraints>
457          <minInclusive oor:value="5">
458            <info>
459              <desc>Specifies the minimum value allowed (must be positive)</desc>
460            </info>
461          </minInclusive>
462          <maxInclusive oor:value="200">
463            <info>
464              <desc>Specifies the maximum value allowed</desc>
465            </info>
466          </maxInclusive>
467        </constraints>
468        <value>100</value>
469      </prop>
470      <prop oor:name="IndexSize" oor:type="xs:short" oor:nillable="false">
471        <info>
472          <desc>Specifies the size of the indices relative to the base size. [UNIT=%]</desc>
473        </info>
474        <constraints>
475          <minInclusive oor:value="5">
476            <info>
477              <desc>Specifies the minimum value allowed (must be positive)</desc>
478            </info>
479          </minInclusive>
480          <maxInclusive oor:value="200">
481            <info>
482              <desc>Specifies the maximum value allowed</desc>
483            </info>
484          </maxInclusive>
485        </constraints>
486        <value>60</value>
487      </prop>
488      <prop oor:name="FunctionSize" oor:type="xs:short" oor:nillable="false">
489        <info>
490          <desc>Specifies the size of the functions relative to the base size. [UNIT=%]</desc>
491        </info>
492        <constraints>
493          <minInclusive oor:value="5">
494            <info>
495              <desc>Specifies the minimum value allowed (must be positive)</desc>
496            </info>
497          </minInclusive>
498          <maxInclusive oor:value="200">
499            <info>
500              <desc>Specifies the maximum value allowed</desc>
501            </info>
502          </maxInclusive>
503        </constraints>
504        <value>100</value>
505      </prop>
506      <prop oor:name="OperatorSize" oor:type="xs:short" oor:nillable="false">
507        <info>
508          <desc>Specifies the size of the operators relative to the base size. [UNIT=%]</desc>
509        </info>
510        <constraints>
511          <minInclusive oor:value="5">
512            <info>
513              <desc>Specifies the minimum value allowed (must be positive)</desc>
514            </info>
515          </minInclusive>
516          <maxInclusive oor:value="200">
517            <info>
518              <desc>Specifies the maximum value allowed</desc>
519            </info>
520          </maxInclusive>
521        </constraints>
522        <value>100</value>
523      </prop>
524      <prop oor:name="LimitsSize" oor:type="xs:short" oor:nillable="false">
525        <info>
526          <desc>Specifies the size of the limits relative to the base size. [UNIT=%]</desc>
527        </info>
528        <constraints>
529          <minInclusive oor:value="5">
530            <info>
531              <desc>Specifies the minimum value allowed (must be positive)</desc>
532            </info>
533          </minInclusive>
534          <maxInclusive oor:value="200">
535            <info>
536              <desc>Specifies the maximum value allowed</desc>
537            </info>
538          </maxInclusive>
539        </constraints>
540        <value>60</value>
541      </prop>
542      <prop oor:name="VariableFont" oor:type="xs:string" oor:nillable="false">
543        <info>
544          <desc>Specifies the FontFormat (font) to be used for variables. The value must be contained in the FontFormatList.</desc>
545        </info>
546        <value/>
547      </prop>
548      <prop oor:name="FunctionFont" oor:type="xs:string" oor:nillable="false">
549        <info>
550          <desc>Specifies the FontFormat (font) to be used for functions. The value must be contained in the FontFormatList.</desc>
551        </info>
552        <value/>
553      </prop>
554      <prop oor:name="NumberFont" oor:type="xs:string" oor:nillable="false">
555        <info>
556          <desc>Specifies the FontFormat (font) to be used for numbers. The value must be contained in the FontFormatList.</desc>
557        </info>
558        <value/>
559      </prop>
560      <prop oor:name="TextFont" oor:type="xs:string" oor:nillable="false">
561        <info>
562          <desc>Specifies the FontFormat (font) to be used for text. The value must be contained in the FontFormatList.</desc>
563        </info>
564        <value/>
565      </prop>
566      <prop oor:name="SansFont" oor:type="xs:string" oor:nillable="false">
567        <info>
568          <desc>Specifies the FontFormat (font) to be used for 'sans'. The value must be contained in the FontFormatList.</desc>
569        </info>
570        <value/>
571      </prop>
572      <prop oor:name="SerifFont" oor:type="xs:string" oor:nillable="false">
573        <info>
574          <desc>Specifies the FontFormat (font) to be used for 'serif'. The value must be contained in the FontFormatList.</desc>
575        </info>
576        <value/>
577      </prop>
578      <prop oor:name="FixedFont" oor:type="xs:string" oor:nillable="false">
579        <info>
580          <desc>Specifies the FontFormat (font) to be used for 'fixed'. The value must be contained in the FontFormatList.</desc>
581        </info>
582        <value/>
583      </prop>
584      <group oor:name="Distance">
585        <info>
586          <desc>Specifies the distance settings used for formatting a formula.</desc>
587        </info>
588        <prop oor:name="Horizontal" oor:type="xs:short" oor:nillable="false">
589          <info>
590            <desc>Specifies the horizontal distance of different expressions and of binary operators. [UNIT=%]</desc>
591          </info>
592          <constraints>
593            <minInclusive oor:value="0">
594              <info>
595                <desc>Specifies the minimum value allowed</desc>
596              </info>
597            </minInclusive>
598            <maxInclusive oor:value="200">
599              <info>
600                <desc>Specifies the maximum value allowed</desc>
601              </info>
602            </maxInclusive>
603          </constraints>
604          <value>10</value>
605        </prop>
606        <prop oor:name="Vertical" oor:type="xs:short" oor:nillable="false">
607          <info>
608            <desc>Specifies the vertical distance of different lines. [UNIT=%]</desc>
609          </info>
610          <constraints>
611            <minInclusive oor:value="0">
612              <info>
613                <desc>Specifies the minimum value allowed</desc>
614              </info>
615            </minInclusive>
616            <maxInclusive oor:value="200">
617              <info>
618                <desc>Specifies the maximum value allowed</desc>
619              </info>
620            </maxInclusive>
621          </constraints>
622          <value>5</value>
623        </prop>
624        <prop oor:name="Root" oor:type="xs:short" oor:nillable="false">
625          <info>
626            <desc>Specifies the vertical distance of the root symbol's horizontal bar to the argument. [UNIT=%]</desc>
627          </info>
628          <constraints>
629            <minInclusive oor:value="0">
630              <info>
631                <desc>Specifies the minimum value allowed</desc>
632              </info>
633            </minInclusive>
634            <maxInclusive oor:value="100">
635              <info>
636                <desc>Specifies the maximum value allowed</desc>
637              </info>
638            </maxInclusive>
639          </constraints>
640          <value>0</value>
641        </prop>
642        <prop oor:name="SubScript" oor:type="xs:short" oor:nillable="false">
643          <info>
644            <desc>Specifies the vertical distance of the subscript to the base. [UNIT=%]</desc>
645          </info>
646          <constraints>
647            <minInclusive oor:value="0">
648              <info>
649                <desc>Specifies the minimum value allowed</desc>
650              </info>
651            </minInclusive>
652            <maxInclusive oor:value="100">
653              <info>
654                <desc>Specifies the maximum value allowed</desc>
655              </info>
656            </maxInclusive>
657          </constraints>
658          <value>20</value>
659        </prop>
660        <prop oor:name="SuperScript" oor:type="xs:short" oor:nillable="false">
661          <info>
662            <desc>Specifies the vertical distance of the superscript to the base. [UNIT=%]</desc>
663          </info>
664          <constraints>
665            <minInclusive oor:value="0">
666              <info>
667                <desc>Specifies the minimum value allowed</desc>
668              </info>
669            </minInclusive>
670            <maxInclusive oor:value="100">
671              <info>
672                <desc>Specifies the maximum value allowed</desc>
673              </info>
674            </maxInclusive>
675          </constraints>
676          <value>20</value>
677        </prop>
678        <prop oor:name="LowerLimit" oor:type="xs:short" oor:nillable="false">
679          <info>
680            <desc>Specifies the vertical distance of the lower limit to the operator. [UNIT=%]</desc>
681          </info>
682          <constraints>
683            <minInclusive oor:value="0">
684              <info>
685                <desc>Specifies the minimum value allowed</desc>
686              </info>
687            </minInclusive>
688            <maxInclusive oor:value="100">
689              <info>
690                <desc>Specifies the maximum value allowed</desc>
691              </info>
692            </maxInclusive>
693          </constraints>
694          <value>0</value>
695        </prop>
696        <prop oor:name="UpperLimit" oor:type="xs:short" oor:nillable="false">
697          <info>
698            <desc>Specifies the vertical distance of the upper limit to the operator. [UNIT=%]</desc>
699          </info>
700          <constraints>
701            <minInclusive oor:value="0">
702              <info>
703                <desc>Specifies the minimum value allowed</desc>
704              </info>
705            </minInclusive>
706            <maxInclusive oor:value="100">
707              <info>
708                <desc>Specifies the maximum value allowed</desc>
709              </info>
710            </maxInclusive>
711          </constraints>
712          <value>0</value>
713        </prop>
714        <prop oor:name="OperatorSize" oor:type="xs:short" oor:nillable="false">
715          <info>
716            <desc>Specifies the scaling of a large operator relative to the base size. [UNIT=%]</desc>
717          </info>
718          <constraints>
719            <minInclusive oor:value="0">
720              <info>
721                <desc>Specifies the minimum value allowed</desc>
722              </info>
723            </minInclusive>
724            <maxInclusive oor:value="100">
725              <info>
726                <desc>Specifies the maximum value allowed</desc>
727              </info>
728            </maxInclusive>
729          </constraints>
730          <value>50</value>
731        </prop>
732        <prop oor:name="OperatorSpace" oor:type="xs:short" oor:nillable="false">
733          <info>
734            <desc>Specifies the distance between the large operator and it's argument. [UNIT=%]</desc>
735          </info>
736          <constraints>
737            <minInclusive oor:value="0">
738              <info>
739                <desc>Specifies the minimum value allowed</desc>
740              </info>
741            </minInclusive>
742            <maxInclusive oor:value="100">
743              <info>
744                <desc>Specifies the maximum value allowed</desc>
745              </info>
746            </maxInclusive>
747          </constraints>
748          <value>20</value>
749        </prop>
750        <prop oor:name="Numerator" oor:type="xs:short" oor:nillable="false">
751          <info>
752            <desc>Specifies the vertical distance from the numerator to the fraction separator. [UNIT=%]</desc>
753          </info>
754          <constraints>
755            <minInclusive oor:value="0">
756              <info>
757                <desc>Specifies the minimum value allowed</desc>
758              </info>
759            </minInclusive>
760            <maxInclusive oor:value="100">
761              <info>
762                <desc>Specifies the maximum value allowed</desc>
763              </info>
764            </maxInclusive>
765          </constraints>
766          <value>0</value>
767        </prop>
768        <prop oor:name="Denominator" oor:type="xs:short" oor:nillable="false">
769          <info>
770            <desc>Specifies the vertical distance from the denominator to the fraction separator [UNIT=%]</desc>
771          </info>
772          <constraints>
773            <minInclusive oor:value="0">
774              <info>
775                <desc>Specifies the minimum value allowed</desc>
776              </info>
777            </minInclusive>
778            <maxInclusive oor:value="100">
779              <info>
780                <desc>Specifies the maximum value allowed</desc>
781              </info>
782            </maxInclusive>
783          </constraints>
784          <value>0</value>
785        </prop>
786        <prop oor:name="Fraction" oor:type="xs:short" oor:nillable="false">
787          <info>
788            <desc>Specifies the excess length of the fraction separator relative to its arguments. [UNIT=%]</desc>
789          </info>
790          <constraints>
791            <minInclusive oor:value="0">
792              <info>
793                <desc>Specifies the minimum value allowed</desc>
794              </info>
795            </minInclusive>
796            <maxInclusive oor:value="100">
797              <info>
798                <desc>Specifies the maximum value allowed</desc>
799              </info>
800            </maxInclusive>
801          </constraints>
802          <value>10</value>
803        </prop>
804        <prop oor:name="StrokeWidth" oor:type="xs:short" oor:nillable="false">
805          <info>
806            <desc>Specifies the stroke width of the fraction separator [UNIT=%]</desc>
807          </info>
808          <constraints>
809            <minInclusive oor:value="1">
810              <info>
811                <desc>Specifies the minimum value allowed (must be positive)</desc>
812              </info>
813            </minInclusive>
814            <maxInclusive oor:value="100">
815              <info>
816                <desc>Specifies the maximum value allowed</desc>
817              </info>
818            </maxInclusive>
819          </constraints>
820          <value>5</value>
821        </prop>
822        <prop oor:name="BracketSize" oor:type="xs:short" oor:nillable="false">
823          <info>
824            <desc>Specifies the excess length of the scalable brackets relative to the argument. [UNIT=%]</desc>
825          </info>
826          <constraints>
827            <minInclusive oor:value="0">
828              <info>
829                <desc>Specifies the minimum value allowed</desc>
830              </info>
831            </minInclusive>
832            <maxInclusive oor:value="100">
833              <info>
834                <desc>Specifies the maximum value allowed</desc>
835              </info>
836            </maxInclusive>
837          </constraints>
838          <value>5</value>
839        </prop>
840        <prop oor:name="BracketSpace" oor:type="xs:short" oor:nillable="false">
841          <info>
842            <desc>Specifies the horizontal distance between the brackets and the enclosed argument. [UNIT=%]</desc>
843          </info>
844          <constraints>
845            <minInclusive oor:value="0">
846              <info>
847                <desc>Specifies the minimum value allowed</desc>
848              </info>
849            </minInclusive>
850            <maxInclusive oor:value="100">
851              <info>
852                <desc>Specifies the maximum value allowed</desc>
853              </info>
854            </maxInclusive>
855          </constraints>
856          <value>5</value>
857        </prop>
858        <prop oor:name="NormalBracketSize" oor:type="xs:short" oor:nillable="false">
859          <info>
860            <desc>Specifies the excess length of normal brackets relative to the argument. Only valid if ScaleNormalBracket = TRUE. [UNIT=%]</desc>
861          </info>
862          <constraints>
863            <minInclusive oor:value="0">
864              <info>
865                <desc>Specifies the minimum value allowed</desc>
866              </info>
867            </minInclusive>
868            <maxInclusive oor:value="100">
869              <info>
870                <desc>Specifies the maximum value allowed</desc>
871              </info>
872            </maxInclusive>
873          </constraints>
874          <value>0</value>
875        </prop>
876        <prop oor:name="MatrixRow" oor:type="xs:short" oor:nillable="false">
877          <info>
878            <desc>Specifies the distance between the rows of a matrix. [UNIT=%]</desc>
879          </info>
880          <constraints>
881            <minInclusive oor:value="0">
882              <info>
883                <desc>Specifies the minimum value allowed</desc>
884              </info>
885            </minInclusive>
886            <maxInclusive oor:value="300">
887              <info>
888                <desc>Specifies the maximum value allowed</desc>
889              </info>
890            </maxInclusive>
891          </constraints>
892          <value>3</value>
893        </prop>
894        <prop oor:name="MatrixColumn" oor:type="xs:short" oor:nillable="false">
895          <info>
896            <desc>Specifies the distance between the columns of a matrix. [UNIT=%]</desc>
897          </info>
898          <constraints>
899            <minInclusive oor:value="0">
900              <info>
901                <desc>Specifies the minimum value allowed</desc>
902              </info>
903            </minInclusive>
904            <maxInclusive oor:value="300">
905              <info>
906                <desc>Specifies the maximum value allowed</desc>
907              </info>
908            </maxInclusive>
909          </constraints>
910          <value>30</value>
911        </prop>
912        <prop oor:name="OrnamentSize" oor:type="xs:short" oor:nillable="false">
913          <info>
914            <desc>Specifies the distance between the attribute and its base. [UNIT=%]</desc>
915          </info>
916          <constraints>
917            <minInclusive oor:value="0">
918              <info>
919                <desc>Specifies the minimum value allowed</desc>
920              </info>
921            </minInclusive>
922            <maxInclusive oor:value="100">
923              <info>
924                <desc>Specifies the maximum value allowed</desc>
925              </info>
926            </maxInclusive>
927          </constraints>
928          <value>0</value>
929        </prop>
930        <prop oor:name="OrnamentSpace" oor:type="xs:short" oor:nillable="false">
931          <info>
932            <desc>Specifies the distance between different attributes of the same base. [UNIT=%]</desc>
933          </info>
934          <constraints>
935            <minInclusive oor:value="0">
936              <info>
937                <desc>Specifies the minimum value allowed</desc>
938              </info>
939            </minInclusive>
940            <maxInclusive oor:value="100">
941              <info>
942                <desc>Specifies the maximum value allowed</desc>
943              </info>
944            </maxInclusive>
945          </constraints>
946          <value>0</value>
947        </prop>
948        <prop oor:name="LeftSpace" oor:type="xs:short" oor:nillable="false">
949          <info>
950            <desc>Specifies the width of the extra space to the left of the formula. [UNIT=1/100 mm]</desc>
951          </info>
952          <constraints>
953            <minInclusive oor:value="0">
954              <info>
955                <desc>Specifies the minimum value allowed</desc>
956              </info>
957            </minInclusive>
958            <maxInclusive oor:value="10000">
959              <info>
960                <desc>Specifies the maximum value allowed</desc>
961              </info>
962            </maxInclusive>
963          </constraints>
964          <value>100</value>
965        </prop>
966        <prop oor:name="RightSpace" oor:type="xs:short" oor:nillable="false">
967          <info>
968            <desc>Specifies the width of the extra space to the right of the formula. [UNIT=1/100 mm]</desc>
969          </info>
970          <constraints>
971            <minInclusive oor:value="0">
972              <info>
973                <desc>Specifies the minimum value allowed</desc>
974              </info>
975            </minInclusive>
976            <maxInclusive oor:value="10000">
977              <info>
978                <desc>Specifies the maximum value allowed</desc>
979              </info>
980            </maxInclusive>
981          </constraints>
982          <value>100</value>
983        </prop>
984        <prop oor:name="TopSpace" oor:type="xs:short" oor:nillable="false">
985          <info>
986            <desc>Specifies the amount of extra space above the formula. [UNIT=1/100 mm]</desc>
987          </info>
988          <constraints>
989            <minInclusive oor:value="0">
990              <info>
991                <desc>Specifies the minimum value allowed</desc>
992              </info>
993            </minInclusive>
994            <maxInclusive oor:value="10000">
995              <info>
996                <desc>Specifies the maximum value allowed</desc>
997              </info>
998            </maxInclusive>
999          </constraints>
1000          <value>0</value>
1001        </prop>
1002        <prop oor:name="BottomSpace" oor:type="xs:short" oor:nillable="false">
1003          <info>
1004            <desc>Specifies the amount of extra space below the formula. [UNIT=1/100 mm]</desc>
1005          </info>
1006          <constraints>
1007            <minInclusive oor:value="0">
1008              <info>
1009                <desc>Specifies the minimum value allowed</desc>
1010              </info>
1011            </minInclusive>
1012            <maxInclusive oor:value="10000">
1013              <info>
1014                <desc>Specifies the maximum value allowed</desc>
1015              </info>
1016            </maxInclusive>
1017          </constraints>
1018          <value>0</value>
1019        </prop>
1020      </group>
1021    </group>
1022    <set oor:name="SymbolList" oor:node-type="Symbol">
1023      <info>
1024        <desc>Lists the defined symbols.</desc>
1025      </info>
1026    </set>
1027  </component>
1028</oor:component-schema>
1029