[Libreoffice-commits] core.git: 2 commits - officecfg/registry

Thomas Arnhold thomas at arnhold.org
Fri Apr 26 11:29:46 PDT 2013


 officecfg/registry/schema/org/openoffice/Office/Addons.xcs        |  585 
 officecfg/registry/schema/org/openoffice/Office/Chart.xcs         |   46 
 officecfg/registry/schema/org/openoffice/Office/Draw.xcs          | 1929 -
 officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs    |  496 
 officecfg/registry/schema/org/openoffice/Office/Paths.xcs         |  130 
 officecfg/registry/schema/org/openoffice/Office/ReportDesign.xcs  |   78 
 officecfg/registry/schema/org/openoffice/Office/Scripting.xcs     |   45 
 officecfg/registry/schema/org/openoffice/Office/Substitution.xcs  |  115 
 officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs   |  196 
 officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs |  243 
 officecfg/registry/schema/org/openoffice/Office/Views.xcs         |  195 
 officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs     | 1033 
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs        |13260 ++++------
 13 files changed, 9149 insertions(+), 9202 deletions(-)

New commits:
commit 75ff3466daeb3bb5e7af571baa82e2a73a5e8f5d
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Apr 26 20:28:10 2013 +0200

    xmllint: reformat files
    
    Writer.xcs is the biggest one
    
    Change-Id: Ic7eb27c14579496009c6079b7c815795c6c90e4a

diff --git a/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
index 5e36610..9f71357 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
@@ -17,521 +17,520 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="WebWizard" oor:package="org.openoffice.Office" 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 configuration schema for the web wizard</desc>
-	</info>
-	<templates>
-		<group oor:name="WWizLayout">
-			<info>
-				<desc>Information on a web-wizard layout</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>the index of the layout (start at 0, must be exporter-unique)</desc>
-				</info>
-			</prop>
-			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>The UI name of the layout</desc>
-				</info>
-			</prop>
-			<prop oor:name="FSName" oor:type="xs:string">
-				<info>
-					<desc>the directory name of the layout.</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizExporter">
-			<info>
-				<desc>Information on a web wizard exporter</desc>
-			</info>
-			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>the UI name of the exporter</desc>
-				</info>
-			</prop>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>a general index of the exporter, starts with 0, must be exporter-unique</desc>
-				</info>
-			</prop>
-			<prop oor:name="ExporterClass" oor:type="xs:string">
-				<info>
-					<desc>A full quilified class name of the exporter class</desc>
-				</info>
-			</prop>
-			<prop oor:name="OwnDirectory" oor:type="xs:boolean">
-				<info>
-					<desc>does this exporter needs an own directory to export to.</desc>
-				</info>
-			</prop>
-			<prop oor:name="SupportsFilename" oor:type="xs:boolean">
-				<info>
-					<desc>does this exporter support a given filename, or export to a self-generated filename</desc>
-				</info>
-			</prop>
-			<prop oor:name="DefaultFilename" oor:type="xs:string">
-				<info>
-					<desc>if does not support filename, what name does it use?</desc>
-				</info>
-			</prop>
-			<prop oor:name="Extension" oor:type="xs:string">
-				<info>
-					<desc>the extension that should be used, if the expoter supports filename</desc>
-				</info>
-			</prop>
-			<prop oor:name="SupportedMimeTypes" oor:type="xs:string">
-				<info>
-					<desc>one of : writer/calc/impress/draw/graphics/other/(empty for all)</desc>
-				</info>
-			</prop>
-			<prop oor:name="Icon" oor:type="xs:string">
-				<info>
-					<desc>the icon to use as preview</desc>
-				</info>
-			</prop>
-			<prop oor:name="TargetType" oor:type="xs:string">
-				<info>
-					<desc>A type name out of TypeDetection (like graphic_HTML)</desc>
-				</info>
-			</prop>
-			<prop oor:name="PageType" oor:type="xs:int">
-				<info>
-					<desc>Page type of the target document; 0 = no page, 1 = pages, 2 = slides</desc>
-				</info>
-			</prop>
-			<prop oor:name="Binary" oor:type="xs:boolean">
-				<info>
-					<desc>if the target format is binary (like pdf) - html is NOT binary.</desc>
-				</info>
-			</prop>
-			<set oor:name="Arguments" oor:node-type="WWizArgument">
-				<info>
-					<desc>additional arguments given to the exporter class by initialisation</desc>
-				</info>
-			</set>
-		</group>
-		<group oor:name="WWizArgument">
-			<info>
-				<desc>An argument used by exporters and other configuration groups/sets</desc>
-			</info>
-			<prop oor:name="Value" oor:type="xs:string">
-				<info>
-					<desc>the value of the argument</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizStyle">
-			<info>
-				<desc>Specifies style information (css)
-			</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
-				</info>
-			</prop>
-			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>UI name of the style</desc>
-				</info>
-			</prop>
-			<prop oor:name="CssHref" oor:type="xs:string">
-				<info>
-					<desc>the name of the css file</desc>
-				</info>
-			</prop>
-			<prop oor:name="BackgroundImage" oor:type="xs:string">
-				<info>
-					<desc>default background image. not implemented.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IconSet" oor:type="xs:string">
-				<info>
-					<desc>default iconset. not implemented</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizImage">
-			<info>
-				<desc>locates images for the background images of the webwizard</desc>
-			</info>
-			<prop oor:name="Href" oor:type="xs:string">
-				<info>
-					<desc>either a directory or a full qualified filename. Office-path variables can be used.</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizIconSet">
-			<info>
-				<desc>describes an icon set, used in export of draw and impress documents.</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>index of the icon set</desc>
-				</info>
-			</prop>
-			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>UI name of the icon set</desc>
-				</info>
-			</prop>
-			<prop oor:name="FNPrefix" oor:type="xs:string">
-				<info>
-					<desc>prefix of the filename. see impress/draw html export</desc>
-				</info>
-			</prop>
-			<prop oor:name="FNPostfix" oor:type="xs:string">
-				<info>
-					<desc>postfix of the filename. see impress/draw html export</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizDocument">
-			<info>
-				<desc>describes a document to be exported</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>the index of the document in the "content"</desc>
-				</info>
-			</prop>
-			<prop oor:name="Title" oor:type="xs:string">
-				<info>
-					<desc>Title of the document</desc>
-				</info>
-			</prop>
-			<prop oor:name="Description" oor:type="xs:string">
-				<info>
-					<desc>description of the document</desc>
-				</info>
-			</prop>
-			<prop oor:name="URL" oor:type="xs:string">
-				<info>
-					<desc>a full url of the document</desc>
-				</info>
-			</prop>
-			<prop oor:name="Author" oor:type="xs:string">
-				<info>
-					<desc>the author of the document</desc>
-				</info>
-			</prop>
-			<prop oor:name="Exporter" oor:type="xs:string">
-				<info>
-					<desc>the name of the exporter used for this document</desc>
-				</info>
-			</prop>
-			<prop oor:name="ApplyWebStyle" oor:type="xs:boolean">
-				<info>
-					<desc>not implemented</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizContent">
-			<info>
-				<desc>describes a web-wizard content, which contains 
-				recursivley documents and other contents.
-				At the moment, contents contain only documents. Implementation of
-				sub-contents is a future issue
-			</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>the index of the content in its parent content.</desc>
-				</info>
-			</prop>
-			<prop oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>The content's name</desc>
-				</info>
-			</prop>
-			<prop oor:name="Description" oor:type="xs:string">
-				<info>
-					<desc>The contents description</desc>
-				</info>
-			</prop>
-			<set oor:name="Contents" oor:node-type="WWizContent">
-				<info>
-					<desc>sub contents of this content. not implemented.</desc>
-				</info>
-			</set>
-			<set oor:name="Documents" oor:node-type="WWizDocument">
-				<info>
-					<desc>documents contained in this content</desc>
-				</info>
-			</set>
-		</group>
-		<group oor:name="WWizSession">
-			<info>
-				<desc>A web wizard session. contains all the user's input.</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>the index of the session in the list of saved session.</desc>
-				</info>
-			</prop>
-			<prop oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>a user given name of the session</desc>
-				</info>
-			</prop>
-			<prop oor:name="InDirectory" oor:type="xs:string">
-				<info>
-					<desc>the last used directory from which the user added documents
-					to the wizard.
-				</desc>
-				</info>
-			</prop>
-			<prop oor:name="OutDirectory" oor:type="xs:string">
-				<info>
-					<desc>The last directory the user used as output.</desc>
-				</info>
-			</prop>
-			<node-ref oor:name="Content" oor:node-type="WWizContent">
-				<info>
-					<desc>the content (documents) of the session</desc>
-				</info>
-			</node-ref>
-			<group oor:name="Design">
-				<info>
-					<desc>design specifications of the session.</desc>
-				</info>
-				<prop oor:name="Layout" oor:type="xs:string">
-					<info>
-						<desc>layout name chosen by the user</desc>
-					</info>
-				</prop>
-				<prop oor:name="Style" oor:type="xs:string">
-					<info>
-						<desc>Style name chosen by the user.</desc>
-					</info>
-				</prop>
-				<prop oor:name="BackgroundImage" oor:type="xs:string">
-					<info>
-						<desc>background image chosen by the user.</desc>
-					</info>
-				</prop>
-				<prop oor:name="IconSet" oor:type="xs:string">
-					<info>
-						<desc>Icon set chosen by the user.</desc>
-					</info>
-				</prop>
-				<prop oor:name="OptimizeDisplaySize" oor:type="xs:int">
-					<info>
-						<desc>0 = 640x..., 1 = 800x..., 2 = 1024x...</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayTitle" oor:type="xs:boolean">
-					<info>
-						<desc>ignored</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayDescription" oor:type="xs:boolean">
-					<info>
-						<desc>should the desctiprion of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayAuthor" oor:type="xs:boolean">
-					<info>
-						<desc>should the author of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayCreateDate" oor:type="xs:boolean">
-					<info>
-						<desc>should the creation date of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayUpdateDate" oor:type="xs:boolean">
-					<info>
-						<desc>should the "last changed date" of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayFilename" oor:type="xs:boolean">
-					<info>
-						<desc>should the filename of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayFileFormat" oor:type="xs:boolean">
-					<info>
-						<desc>should the file format of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayFormatIcon" oor:type="xs:boolean">
-					<info>
-						<desc>should the file format icon of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplayPages" oor:type="xs:boolean">
-					<info>
-						<desc>should the number of pages/slides of each document be listed in the TOC</desc>
-					</info>
-				</prop>
-				<prop oor:name="DisplaySize" oor:type="xs:boolean">
-					<info>
-						<desc>should the size of binary files be listed in the TOC</desc>
-					</info>
-				</prop>
-			</group>
-			<group oor:name="GeneralInfo">
-				<info>
-					<desc>the general web site information of the session</desc>
-				</info>
-				<prop oor:name="Title" oor:type="xs:string">
-					<info>
-						<desc>web site title</desc>
-					</info>
-				</prop>
-				<prop oor:name="Description" oor:type="xs:string">
-					<info>
-						<desc>web site description </desc>
-					</info>
-				</prop>
-				<prop oor:name="Icon" oor:type="xs:string">
-					<info>
-						<desc>web site favIcon (local URL)</desc>
-					</info>
-				</prop>
-				<prop oor:name="Author" oor:type="xs:string">
-					<info>
-						<desc>Web Site author</desc>
-					</info>
-				</prop>
-				<prop oor:name="Keywords" oor:type="xs:string">
-					<info>
-						<desc>web site keywords</desc>
-					</info>
-				</prop>
-				<prop oor:name="CreationDate" oor:type="xs:int">
-					<info>
-						<desc>web site creation date</desc>
-					</info>
-				</prop>
-				<prop oor:name="UpdateDate" oor:type="xs:int">
-					<info>
-						<desc>web site last update date</desc>
-					</info>
-				</prop>
-				<prop oor:name="RevisitAfter" oor:type="xs:int">
-					<info>
-						<desc>web site rvisit after meta info</desc>
-					</info>
-				</prop>
-				<prop oor:name="Email" oor:type="xs:string">
-					<info>
-						<desc>email for contact in web site</desc>
-					</info>
-				</prop>
-				<prop oor:name="Copyright" oor:type="xs:string">
-					<info>
-						<desc>copyright notice of web site</desc>
-					</info>
-				</prop>
-			</group>
-			<set oor:name="Publishing" oor:node-type="WWizPublish">
-				<info>
-					<desc>publishing information of the web site. 
-					always contains always 3 members with the names local, ftp and zip.
-					</desc>
-				</info>
-			</set>
-		</group>
-		<group oor:name="WWizPublish">
-			<info>
-				<desc>specifies information of a single target to publish to</desc>
-			</info>
-			<prop oor:name="Publish" oor:type="xs:boolean">
-				<info>
-					<desc>should this target be used?</desc>
-				</info>
-			</prop>
-			<prop oor:name="URL" oor:type="xs:string">
-				<info>
-					<desc>full url to publish to</desc>
-				</info>
-			</prop>
-			<prop oor:name="Username" oor:type="xs:string">
-				<info>
-					<desc>used by ftp targets</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="WWizFilter">
-			<info>
-				<desc>specifies information of a filter for the add dialog</desc>
-			</info>
-			<prop oor:name="Index" oor:type="xs:int">
-				<info>
-					<desc>the index of the filter </desc>
-				</info>
-			</prop>
-			<prop oor:localized="true" oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>UI Name of the filter</desc>
-				</info>
-			</prop>
-			<prop oor:name="Filter" oor:type="xs:string">
-				<info>
-					<desc>Semicolon separated list of file types this filter will show</desc>
-				</info>
-			</prop>
-		</group>
-	</templates>
-	<component>
-		<group oor:name="WebWizard">
-			<info>
-				<desc>the web wizard configuration</desc>
-			</info>
-			<prop oor:name="WorkDir" oor:type="xs:string">
-				<info>
-					<desc>the sub dir under temnplate/(langauge)/ of the web wizard files</desc>
-				</info>
-			</prop>
-			<prop oor:name="LastSavedSession" oor:type="xs:string">
-				<info>
-					<desc>The name of the last saved session. empty if last session was not saved.</desc>
-				</info>
-			</prop>
-			<set oor:name="Exporters" oor:node-type="WWizExporter">
-				<info>
-					<desc>the set of available exporters</desc>
-				</info>
-			</set>
-			<set oor:name="Layouts" oor:node-type="WWizLayout">
-				<info>
-					<desc>the set of available layouts</desc>
-				</info>
-			</set>
-			<set oor:name="Styles" oor:node-type="WWizStyle">
-				<info>
-					<desc>the set of available styles</desc>
-				</info>
-			</set>
-			<set oor:name="BackgroundImages" oor:node-type="WWizImage">
-				<info>
-					<desc>the set of available background images</desc>
-				</info>
-			</set>
-			<set oor:name="IconSets" oor:node-type="WWizIconSet">
-				<info>
-					<desc>the set of available icon sets (at the moment, hard programmed 4)</desc>
-				</info>
-			</set>
-			<set oor:name="SavedSessions" oor:node-type="WWizSession">
-				<info>
-					<desc>the set of saved sessions.</desc>
-				</info>
-			</set>
-			<set oor:name="Filters" oor:node-type="WWizFilter">
-				<info>
-					<desc>the set filters in the "add" dialog.</desc>
-				</info>
-			</set>
-			<node-ref oor:name="DefaultSession" oor:node-type="WWizSession">
-				<info>
-					<desc>the default settings are loaded from this session.</desc>
-				</info>
-			</node-ref>
-		</group>
-	</component>
+<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="WebWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
+  <info>
+    <desc>Contains the configuration schema for the web wizard</desc>
+  </info>
+  <templates>
+    <group oor:name="WWizLayout">
+      <info>
+        <desc>Information on a web-wizard layout</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>the index of the layout (start at 0, must be exporter-unique)</desc>
+        </info>
+      </prop>
+      <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>The UI name of the layout</desc>
+        </info>
+      </prop>
+      <prop oor:name="FSName" oor:type="xs:string">
+        <info>
+          <desc>the directory name of the layout.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizExporter">
+      <info>
+        <desc>Information on a web wizard exporter</desc>
+      </info>
+      <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>the UI name of the exporter</desc>
+        </info>
+      </prop>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>a general index of the exporter, starts with 0, must be exporter-unique</desc>
+        </info>
+      </prop>
+      <prop oor:name="ExporterClass" oor:type="xs:string">
+        <info>
+          <desc>A full quilified class name of the exporter class</desc>
+        </info>
+      </prop>
+      <prop oor:name="OwnDirectory" oor:type="xs:boolean">
+        <info>
+          <desc>does this exporter needs an own directory to export to.</desc>
+        </info>
+      </prop>
+      <prop oor:name="SupportsFilename" oor:type="xs:boolean">
+        <info>
+          <desc>does this exporter support a given filename, or export to a self-generated filename</desc>
+        </info>
+      </prop>
+      <prop oor:name="DefaultFilename" oor:type="xs:string">
+        <info>
+          <desc>if does not support filename, what name does it use?</desc>
+        </info>
+      </prop>
+      <prop oor:name="Extension" oor:type="xs:string">
+        <info>
+          <desc>the extension that should be used, if the expoter supports filename</desc>
+        </info>
+      </prop>
+      <prop oor:name="SupportedMimeTypes" oor:type="xs:string">
+        <info>
+          <desc>one of : writer/calc/impress/draw/graphics/other/(empty for all)</desc>
+        </info>
+      </prop>
+      <prop oor:name="Icon" oor:type="xs:string">
+        <info>
+          <desc>the icon to use as preview</desc>
+        </info>
+      </prop>
+      <prop oor:name="TargetType" oor:type="xs:string">
+        <info>
+          <desc>A type name out of TypeDetection (like graphic_HTML)</desc>
+        </info>
+      </prop>
+      <prop oor:name="PageType" oor:type="xs:int">
+        <info>
+          <desc>Page type of the target document; 0 = no page, 1 = pages, 2 = slides</desc>
+        </info>
+      </prop>
+      <prop oor:name="Binary" oor:type="xs:boolean">
+        <info>
+          <desc>if the target format is binary (like pdf) - html is NOT binary.</desc>
+        </info>
+      </prop>
+      <set oor:name="Arguments" oor:node-type="WWizArgument">
+        <info>
+          <desc>additional arguments given to the exporter class by initialisation</desc>
+        </info>
+      </set>
+    </group>
+    <group oor:name="WWizArgument">
+      <info>
+        <desc>An argument used by exporters and other configuration groups/sets</desc>
+      </info>
+      <prop oor:name="Value" oor:type="xs:string">
+        <info>
+          <desc>the value of the argument</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizStyle">
+      <info>
+        <desc>Specifies style information (css)</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
+        </info>
+      </prop>
+      <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>UI name of the style</desc>
+        </info>
+      </prop>
+      <prop oor:name="CssHref" oor:type="xs:string">
+        <info>
+          <desc>the name of the css file</desc>
+        </info>
+      </prop>
+      <prop oor:name="BackgroundImage" oor:type="xs:string">
+        <info>
+          <desc>default background image. not implemented.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IconSet" oor:type="xs:string">
+        <info>
+          <desc>default iconset. not implemented</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizImage">
+      <info>
+        <desc>locates images for the background images of the webwizard</desc>
+      </info>
+      <prop oor:name="Href" oor:type="xs:string">
+        <info>
+          <desc>either a directory or a full qualified filename. Office-path variables can be used.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizIconSet">
+      <info>
+        <desc>describes an icon set, used in export of draw and impress documents.</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>index of the icon set</desc>
+        </info>
+      </prop>
+      <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>UI name of the icon set</desc>
+        </info>
+      </prop>
+      <prop oor:name="FNPrefix" oor:type="xs:string">
+        <info>
+          <desc>prefix of the filename. see impress/draw html export</desc>
+        </info>
+      </prop>
+      <prop oor:name="FNPostfix" oor:type="xs:string">
+        <info>
+          <desc>postfix of the filename. see impress/draw html export</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizDocument">
+      <info>
+        <desc>describes a document to be exported</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>the index of the document in the "content"</desc>
+        </info>
+      </prop>
+      <prop oor:name="Title" oor:type="xs:string">
+        <info>
+          <desc>Title of the document</desc>
+        </info>
+      </prop>
+      <prop oor:name="Description" oor:type="xs:string">
+        <info>
+          <desc>description of the document</desc>
+        </info>
+      </prop>
+      <prop oor:name="URL" oor:type="xs:string">
+        <info>
+          <desc>a full url of the document</desc>
+        </info>
+      </prop>
+      <prop oor:name="Author" oor:type="xs:string">
+        <info>
+          <desc>the author of the document</desc>
+        </info>
+      </prop>
+      <prop oor:name="Exporter" oor:type="xs:string">
+        <info>
+          <desc>the name of the exporter used for this document</desc>
+        </info>
+      </prop>
+      <prop oor:name="ApplyWebStyle" oor:type="xs:boolean">
+        <info>
+          <desc>not implemented</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizContent">
+      <info>
+        <desc>describes a web-wizard content, which contains
+	  recursivley documents and other contents.
+	  At the moment, contents contain only documents. Implementation of
+	  sub-contents is a future issue
+	</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>the index of the content in its parent content.</desc>
+        </info>
+      </prop>
+      <prop oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>The content's name</desc>
+        </info>
+      </prop>
+      <prop oor:name="Description" oor:type="xs:string">
+        <info>
+          <desc>The contents description</desc>
+        </info>
+      </prop>
+      <set oor:name="Contents" oor:node-type="WWizContent">
+        <info>
+          <desc>sub contents of this content. not implemented.</desc>
+        </info>
+      </set>
+      <set oor:name="Documents" oor:node-type="WWizDocument">
+        <info>
+          <desc>documents contained in this content</desc>
+        </info>
+      </set>
+    </group>
+    <group oor:name="WWizSession">
+      <info>
+        <desc>A web wizard session. contains all the user's input.</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>the index of the session in the list of saved session.</desc>
+        </info>
+      </prop>
+      <prop oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>a user given name of the session</desc>
+        </info>
+      </prop>
+      <prop oor:name="InDirectory" oor:type="xs:string">
+        <info>
+          <desc>the last used directory from which the user added documents
+	    to the wizard.
+          </desc>
+        </info>
+      </prop>
+      <prop oor:name="OutDirectory" oor:type="xs:string">
+        <info>
+          <desc>The last directory the user used as output.</desc>
+        </info>
+      </prop>
+      <node-ref oor:name="Content" oor:node-type="WWizContent">
+        <info>
+          <desc>the content (documents) of the session</desc>
+        </info>
+      </node-ref>
+      <group oor:name="Design">
+        <info>
+          <desc>design specifications of the session.</desc>
+        </info>
+        <prop oor:name="Layout" oor:type="xs:string">
+          <info>
+            <desc>layout name chosen by the user</desc>
+          </info>
+        </prop>
+        <prop oor:name="Style" oor:type="xs:string">
+          <info>
+            <desc>Style name chosen by the user.</desc>
+          </info>
+        </prop>
+        <prop oor:name="BackgroundImage" oor:type="xs:string">
+          <info>
+            <desc>background image chosen by the user.</desc>
+          </info>
+        </prop>
+        <prop oor:name="IconSet" oor:type="xs:string">
+          <info>
+            <desc>Icon set chosen by the user.</desc>
+          </info>
+        </prop>
+        <prop oor:name="OptimizeDisplaySize" oor:type="xs:int">
+          <info>
+            <desc>0 = 640x..., 1 = 800x..., 2 = 1024x...</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayTitle" oor:type="xs:boolean">
+          <info>
+            <desc>ignored</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayDescription" oor:type="xs:boolean">
+          <info>
+            <desc>should the desctiprion of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayAuthor" oor:type="xs:boolean">
+          <info>
+            <desc>should the author of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayCreateDate" oor:type="xs:boolean">
+          <info>
+            <desc>should the creation date of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayUpdateDate" oor:type="xs:boolean">
+          <info>
+            <desc>should the "last changed date" of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayFilename" oor:type="xs:boolean">
+          <info>
+            <desc>should the filename of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayFileFormat" oor:type="xs:boolean">
+          <info>
+            <desc>should the file format of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayFormatIcon" oor:type="xs:boolean">
+          <info>
+            <desc>should the file format icon of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplayPages" oor:type="xs:boolean">
+          <info>
+            <desc>should the number of pages/slides of each document be listed in the TOC</desc>
+          </info>
+        </prop>
+        <prop oor:name="DisplaySize" oor:type="xs:boolean">
+          <info>
+            <desc>should the size of binary files be listed in the TOC</desc>
+          </info>
+        </prop>
+      </group>
+      <group oor:name="GeneralInfo">
+        <info>
+          <desc>the general web site information of the session</desc>
+        </info>
+        <prop oor:name="Title" oor:type="xs:string">
+          <info>
+            <desc>web site title</desc>
+          </info>
+        </prop>
+        <prop oor:name="Description" oor:type="xs:string">
+          <info>
+            <desc>web site description </desc>
+          </info>
+        </prop>
+        <prop oor:name="Icon" oor:type="xs:string">
+          <info>
+            <desc>web site favIcon (local URL)</desc>
+          </info>
+        </prop>
+        <prop oor:name="Author" oor:type="xs:string">
+          <info>
+            <desc>Web Site author</desc>
+          </info>
+        </prop>
+        <prop oor:name="Keywords" oor:type="xs:string">
+          <info>
+            <desc>web site keywords</desc>
+          </info>
+        </prop>
+        <prop oor:name="CreationDate" oor:type="xs:int">
+          <info>
+            <desc>web site creation date</desc>
+          </info>
+        </prop>
+        <prop oor:name="UpdateDate" oor:type="xs:int">
+          <info>
+            <desc>web site last update date</desc>
+          </info>
+        </prop>
+        <prop oor:name="RevisitAfter" oor:type="xs:int">
+          <info>
+            <desc>web site rvisit after meta info</desc>
+          </info>
+        </prop>
+        <prop oor:name="Email" oor:type="xs:string">
+          <info>
+            <desc>email for contact in web site</desc>
+          </info>
+        </prop>
+        <prop oor:name="Copyright" oor:type="xs:string">
+          <info>
+            <desc>copyright notice of web site</desc>
+          </info>
+        </prop>
+      </group>
+      <set oor:name="Publishing" oor:node-type="WWizPublish">
+        <info>
+          <desc>publishing information of the web site.
+	    always contains always 3 members with the names local, ftp and zip.
+          </desc>
+        </info>
+      </set>
+    </group>
+    <group oor:name="WWizPublish">
+      <info>
+        <desc>specifies information of a single target to publish to</desc>
+      </info>
+      <prop oor:name="Publish" oor:type="xs:boolean">
+        <info>
+          <desc>should this target be used?</desc>
+        </info>
+      </prop>
+      <prop oor:name="URL" oor:type="xs:string">
+        <info>
+          <desc>full url to publish to</desc>
+        </info>
+      </prop>
+      <prop oor:name="Username" oor:type="xs:string">
+        <info>
+          <desc>used by ftp targets</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="WWizFilter">
+      <info>
+        <desc>specifies information of a filter for the add dialog</desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc>the index of the filter </desc>
+        </info>
+      </prop>
+      <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>UI Name of the filter</desc>
+        </info>
+      </prop>
+      <prop oor:name="Filter" oor:type="xs:string">
+        <info>
+          <desc>Semicolon separated list of file types this filter will show</desc>
+        </info>
+      </prop>
+    </group>
+  </templates>
+  <component>
+    <group oor:name="WebWizard">
+      <info>
+        <desc>the web wizard configuration</desc>
+      </info>
+      <prop oor:name="WorkDir" oor:type="xs:string">
+        <info>
+          <desc>the sub dir under temnplate/(langauge)/ of the web wizard files</desc>
+        </info>
+      </prop>
+      <prop oor:name="LastSavedSession" oor:type="xs:string">
+        <info>
+          <desc>The name of the last saved session. empty if last session was not saved.</desc>
+        </info>
+      </prop>
+      <set oor:name="Exporters" oor:node-type="WWizExporter">
+        <info>
+          <desc>the set of available exporters</desc>
+        </info>
+      </set>
+      <set oor:name="Layouts" oor:node-type="WWizLayout">
+        <info>
+          <desc>the set of available layouts</desc>
+        </info>
+      </set>
+      <set oor:name="Styles" oor:node-type="WWizStyle">
+        <info>
+          <desc>the set of available styles</desc>
+        </info>
+      </set>
+      <set oor:name="BackgroundImages" oor:node-type="WWizImage">
+        <info>
+          <desc>the set of available background images</desc>
+        </info>
+      </set>
+      <set oor:name="IconSets" oor:node-type="WWizIconSet">
+        <info>
+          <desc>the set of available icon sets (at the moment, hard programmed 4)</desc>
+        </info>
+      </set>
+      <set oor:name="SavedSessions" oor:node-type="WWizSession">
+        <info>
+          <desc>the set of saved sessions.</desc>
+        </info>
+      </set>
+      <set oor:name="Filters" oor:node-type="WWizFilter">
+        <info>
+          <desc>the set filters in the "add" dialog.</desc>
+        </info>
+      </set>
+      <node-ref oor:name="DefaultSession" oor:node-type="WWizSession">
+        <info>
+          <desc>the default settings are loaded from this session.</desc>
+        </info>
+      </node-ref>
+    </group>
+  </component>
 </oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 705bea7..f0cf017 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -17,6764 +17,6762 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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="Writer" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
-		<desc>Contains settings for the Writer application.</desc>
-	</info>
-	<import oor:component="org.openoffice.Office.Common"/>
-	<templates>
-		<group oor:name="AgendaType">
-			<info>
-				<desc>Specifies the settings for a single agenda entry.</desc>
-			</info>
-			<prop oor:name="Author" oor:type="xs:string">
-				<info>
-					<desc>Specifies the name of the person who is responsible for the topic.</desc>
-					<label>Responsible</label>
-				</info>
-			</prop>
-			<prop oor:name="Topic" oor:type="xs:string">
-				<info>
-					<desc>Specifies the title for each agenda topic.</desc>
-					<label>Agenda topic</label>
-				</info>
-			</prop>
-			<prop oor:name="Duration" oor:type="xs:int">
-				<info>
-					<desc>Specifies the duration of each topic [UNIT=Minute].</desc>
-					<label>Duration</label>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="StyleType">
-			<info>
-				<desc>Determines the default template style.</desc>
-			</info>
-			<prop oor:name="PreferredStyle" oor:type="xs:int">
-				<info>
-					<desc>Specifies the default template style.</desc>
-					<label>Style - Modern/Classic/Decorative</label>
-				</info>
-				<constraints>
-					<enumeration oor:value="1">
-						<info>
-							<desc>Modern</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="2">
-						<info>
-							<desc>Classic</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="3">
-						<info>
-							<desc>Decorative</desc>
-						</info>
-					</enumeration>
-				</constraints>
-			</prop>
-		</group>
-		<group oor:name="SizeType">
-			<info>
-				<desc>Contains settings for the width and the height of an object or element.</desc>
-			</info>
-			<prop oor:name="Width" oor:type="xs:int">
-				<info>
-					<desc>Specifies the width. [UNIT=1/100 mm]</desc>
-					<label/>
-				</info>
-			</prop>
-			<prop oor:name="Height" oor:type="xs:int">
-				<info>
-					<desc>Specifies the height. [UNIT=1/100 mm]</desc>
-					<label/>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="PositionType">
-			<info>
-				<desc>Contains settings for the position of an object or an element.</desc>
-			</info>
-			<prop oor:name="Left" oor:type="xs:int">
-				<info>
-					<desc>Specifies the left distance of the object [UNIT=1/100 mm]</desc>
-				</info>
-			</prop>
-			<prop oor:name="Right" oor:type="xs:int">
-				<info>
-					<desc>Specifies the right distance of the object [UNIT=1/100 mm].</desc>
-				</info>
-			</prop>
-			<prop oor:name="Top" oor:type="xs:int">
-				<info>
-					<desc>Specifies the top distance of the object [UNIT=1/100 mm]</desc>
-				</info>
-			</prop>
-			<prop oor:name="Bottom" oor:type="xs:int">
-				<info>
-					<desc>Specifies the bottom distance of the object [UNIT=1/100 mm].</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="AlignmentType">
-			<info>
-				<desc>Contains settings for aligning an object or an element.</desc>
-			</info>
-			<prop oor:name="Position" oor:type="xs:int">
-				<info>
-					<desc>Specifies alignment enumeration values.</desc>
-				</info>
-				<constraints>
-					<enumeration oor:value="0">
-						<info>
-							<desc>Zero</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="1">
-						<info>
-							<desc>Top Left</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="2">
-						<info>
-							<desc>Top Center</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="3">
-						<info>
-							<desc>Top Right</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="4">
-						<info>
-							<desc>Bottom Left</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="5">
-						<info>
-							<desc>Bottom Right</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="6">
-						<info>
-							<desc>Center</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="7">
-						<info>
-							<desc>Right Margin</desc>
-						</info>
-					</enumeration>
-					<enumeration oor:value="8">
-						<info>
-							<desc>Left Margin</desc>
-						</info>
-					</enumeration>
-				</constraints>
-			</prop>
-		</group>
-		<group oor:name="TextElementType">
-			<info>
-				<desc>Contains a text information together with a visibility information.</desc>
-			</info>
-			<prop oor:name="Visible" oor:type="xs:boolean">
-				<info>
-					<desc>Determines whether the element is visible.</desc>
-				</info>
-			</prop>
-			<prop oor:name="Content" oor:type="xs:string" oor:localized="true">
-				<info>
-					<desc>Contains the text content.</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="IntElementType">
-			<info>
-				<desc>Contains a date or time information together with a visibility information.</desc>
-			</info>
-			<prop oor:name="Visible" oor:type="xs:boolean">
-				<info>
-					<desc>Determines whether the element is visible or not.</desc>
-				</info>
-			</prop>
-			<prop oor:name="Content" oor:type="xs:int">
-				<info>
-					<desc>Contains the date or time value.</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="FileType">
-			<info>
-				<desc>Contains information about a linked file, i.e. a graphic file.</desc>
-			</info>
-			<prop oor:name="Name" oor:type="xs:string">
-				<info>
-					<desc>Contains the file name as URL.</desc>
-				</info>
-			</prop>
-			<prop oor:name="Filter" oor:type="xs:string">
-				<info>
-					<desc>Contains the name of the import filter to load the file.</desc>
-				</info>
-			</prop>
-			<prop oor:name="AsLink" oor:type="xs:boolean">
-				<info>
-					<desc>Determines whether the file is embedded or linked.</desc>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="PositionXYType">
-			<info>
-				<desc>Contains settings for defining a position with x and y coordinates.</desc>
-			</info>
-			<prop oor:name="X" oor:type="xs:int">
-				<info>
-					<desc>Specifies the X-value. [UNIT=1/100 mm]</desc>
-					<label/>
-				</info>
-			</prop>
-			<prop oor:name="Y" oor:type="xs:int">
-				<info>
-					<desc>Specifies the Y-value. [UNIT=1/100 mm]</desc>
-					<label/>
-				</info>
-			</prop>
-		</group>
-		<group oor:name="DataSetType">
-			<info>
-				<desc>Specifies the data set to insert from a database table or query.</desc>
-			</info>
-			<prop oor:name="DataSource" oor:type="xs:string">
-				<info>
-					<desc>Specifies the data source.</desc>
-				</info>
-			</prop>
-			<prop oor:name="Command" oor:type="xs:string">
-				<info>
-					<desc>Specifies the name of the database table or query.</desc>
-				</info>
-			</prop>
-			<prop oor:name="CommandType" oor:type="xs:short">
-				<info>
-					<desc>Specifies if the data comes from a table or a query</desc>
-				</info>
-			</prop>
-			<prop oor:name="ColumnsToText" oor:type="xs:string">
-				<info>
-					<desc>Specifies the name of the columns that have been selected for inserting data into text or fields, as well as inserted text and line breaks.</desc>
-				</info>
-			</prop>
-			<prop oor:name="ColumnsToTable" oor:type="xs:string">
-				<info>
-					<desc>Specifies the name of the columns, that have been selected for inserting data into tables, plus inserted text and line breaks.</desc>
-				</info>
-			</prop>
-			<prop oor:name="ParaStyle" oor:type="xs:string">
-				<info>
-					<desc>Specifies the paragraph style for text or fields.</desc>
-				</info>
-			</prop>
-			<prop oor:name="TableAutoFormat" oor:type="xs:string">
-				<info>
-					<desc>Specifies the format (AutoFormat) to be used for a table.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IsTable" oor:type="xs:boolean">
-				<info>
-					<desc>Specifies if the data is inserted into tables.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IsField" oor:type="xs:boolean">
-				<info>
-					<desc>Specifies if the data is inserted into fields.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
-				<info>
-					<desc>Specifies if the table has a headline.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
-				<info>
-					<desc>Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
-				</info>
-			</prop>
-			<set oor:name="ColumnSet" oor:node-type="ColumnSetType">
-				<info>
-					<desc>Specifies the list of columns to be inserted.</desc>
-				</info>
-			</set>
-		</group>
-		<group oor:name="ColumnSetType">
-			<info>
-				<desc>Specifies a column to be inserted.</desc>
-			</info>
-			<prop oor:name="ColumnName" oor:type="xs:string">
-				<info>
-					<desc>Specifies the column name.</desc>
-				</info>
-			</prop>
-			<prop oor:name="ColumnIndex" oor:type="xs:int">
-				<info>
-					<desc>Specifies the column index.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IsNumberFormat" oor:type="xs:boolean">
-				<info>
-					<desc>Specifies if the database field is assigned to a number format.</desc>
-				</info>
-			</prop>
-			<prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
-				<info>
-					<desc>Specifies if the database format or a user-defined format is used.</desc>
-				</info>
-			</prop>
-			<prop oor:name="NumberFormat" oor:type="xs:string">
-				<info>
-					<desc>Specifies the number format if a user-defined format is used.</desc>
-				</info>
-			</prop>
-			<prop oor:name="NumberFormatLocale" oor:type="xs:string">
-				<info>
-					<desc>Specifies the language of the user-defined number format.</desc>
-				</info>
-			</prop>
-		</group>
-        <group oor:name="_DataSource">
+<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="Writer" oor:package="org.openoffice.Office" xml:lang="en-US">
+  <info>
+    <desc>Contains settings for the Writer application.</desc>
+  </info>
+  <import oor:component="org.openoffice.Office.Common"/>
+  <templates>
+    <group oor:name="AgendaType">
+      <info>
+        <desc>Specifies the settings for a single agenda entry.</desc>
+      </info>
+      <prop oor:name="Author" oor:type="xs:string">
+        <info>
+          <desc>Specifies the name of the person who is responsible for the topic.</desc>
+          <label>Responsible</label>
+        </info>
+      </prop>
+      <prop oor:name="Topic" oor:type="xs:string">
+        <info>
+          <desc>Specifies the title for each agenda topic.</desc>
+          <label>Agenda topic</label>
+        </info>
+      </prop>
+      <prop oor:name="Duration" oor:type="xs:int">
+        <info>
+          <desc>Specifies the duration of each topic [UNIT=Minute].</desc>
+          <label>Duration</label>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="StyleType">
+      <info>
+        <desc>Determines the default template style.</desc>
+      </info>
+      <prop oor:name="PreferredStyle" oor:type="xs:int">
+        <info>
+          <desc>Specifies the default template style.</desc>
+          <label>Style - Modern/Classic/Decorative</label>
+        </info>
+        <constraints>
+          <enumeration oor:value="1">
             <info>
-                <desc>Contains the description of a data source.</desc>
+              <desc>Modern</desc>
             </info>
-            <prop oor:name="DataSourceName" oor:type="xs:string">
+          </enumeration>
+          <enumeration oor:value="2">
+            <info>
+              <desc>Classic</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="3">
+            <info>
+              <desc>Decorative</desc>
+            </info>
+          </enumeration>
+        </constraints>
+      </prop>
+    </group>
+    <group oor:name="SizeType">
+      <info>
+        <desc>Contains settings for the width and the height of an object or element.</desc>
+      </info>
+      <prop oor:name="Width" oor:type="xs:int">
+        <info>
+          <desc>Specifies the width. [UNIT=1/100 mm]</desc>
+          <label/>
+        </info>
+      </prop>
+      <prop oor:name="Height" oor:type="xs:int">
+        <info>
+          <desc>Specifies the height. [UNIT=1/100 mm]</desc>
+          <label/>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="PositionType">
+      <info>
+        <desc>Contains settings for the position of an object or an element.</desc>
+      </info>
+      <prop oor:name="Left" oor:type="xs:int">
+        <info>
+          <desc>Specifies the left distance of the object [UNIT=1/100 mm]</desc>
+        </info>
+      </prop>
+      <prop oor:name="Right" oor:type="xs:int">
+        <info>
+          <desc>Specifies the right distance of the object [UNIT=1/100 mm].</desc>
+        </info>
+      </prop>
+      <prop oor:name="Top" oor:type="xs:int">
+        <info>
+          <desc>Specifies the top distance of the object [UNIT=1/100 mm]</desc>
+        </info>
+      </prop>
+      <prop oor:name="Bottom" oor:type="xs:int">
+        <info>
+          <desc>Specifies the bottom distance of the object [UNIT=1/100 mm].</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="AlignmentType">
+      <info>
+        <desc>Contains settings for aligning an object or an element.</desc>
+      </info>
+      <prop oor:name="Position" oor:type="xs:int">
+        <info>
+          <desc>Specifies alignment enumeration values.</desc>
+        </info>
+        <constraints>
+          <enumeration oor:value="0">
+            <info>
+              <desc>Zero</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="1">
+            <info>
+              <desc>Top Left</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="2">
+            <info>
+              <desc>Top Center</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="3">
+            <info>
+              <desc>Top Right</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="4">
+            <info>
+              <desc>Bottom Left</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="5">
+            <info>
+              <desc>Bottom Right</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="6">
+            <info>
+              <desc>Center</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="7">
+            <info>
+              <desc>Right Margin</desc>
+            </info>
+          </enumeration>
+          <enumeration oor:value="8">
+            <info>
+              <desc>Left Margin</desc>
+            </info>
+          </enumeration>
+        </constraints>
+      </prop>
+    </group>
+    <group oor:name="TextElementType">
+      <info>
+        <desc>Contains a text information together with a visibility information.</desc>
+      </info>
+      <prop oor:name="Visible" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether the element is visible.</desc>
+        </info>
+      </prop>
+      <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
+        <info>
+          <desc>Contains the text content.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="IntElementType">
+      <info>
+        <desc>Contains a date or time information together with a visibility information.</desc>
+      </info>
+      <prop oor:name="Visible" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether the element is visible or not.</desc>
+        </info>
+      </prop>
+      <prop oor:name="Content" oor:type="xs:int">
+        <info>
+          <desc>Contains the date or time value.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="FileType">
+      <info>
+        <desc>Contains information about a linked file, i.e. a graphic file.</desc>
+      </info>
+      <prop oor:name="Name" oor:type="xs:string">
+        <info>
+          <desc>Contains the file name as URL.</desc>
+        </info>
+      </prop>
+      <prop oor:name="Filter" oor:type="xs:string">
+        <info>
+          <desc>Contains the name of the import filter to load the file.</desc>
+        </info>
+      </prop>
+      <prop oor:name="AsLink" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether the file is embedded or linked.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="PositionXYType">
+      <info>
+        <desc>Contains settings for defining a position with x and y coordinates.</desc>
+      </info>
+      <prop oor:name="X" oor:type="xs:int">
+        <info>
+          <desc>Specifies the X-value. [UNIT=1/100 mm]</desc>
+          <label/>
+        </info>
+      </prop>
+      <prop oor:name="Y" oor:type="xs:int">
+        <info>
+          <desc>Specifies the Y-value. [UNIT=1/100 mm]</desc>
+          <label/>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="DataSetType">
+      <info>
+        <desc>Specifies the data set to insert from a database table or query.</desc>
+      </info>
+      <prop oor:name="DataSource" oor:type="xs:string">
+        <info>
+          <desc>Specifies the data source.</desc>
+        </info>
+      </prop>
+      <prop oor:name="Command" oor:type="xs:string">
+        <info>
+          <desc>Specifies the name of the database table or query.</desc>
+        </info>
+      </prop>
+      <prop oor:name="CommandType" oor:type="xs:short">
+        <info>
+          <desc>Specifies if the data comes from a table or a query</desc>
+        </info>
+      </prop>
+      <prop oor:name="ColumnsToText" oor:type="xs:string">
+        <info>
+          <desc>Specifies the name of the columns that have been selected for inserting data into text or fields, as well as inserted text and line breaks.</desc>
+        </info>
+      </prop>
+      <prop oor:name="ColumnsToTable" oor:type="xs:string">
+        <info>
+          <desc>Specifies the name of the columns, that have been selected for inserting data into tables, plus inserted text and line breaks.</desc>
+        </info>
+      </prop>
+      <prop oor:name="ParaStyle" oor:type="xs:string">
+        <info>
+          <desc>Specifies the paragraph style for text or fields.</desc>
+        </info>
+      </prop>
+      <prop oor:name="TableAutoFormat" oor:type="xs:string">
+        <info>
+          <desc>Specifies the format (AutoFormat) to be used for a table.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IsTable" oor:type="xs:boolean">
+        <info>
+          <desc>Specifies if the data is inserted into tables.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IsField" oor:type="xs:boolean">
+        <info>
+          <desc>Specifies if the data is inserted into fields.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
+        <info>
+          <desc>Specifies if the table has a headline.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
+        <info>
+          <desc>Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
+        </info>
+      </prop>
+      <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
+        <info>
+          <desc>Specifies the list of columns to be inserted.</desc>
+        </info>
+      </set>
+    </group>
+    <group oor:name="ColumnSetType">
+      <info>
+        <desc>Specifies a column to be inserted.</desc>
+      </info>
+      <prop oor:name="ColumnName" oor:type="xs:string">
+        <info>
+          <desc>Specifies the column name.</desc>
+        </info>
+      </prop>
+      <prop oor:name="ColumnIndex" oor:type="xs:int">
+        <info>
+          <desc>Specifies the column index.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IsNumberFormat" oor:type="xs:boolean">
+        <info>
+          <desc>Specifies if the database field is assigned to a number format.</desc>
+        </info>
+      </prop>
+      <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
+        <info>
+          <desc>Specifies if the database format or a user-defined format is used.</desc>
+        </info>
+      </prop>
+      <prop oor:name="NumberFormat" oor:type="xs:string">
+        <info>
+          <desc>Specifies the number format if a user-defined format is used.</desc>
+        </info>
+      </prop>
+      <prop oor:name="NumberFormatLocale" oor:type="xs:string">
+        <info>
+          <desc>Specifies the language of the user-defined number format.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="_DataSource">
+      <info>
+        <desc>Contains the description of a data source.</desc>
+      </info>
+      <prop oor:name="DataSourceName" oor:type="xs:string">
+        <info>
+          <desc>Contains the name of the data source.</desc>
+          <label>Data source name</label>
+        </info>
+      </prop>
+      <prop oor:name="DataTableName" oor:type="xs:string">
+        <info>
+          <desc>Name of the database table or query.</desc>
+          <label>Data table or query name</label>
+        </info>
+      </prop>
+      <prop oor:name="DataCommandType" oor:type="xs:short" oor:nillable="false">
+        <info>
+          <desc>CommandType of the data source.</desc>
+          <label>Data CommandType</label>
+        </info>
+        <value>0</value>
+      </prop>
+    </group>
+    <group oor:name="AddressDataAssignment">
+      <info>
+        <desc>Contains the assignments of programmatic address column names like FirstName, LastName to actual column names of the actual data base table.</desc>
+      </info>
+      <prop oor:name="DBColumnAssignments" oor:type="oor:string-list">
+        <info>
+          <desc>List of all currently available assignments of programmatic to actual column names of data sources used in mail merge. The position in the list has to match the following order of columns: TITLE,FIRSTNAME,LASTNAME,COMPANY,ADDRESS_1,ADDRESS_2,CITY,REGION,ZIP,COUNTRY,PHONE_PRIVATE,PHONE_BUSINESS,E_MAIL,GENDER</desc>
+          <label>Column assignment list</label>
+        </info>
+      </prop>
+      <node-ref oor:name="DataSource" oor:node-type="_DataSource">
+        <info>
+          <desc>Contains the information of the data source that's been used the last time the wizard has been executed.</desc>
+          <label>Data Set</label>
+        </info>
+      </node-ref>
+    </group>
+    <group oor:name="BusinessLetterElementLocation">
+      <info>
+        <desc>Specifies settings a pre-printed Business Letter Paper within the Letter Wizard.</desc>
+      </info>
+      <prop oor:type="xs:boolean" oor:name="Display">
+        <info>
+          <desc>Enables the Element.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:double" oor:name="Width">
+        <info>
+          <desc>Width.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:double" oor:name="Height">
+        <info>
+          <desc>Height.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:double" oor:name="X">
+        <info>
+          <desc>X-Position.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:double" oor:name="Y">
+        <info>
+          <desc>Y-Position.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="LetterControls">
+      <info>
+        <desc>Specifies settings for a Letter Wizard type.</desc>
+      </info>
+      <prop oor:type="xs:int" oor:name="Style">
+        <info>
+          <desc>Style of the Letter.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="BusinessPaper">
+        <info>
+          <desc>Enables Business Paper.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PaperCompanyAddressReceiverField">
+        <info>
+          <desc>Enables the Sender Address Line in the Receiver Field for Business Paper.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PaperFooter">
+        <info>
+          <desc>Enables a Footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:double" oor:name="PaperFooterHeight">
+        <info>
+          <desc>Height of the Footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="Norm">
+        <info>
+          <desc>Norm of the Letter.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintCompanyLogo">
+        <info>
+          <desc>Enables Company Logo.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintCompanyAddressReceiverField">
+        <info>
+          <desc>Enables the Sender Address in the Receiver Field.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintLetterSigns">
+        <info>
+          <desc>Enables the Letter Signs.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintSubjectLine">
+        <info>
+          <desc>Enables the Subject line.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintSalutation">
+        <info>
+          <desc>Enables the Salutation.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintBendMarks">
+        <info>
+          <desc>Enables the Bend Marks.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintGreeting">
+        <info>
+          <desc>Enables the Greeting.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintFooter">
+        <info>
+          <desc>Enables the Footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="Salutation">
+        <info>
+          <desc>Type of the salutation.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="Greeting">
+        <info>
+          <desc>Type of the greeting.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="SenderAddressType">
+        <info>
+          <desc>Type of the sender address.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderCompanyName">
+        <info>
+          <desc>Sender Company Name.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderStreet">
+        <info>
+          <desc>Sender Street.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderPostCode">
+        <info>
+          <desc>Sender PostCode.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderState">
+        <info>
+          <desc>Sender State.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderCity">
+        <info>
+          <desc>Sender City.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="ReceiverAddressType">
+        <info>
+          <desc>Receiver Address Type.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="Footer">
+        <info>
+          <desc>Content of the Footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="FooterOnlySecondPage">
+        <info>
+          <desc>Enables that the Footer is only displayed of the Second and following pages.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="FooterPageNumbers">
+        <info>
+          <desc>Add a page number to the footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="CreationType">
+        <info>
+          <desc>Defines how the template is loaded after completion.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="TemplateName">
+        <info>
+          <desc>Template Name.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="TemplatePath">
+        <info>
+          <desc>Template Path.</desc>
+        </info>
+      </prop>
+      <node-ref oor:node-type="BusinessLetterElementLocation" oor:name="CompanyLogo">
+        <info>
+          <desc>Position of the Business Paper Company Logo.</desc>
+        </info>
+      </node-ref>
+      <node-ref oor:node-type="BusinessLetterElementLocation" oor:name="CompanyAddress">
+        <info>
+          <desc>Position of the Business Paper Company Address.</desc>
+        </info>
+      </node-ref>
+    </group>
+    <group oor:name="FaxControls">
+      <info>
+        <desc>Specifies settings for a Fax Wizard type.</desc>
+      </info>
+      <prop oor:type="xs:int" oor:name="Style">
+        <info>
+          <desc>Style of the Fax.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintCompanyLogo">
+        <info>
+          <desc>Enables Company Logo.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintDate">
+        <info>
+          <desc>Enables Date.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintCommunicationType">
+        <info>
+          <desc>Enables Communication Type.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintSubjectLine">
+        <info>
+          <desc>Enables the Subject line.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintSalutation">
+        <info>
+          <desc>Enables the Salutation.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintGreeting">
+        <info>
+          <desc>Enables the Greeting.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="PrintFooter">
+        <info>
+          <desc>Enables the Footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="CommunicationType">
+        <info>
+          <desc>Type of the Communication.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="Salutation">
+        <info>
+          <desc>Type of the salutation.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="Greeting">
+        <info>
+          <desc>Type of the greeting.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="SenderAddressType">
+        <info>
+          <desc>Type of the sender address.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderCompanyName">
+        <info>
+          <desc>Sender Company Name.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderStreet">
+        <info>
+          <desc>Sender Street.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderPostCode">
+        <info>
+          <desc>Sender PostCode.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderState">
+        <info>
+          <desc>Sender State.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderCity">
+        <info>
+          <desc>Sender City.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="SenderFax">
+        <info>
+          <desc>Sender Fax number.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="ReceiverAddressType">
+        <info>
+          <desc>Receiver Address Type.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="Footer">
+        <info>
+          <desc>Content of the Footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="FooterOnlySecondPage">
+        <info>
+          <desc>Enables that the Footer is only displayed of the Second and following pages.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:boolean" oor:name="FooterPageNumbers">
+        <info>
+          <desc>Add a page number to the footer.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:int" oor:name="CreationType">
+        <info>
+          <desc>Defines how the template is loaded after completion.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="TemplateName">
+        <info>
+          <desc>Template Name.</desc>
+        </info>
+      </prop>
+      <prop oor:type="xs:string" oor:name="TemplatePath">
+        <info>
+          <desc>Template Path.</desc>
+        </info>
+      </prop>
+    </group>
+    <group oor:name="AgendaWizardTopic">
+      <info>
+        <desc> Contains the topics properties </desc>
+      </info>
+      <prop oor:name="Index" oor:type="xs:int">
+        <info>
+          <desc> The index of the topic</desc>
+        </info>
+      </prop>
+      <prop oor:name="Topic" oor:type="xs:string">
+        <info>
+          <desc> The title of the topic</desc>
+        </info>
+      </prop>
+      <prop oor:name="Responsible" oor:type="xs:string">
+        <info>
+          <desc> The responsible person for the topic</desc>
+        </info>
+      </prop>
+      <prop oor:name="Time" oor:type="xs:string">
+        <info>
+          <desc> The time for the topic</desc>
+        </info>
+      </prop>
+    </group>
+  </templates>
+  <component>
+    <group oor:name="GlobalTemplateList">
+      <info>
+        <desc>Contains the most recently opened documents.</desc>
+      </info>
+      <prop oor:name="Paths" oor:type="oor:string-list" oor:nillable="false">
+        <info>
+          <desc>Lists the file global templates loaded when importing writer documents.</desc>
+        </info>
+        <value oor:separator=";"/>
+      </prop>
+    </group>
+    <group oor:name="MailMergeWizard">
+      <info>
+        <desc>Settings of the mail merge wizard.</desc>
+      </info>
+      <prop oor:name="OutputToLetter" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether the document output is a letter, not an e-mail.</desc>
+          <label>Output as letter</label>
+        </info>
+        <value>true</value>
+      </prop>
+      <prop oor:name="IncludeCountry" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether the country/region is included into the address block. If yes the ExcludeCountry property may never be included.</desc>
+          <label>Include country/region</label>
+        </info>
+        <value>false</value>
+      </prop>
+      <prop oor:name="ExcludeCountry" oor:type="xs:string" oor:nillable="false">
+        <info>
+          <desc>If the property IncludeCountry is true it all countries/regions are included into the address block except for this country or region.</desc>
+          <label>ExcludeCountry</label>
+        </info>
+        <value/>
+      </prop>
+      <prop oor:name="SavedDocuments" oor:type="oor:string-list">
+        <info>
+          <desc>Contains a list of all documents previously used and saved as mailmerge source documents</desc>
+          <label>Saved documents</label>
+        </info>
+      </prop>
+      <prop oor:name="AddressBlockSettings" oor:type="oor:string-list" oor:nillable="false">
+        <info>
+          <desc>Contains a list of settings for address blocks. It is a sequence of address column positions separated with breaks (\n) and spaces. The column positions start at 0 and after 9 follows a, b, c and they are equivalent to the following parts of an address: TITLE,FIRSTNAME,LASTNAME,COMPANY,ADDRESS_1,ADDRESS_2,CITY,REGION,ZIP,COUNTRY,PHONE_PRIVATE,PHONE_BUSINESS,E_MAIL</desc>
+          <label>Address block settings</label>
+        </info>
+        <value oor:separator=";"><0>\n<1> <2>\n<4>\n<8> <6>;<0>\n<1> <2>\n<4>\n<8> <6>\n<9>;<3>\n<1> <2>\n<4>\n<8> <6>;<3>\n<1> <2>\n<4>\n<8> <6>\n<9></value>
+      </prop>
+      <prop oor:name="IsAddressBlock" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether the document should have an address block.</desc>
+          <label>Address Block</label>
+        </info>
+        <value>true</value>
+      </prop>
+      <prop oor:name="CurrentAddressBlock" oor:type="xs:int" oor:nillable="false">
+        <info>
+          <desc>Determines the currently used address block.</desc>
+          <label>Current address block</label>
+        </info>
+        <value>0</value>
+      </prop>
+      <prop oor:name="IsHideEmptyParagraphs" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether address block lines should be hidden if there's no content.</desc>
+          <label>Hide empty paragraphs</label>
+        </info>
+        <value>false</value>
+      </prop>
+      <prop oor:name="IsGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether the document should have a greeting line.</desc>
+          <label>Greeting line</label>
+        </info>
+        <value>true</value>
+      </prop>
+      <prop oor:name="IsEMailGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether an e-mail should have a greeting line.</desc>
+          <label>E-mail greeting line</label>
+        </info>
+        <value>true</value>
+      </prop>
+      <prop oor:name="IsIndividualGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether an individual greeting line is used instead of a neutral one.</desc>
+          <label>Use individual greeting line</label>
+        </info>
+        <value>true</value>
+      </prop>
+      <prop oor:name="IsEMailIndividualGreetingLine" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether in an e-mail an individual greeting line is used instead of a neutral one.</desc>
+          <label>Use individual greeting line in e-Mail</label>
+        </info>
+        <value>true</value>
+      </prop>
+      <prop oor:name="FemaleGreetingLines" oor:type="oor:string-list" oor:localized="true">
+        <info>
+          <desc>Contains a list of greeting lines, female.</desc>
+          <label>Greeting lines, female</label>
+        </info>
+      </prop>
+      <prop oor:name="MaleGreetingLines" oor:type="oor:string-list" oor:localized="true">
+        <info>
+          <desc>Contains a list of greeting lines, male.</desc>
+          <label>Greeting lines, male</label>
+        </info>
+      </prop>
+      <prop oor:name="NeutralGreetingLines" oor:type="oor:string-list" oor:localized="true">
+        <info>
+          <desc>Contains a list of greeting lines, neutral.</desc>
+          <label>Greeting lines, neutral</label>
+        </info>
+      </prop>
+      <prop oor:name="CurrentFemaleGreeting" oor:type="xs:int">
+        <info>
+          <desc>Contains the index of the current entry in list of female greeting lines.</desc>
+          <label>Current female Greeting line</label>
+        </info>
+      </prop>
+      <prop oor:name="CurrentMaleGreeting" oor:type="xs:int">
+        <info>
+          <desc>Contains the index of the current entry in list of male greeting lines.</desc>
+          <label>Current male Greeting line</label>
+        </info>
+      </prop>
+      <prop oor:name="CurrentNeutralGreeting" oor:type="xs:int">
+        <info>
+          <desc>Contains the index of the current entry in list of neutral greeting lines.</desc>
+          <label>Current neutral Greeting line</label>
+        </info>
+      </prop>
+      <prop oor:name="FemaleGenderValue" oor:type="xs:string">
+        <info>
+          <desc>Determines the value of the Gender column that marks a recipient as female.</desc>
+          <label>Female Gender Value</label>
+        </info>
+      </prop>
+      <prop oor:name="MailDisplayName" oor:type="xs:string">
+        <info>
+          <desc>Contains the display name of the mail address.</desc>
+          <label>e-Mail Name</label>
+        </info>
+      </prop>
+      <prop oor:name="MailAddress" oor:type="xs:string">
+        <info>
+          <desc>e-Mail address.</desc>
+          <label>e-Mail address</label>
+        </info>
+      </prop>
+      <prop oor:name="IsMailReplyTo" oor:type="xs:boolean">
+        <info>
+          <desc>Determines if reply to is switched on.</desc>
+          <label>Is reply to</label>
+        </info>
+      </prop>
+      <prop oor:name="MailReplyTo" oor:type="xs:string">
+        <info>
+          <desc>Reply to address.</desc>
+          <label>Reply to</label>
+        </info>
+      </prop>
+      <prop oor:name="MailServer" oor:type="xs:string">
+        <info>
+          <desc>Name of the SMTP server.</desc>
+          <label>SMTP server</label>
+        </info>
+      </prop>
+      <prop oor:name="MailPort" oor:type="xs:short">
+        <info>
+          <desc>Port of the SMTP server.</desc>
+          <label>Port</label>
+        </info>
+      </prop>
+      <prop oor:name="IsSecureConnection" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether the connection to the SMTP server is done using SSL protocol.</desc>
+          <label>Is secure connection</label>
+        </info>
+      </prop>
+      <prop oor:name="IsAuthentication" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether authentication at the SMTP server is necessary.</desc>
+          <label>Is authentication</label>
+        </info>
+      </prop>
+      <prop oor:name="MailUserName" oor:type="xs:string">
+        <info>
+          <desc>User name to authenticate at the SMTP server.</desc>
+          <label>User name</label>
+        </info>
+      </prop>
+      <prop oor:name="MailPassword" oor:type="xs:string">
+        <info>
+          <desc>Password to authenticate at the SMTP server.</desc>
+          <label>Password</label>
+        </info>
+      </prop>
+      <prop oor:name="IsSMPTAfterPOP" oor:type="xs:boolean">
+        <info>
+          <desc>SMTP server requires authentication at the POP or IMAP server</desc>
+          <label>SMPT after POP</label>
+        </info>
+      </prop>
+      <prop oor:name="InServerName" oor:type="xs:string">
+        <info>
+          <desc>Name of the incoming mail server</desc>
+          <label>Incoming mail server</label>
+        </info>
+      </prop>
+      <prop oor:name="InServerPort" oor:type="xs:short">
+        <info>
+          <desc>Port of the incoming mail server</desc>
+          <label>Incoming server port</label>
+        </info>
+      </prop>
+      <prop oor:name="InServerIsPOP" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether the in server uses the POP3 or the IMAP protocol</desc>
+          <label>POP</label>
+        </info>
+      </prop>
+      <prop oor:name="InServerUserName" oor:type="xs:string">
+        <info>
+          <desc>User name of the incoming mail server</desc>
+          <label>Incoming server user name</label>
+        </info>
+      </prop>
+      <prop oor:name="InServerPassword" oor:type="xs:string">
+        <info>
+          <desc>Password of the incoming mail server</desc>
+          <label>Incoming server password</label>
+        </info>
+      </prop>
+      <prop oor:name="Filter" oor:type="xs:string">
+        <info>
+          <desc>Contains a filter statement for the current data source.</desc>
+          <label>Filter</label>
+        </info>
+      </prop>
+      <prop oor:name="EMailSupported" oor:type="xs:boolean">
+        <info>
+          <desc>Determines whether e-Mail is supported.</desc>
+          <label>E-Mail supported</label>
+        </info>
+      </prop>
+      <set oor:name="AddressDataAssignments" oor:node-type="AddressDataAssignment">
+        <info>
+          <desc>XXXXXX.</desc>
+        </info>
+      </set>
+      <node-ref oor:name="DataSource" oor:node-type="_DataSource">
+        <info>
+          <desc>Contains the information of the data source that's been used the last time the wizard has been executed.</desc>
+          <label>Data Set</label>
+        </info>
+      </node-ref>
+    </group>
+    <group oor:name="Content">
+      <info>
+        <desc>Contains settings for various content elements.</desc>
+      </info>
+      <group oor:name="Display">
+        <info>
+          <desc>Contains settings for the visibility of various elements.</desc>
+        </info>
+        <prop oor:name="GraphicObject" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Display -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+          <info>
+            <desc>Specifies if graphics and objects are displayed.</desc>
+            <label>Graphics and Objects</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="Table" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Display -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+          <info>
+            <desc>Specifies if tables are displayed.</desc>
+            <label>Tables</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="DrawingControl" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Display -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+          <info>
+            <desc>Specifies if drawings and controls are displayed.</desc>
+            <label>Drawings and controls</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="FieldCode" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Display -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+          <info>
+            <desc>Specifies if field codes are displayed.</desc>
+            <label>Field codes</label>
+          </info>
+          <value>false</value>
+        </prop>
+        <prop oor:name="Note" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Display -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+          <info>
+            <desc>Specifies if comments are displayed.</desc>
+            <label>Comments</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="PreventTips" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: Not accessible via user interface -->
+          <info>
+            <desc>Enables the writer to prevent the display of help tips programmatically.</desc>
+            <label>Prevent help tips</label>
+          </info>
+          <value>false</value>
+        </prop>
+      </group>
+      <group oor:name="NonprintingCharacter">
+        <info>
+          <desc>Contains settings for the visibility of various non-printing characters.</desc>
+        </info>
+        <prop oor:name="MetaCharacters" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: View - Nonprinting Characters -->
+          <info>
+            <desc>Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
+            <label>Meta characters</label>
+          </info>
+          <value>false</value>
+        </prop>
+        <prop oor:name="ParagraphEnd" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if paragraph ends are shown on the screen.</desc>
+            <label>Paragraph end</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="OptionalHyphen" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if optional hyphens are shown on the screen.</desc>
+            <label>Optional hyphens</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="Space" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if spaces are shown on the screen.</desc>
+            <label>Spaces</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="ProtectedSpace" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if protected spaces are shown on the screen.</desc>
+            <label>Protected Spaces</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="Tab" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if breaks are shown on the screen.</desc>
+            <label>Tabs</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="Break" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if paragraph ends are shown on the screen.</desc>
+            <label>Breaks</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="HiddenText" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if hidden text fields are displayed on the screen.</desc>
+            <label>Fields: Hidden text</label>
+          </info>
+          <value>false</value>
+        </prop>
+        <prop oor:name="HiddenParagraph" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document  Contents - [Section] Nonprinting Characters -->
+          <info>
+            <desc>Specifies if hidden paragraphs are displayed on the screen.</desc>
+            <label>Hidden paragraphs</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="HiddenCharacter" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: Tools - Options - Text document  Formatting aids - [Section] Display of -->
+          <info>
+            <desc>Specifies if hidden paragraphs are displayed on the screen.</desc>
+            <label>Hidden text</label>
+          </info>
+          <value>false</value>
+        </prop>
+      </group>
+      <group oor:name="Update">
+        <info>
+          <desc>Contains settings for the automatic update of some elements.</desc>
+        </info>
+        <prop oor:name="Link" oor:type="xs:int" oor:nillable="false">
+          <!-- OldPath: Writer/Other/Update -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
+          <info>
+            <desc>Specifies if links in the document are updated during loading.</desc>
+            <label>Update links: Always/On request/Never</label>
+          </info>
+          <constraints>
+            <enumeration oor:value="0">
+              <info>
+                <desc>Always</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="1">
+              <info>
+                <desc>On Request</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="2">
+              <info>
+                <desc>Never</desc>
+              </info>
+            </enumeration>
+          </constraints>
+          <value>1</value>
+        </prop>
+        <prop oor:name="Field" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Other/Update -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+          <info>
+            <desc>Specifies if fields in the document are updated during loading.</desc>
+            <label>Update fields automatically</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="Chart" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Other/Update -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+          <info>
+            <desc>Specifies if charts in the document are updated during loading.</desc>
+            <label>Update charts automatically</label>
+          </info>
+          <value>true</value>
+        </prop>
+      </group>
+    </group>
+    <group oor:name="Layout">
+      <info>
+        <desc>Contains layout settings.</desc>
+      </info>
+      <group oor:name="Line">
+        <info>
+          <desc>Contains settings for guiding lines or points (for example when selecting/moving an object or frame).</desc>
+        </info>
+        <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Layout/Lines -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+          <info>
+            <desc>Displays helplines around the frames when frames are moved.</desc>
+            <label>Helplines</label>
+          </info>
+          <value>false</value>
+        </prop>
+        <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+          <!-- OldPath: Writer/Layout/Lines -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+          <info>
+            <desc>Displays the control points as simple squares without a 3D effect.</desc>
+            <label>Simple control points</label>
+          </info>
+          <value>false</value>
+        </prop>
+        <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+          <!-- OldPath: Writer/Layout/Lines -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+          <info>
+            <desc>Displays larger control points.</desc>
+            <label>Large control points</label>
+          </info>
+          <value>false</value>
+        </prop>
+      </group>
+      <group oor:name="Window">
+        <info>
+          <desc>Contains various window settings such as scrollbars, rules, etc.</desc>
+        </info>
+        <prop oor:name="HorizontalScroll" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Layout/Window -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+          <info>
+            <desc>Specifies if the horizontal scroll bar is displayed.</desc>
+            <label>Horizontal scroll</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="VerticalScroll" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Layout/Window -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+          <info>
+            <desc>Specifies if the vertical scroll bar is displayed.</desc>
+            <label>Vertical Scroll</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="ShowRulers" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+          <info>
+            <desc>Specifies whether rulers are displayed. Filters the values of HorizontalRuler and VerticalRuler.</desc>
+            <label>Show rulers</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="HorizontalRuler" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Layout/Window -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+          <info>
+            <desc>Specifies if the horizontal ruler is displayed.</desc>
+            <label>Horizontal ruler</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
+          <!-- OldPath: Writer/Layout -->
+          <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+          <info>
+            <desc>Specifies the measurement unit for the horizontal ruler.</desc>
+            <label>Horizontal ruler measure unit</label>
+          </info>
+          <constraints>
+            <enumeration oor:value="1">
+              <info>
+                <desc>Millimeter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="2">
+              <info>
+                <desc>Centimeter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="3">
+              <info>
+                <desc>Meter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="4">
+              <info>
+                <desc>Kilometer</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="6">
+              <info>
+                <desc>Point</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="7">
+              <info>
+                <desc>Pica</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="8">
+              <info>
+                <desc>Inch</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="9">
+              <info>
+                <desc>Foot</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="10">
+              <info>
+                <desc>Miles</desc>
+              </info>
+            </enumeration>
+          </constraints>
+        </prop>
+        <prop oor:name="VerticalRuler" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Layout/Window -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+          <info>
+            <desc>Specifies if the vertical ruler is displayed.</desc>
+            <label>Vertical Ruler</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+          <info>
+            <desc>Specifies if the vertical ruler is right aligned.</desc>
+            <label>Vertical Ruler on the right</label>
+          </info>
+          <value>false</value>
+        </prop>
+        <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
+          <!-- OldPath: Writer/Layout -->
+          <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+          <info>
+            <desc>Specifies the measurement unit for the vertical ruler.</desc>
+            <label>Vertical ruler measure unit</label>
+          </info>
+          <constraints>
+            <enumeration oor:value="1">
+              <info>
+                <desc>Millimeter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="2">
+              <info>
+                <desc>Centimeter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="3">
+              <info>
+                <desc>Meter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="4">
+              <info>
+                <desc>Kilometer</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="6">
+              <info>
+                <desc>Point</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="7">
+              <info>
+                <desc>Pica</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="8">
+              <info>
+                <desc>Inch</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="9">
+              <info>
+                <desc>Foot</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="10">
+              <info>
+                <desc>Miles</desc>
+              </info>
+            </enumeration>
+          </constraints>
+        </prop>
+        <prop oor:name="SmoothScroll" oor:type="xs:boolean" oor:nillable="false">
+          <!-- OldPath: Writer/Layout/Window -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+          <info>
+            <desc>Activates the smooth page scrolling function.</desc>
+            <label>Smooth scroll</label>
+          </info>
+          <value>false</value>
+        </prop>
+      </group>
+      <group oor:name="Other">
+        <info>
+          <desc>Contains miscellaneous settings.</desc>
+        </info>
+        <prop oor:name="IsAlignMathObjectsToBaseline" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: none yet -->
+          <info>
+            <desc>Automatically align the baseline of Math objects with the baseline of the surrounding text.</desc>
+            <label>Align Math objects</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="MeasureUnit" oor:type="xs:int">
+          <!-- OldPath: Writer/Layout -->
+          <!-- OldLocation: Soffice.cfg -->
+          <!-- UIHints: Tools - Options - Text document - Layout - [Section] Meas. Units -->
+          <info>
+            <desc>Specifies the measurement units.</desc>
+            <label>Measure unit</label>
+          </info>
+          <constraints>
+            <enumeration oor:value="1">
+              <info>
+                <desc>Millimeter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="2">
+              <info>
+                <desc>Centimeter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="3">
+              <info>
+                <desc>Meter</desc>
+              </info>
+            </enumeration>
+            <enumeration oor:value="4">

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list