home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Math.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  33.3 KB  |  995 lines

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