Kaydet (Commit) 458e07b3 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

xmllint: reformat files

xmllint --loaddtd ./officecfg/registry/data.dtd --format ...

Change-Id: I0218762a64f2547424d5ddddf78e3fadc2b65093
üst 4dfdbc08
......@@ -17,31 +17,31 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-data SYSTEM "../../../component-update.dtd">
<oor:component-data oor:name="FirstStartWizard" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="TabPages">
<node oor:name="Registration">
<node oor:name="RegistrationOptions">
<node oor:name="NowButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="LaterButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="NeverButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="AlreadyRegisteredButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
</node>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="FirstStartWizard" oor:package="org.openoffice">
<node oor:name="TabPages">
<node oor:name="Registration">
<node oor:name="RegistrationOptions">
<node oor:name="NowButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="LaterButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="NeverButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="AlreadyRegisteredButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>
......@@ -18,37 +18,37 @@
-->
<!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="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US">
<info>
<desc>Contains properties regarding the first start wiazrd.</desc>
</info>
<templates>
<group oor:name="Option">
<info>
<desc>Describes properties of a wizard tab page option.</desc>
</info>
<prop oor:name="Visible" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Determine if an option is visible or not.</desc>
</info>
<value>true</value>
</prop>
</group>
</templates>
<component>
<group oor:name="TabPages">
<info>
<desc>Contains properties for the various first start wizard tab pages.</desc>
</info>
<group oor:name="Registration">
<info>
<desc>Specifies properties of the registration tab page.</desc>
</info>
<set oor:name="RegistrationOptions" oor:node-type="Option">
<info>
<desc>Specifies radio button properties of the registration tab page.</desc>
</info>
</set>
</group>
</group>
</component>
<info>
<desc>Contains properties regarding the first start wiazrd.</desc>
</info>
<templates>
<group oor:name="Option">
<info>
<desc>Describes properties of a wizard tab page option.</desc>
</info>
<prop oor:name="Visible" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Determine if an option is visible or not.</desc>
</info>
<value>true</value>
</prop>
</group>
</templates>
<component>
<group oor:name="TabPages">
<info>
<desc>Contains properties for the various first start wizard tab pages.</desc>
</info>
<group oor:name="Registration">
<info>
<desc>Specifies properties of the registration tab page.</desc>
</info>
<set oor:name="RegistrationOptions" oor:node-type="Option">
<info>
<desc>Specifies radio button properties of the registration tab page.</desc>
</info>
</set>
</group>
</group>
</component>
</oor:component-schema>
......@@ -17,56 +17,56 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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="Accelerators" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
</info>
<templates>
<group oor:name="Key">
<info>
<desc>document the Key format</desc>
</info>
<prop oor:name="Command" oor:type="xs:string" oor:localized="true">
<info>
<desc>e.g..uno:About</desc>
</info>
</prop>
</group>
<set oor:name="Module" oor:node-type="Key">
<info>
<desc>point to a module of OOo</desc>
</info>
</set>
</templates>
<component>
<group oor:name="PrimaryKeys">
<info>
<desc>contains the preferred keys</desc>
</info>
<set oor:name="Global" oor:node-type="Key">
<info>
<desc>Defined as key-values pairs</desc>
</info>
</set>
<set oor:name="Modules" oor:node-type="Module">
<info>
<desc>containing the modules of OOo, defined as key-values pairs</desc>
</info>
</set>
</group>
<group oor:name="SecondaryKeys">
<info>
<desc>contains the secondary keys</desc>
</info>
<set oor:name="Global" oor:node-type="Key">
<info>
<desc>Defined as key-values pairs</desc>
</info>
</set>
<set oor:name="Modules" oor:node-type="Module">
<info>
<desc>containing the modules of OOo, defined as key-values pairs</desc>
</info>
</set>
</group>
</component>
<info>
<desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
</info>
<templates>
<group oor:name="Key">
<info>
<desc>document the Key format</desc>
</info>
<prop oor:name="Command" oor:type="xs:string" oor:localized="true">
<info>
<desc>e.g..uno:About</desc>
</info>
</prop>
</group>
<set oor:name="Module" oor:node-type="Key">
<info>
<desc>point to a module of OOo</desc>
</info>
</set>
</templates>
<component>
<group oor:name="PrimaryKeys">
<info>
<desc>contains the preferred keys</desc>
</info>
<set oor:name="Global" oor:node-type="Key">
<info>
<desc>Defined as key-values pairs</desc>
</info>
</set>
<set oor:name="Modules" oor:node-type="Module">
<info>
<desc>containing the modules of OOo, defined as key-values pairs</desc>
</info>
</set>
</group>
<group oor:name="SecondaryKeys">
<info>
<desc>contains the secondary keys</desc>
</info>
<set oor:name="Global" oor:node-type="Key">
<info>
<desc>Defined as key-values pairs</desc>
</info>
</set>
<set oor:name="Modules" oor:node-type="Module">
<info>
<desc>containing the modules of OOo, defined as key-values pairs</desc>
</info>
</set>
</group>
</component>
</oor:component-schema>
......@@ -17,51 +17,77 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="CalcAddIns" 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 add-in function configuration.</desc>
</info>
<templates>
<group oor:name="AddInParameter" >
<info><desc>Describes one parameter.</desc></info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info><desc>Specifies the user-visible name of the parameter.</desc></info>
</prop>
<prop oor:name="Description" oor:type="xs:string" oor:localized="true">
<info><desc>Specifies a description of the parameter.</desc></info>
</prop>
</group>
<group oor:name="AddInFunction">
<info><desc>Describes one function.</desc></info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info><desc>Specifies the user-visible name of the function.</desc></info>
</prop>
<prop oor:name="Description" oor:type="xs:string" oor:localized="true">
<info><desc>Specifies a description of the function.</desc></info>
</prop>
<prop oor:name="Category" oor:type="xs:string">
<info><desc>Specifies the programmatic name of the category the function belongs to.</desc></info>
</prop>
<prop oor:name="CategoryDisplayName" oor:type="xs:string" oor:localized="true">
<info><desc>Specifies the user-visible name of the category the function belongs to.</desc></info>
</prop>
<prop oor:name="CompatibilityName" oor:type="xs:string" oor:localized="true">
<info><desc>Specifies a localized function name for exchange with other applications.</desc></info>
</prop>
<set oor:name="Parameters" oor:node-type="AddInParameter">
<info><desc>Specifies the function's parameters.</desc></info>
</set>
</group>
<group oor:name="AddIn">
<info><desc>Describes one add-in component.</desc></info>
<set oor:name="AddInFunctions" oor:node-type="AddInFunction">
<info><desc>Specifies the component's functions.</desc></info>
</set>
</group>
</templates>
<component>
<set oor:name="AddInInfo" oor:node-type="AddIn">
<info><desc>Specifies the installed add-in components.</desc></info>
</set>
</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="CalcAddIns" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains add-in function configuration.</desc>
</info>
<templates>
<group oor:name="AddInParameter">
<info>
<desc>Describes one parameter.</desc>
</info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the user-visible name of the parameter.</desc>
</info>
</prop>
<prop oor:name="Description" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies a description of the parameter.</desc>
</info>
</prop>
</group>
<group oor:name="AddInFunction">
<info>
<desc>Describes one function.</desc>
</info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the user-visible name of the function.</desc>
</info>
</prop>
<prop oor:name="Description" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies a description of the function.</desc>
</info>
</prop>
<prop oor:name="Category" oor:type="xs:string">
<info>
<desc>Specifies the programmatic name of the category the function belongs to.</desc>
</info>
</prop>
<prop oor:name="CategoryDisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the user-visible name of the category the function belongs to.</desc>
</info>
</prop>
<prop oor:name="CompatibilityName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies a localized function name for exchange with other applications.</desc>
</info>
</prop>
<set oor:name="Parameters" oor:node-type="AddInParameter">
<info>
<desc>Specifies the function's parameters.</desc>
</info>
</set>
</group>
<group oor:name="AddIn">
<info>
<desc>Describes one add-in component.</desc>
</info>
<set oor:name="AddInFunctions" oor:node-type="AddInFunction">
<info>
<desc>Specifies the component's functions.</desc>
</info>
</set>
</group>
</templates>
<component>
<set oor:name="AddInInfo" oor:node-type="AddIn">
<info>
<desc>Specifies the installed add-in components.</desc>
</info>
</set>
</component>
</oor:component-schema>
......@@ -17,31 +17,32 @@
* 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="Commands" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
</info>
<templates>
<group oor:name="CommandType">
<info>
<desc>Describes a command.</desc>
</info>
<prop oor:name="Command" oor:type="xs:string">
<info>
<desc>Specifies the command name for dispatching without a protocol part.</desc>
</info>
</prop>
</group>
</templates>
<component>
<group oor:name="Execute">
<info>
<desc>Contains information about the execute status.</desc>
</info>
<set oor:name="Disabled" oor:node-type="CommandType">
<info>
<desc>Contains commands that are disabled in the Office user interface.</desc>
</info>
</set>
</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="Commands" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
</info>
<templates>
<group oor:name="CommandType">
<info>
<desc>Describes a command.</desc>
</info>
<prop oor:name="Command" oor:type="xs:string">
<info>
<desc>Specifies the command name for dispatching without a protocol part.</desc>
</info>
</prop>
</group>
</templates>
<component>
<group oor:name="Execute">
<info>
<desc>Contains information about the execute status.</desc>
</info>
<set oor:name="Disabled" oor:node-type="CommandType">
<info>
<desc>Contains commands that are disabled in the Office user interface.</desc>
</info>
</set>
</group>
</component>
</oor:component-schema>
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -17,85 +17,115 @@
* 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="Compatibility" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<desc>List of applications and their recommended formatting options</desc>
</info>
<templates>
<group oor:name="FormattingOptions">
<info><desc>Recommended formatting options for one application</desc></info>
<prop oor:name="Module" oor:type="xs:string">
<info><desc>Module of the application</desc></info>
<constraints>
<enumeration oor:value="swriter">
<info><desc>Writer module</desc></info>
</enumeration>
</constraints>
</prop>
<prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Use printer metrics for document formatting</desc></info>
<value>false</value>
</prop>
<prop oor:name="AddSpacing" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Add spacing between paragraphs and tables</desc></info>
<value>true</value>
</prop>
<prop oor:name="AddSpacingAtPages" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Add paragraph and table spacing at tops of pages</desc></info>
<value>true</value>
</prop>
<prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Use OpenOffice.org 1.1 tabstop formatting</desc></info>
<value>false</value>
</prop>
<prop oor:name="NoExternalLeading" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Do not add leading (extra space) between lines of text</desc></info>
<value>false</value>
</prop>
<prop oor:name="UseLineSpacing" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Use OpenOffice.org 1.1 line spacing</desc></info>
<value>false</value>
</prop>
<prop oor:name="AddTableSpacing" oor:type="xs:boolean" oor:nillable="false">
<info><desc>???</desc></info>
<value>true</value>
</prop>
<prop oor:name="UseObjectPositioning" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Use OpenOffice.org 1.1 object positioning</desc></info>
<value>false</value>
</prop>
<prop oor:name="UseOurTextWrapping" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Use OpenOffice.org 1.1 text wrapping</desc></info>
<value>false</value>
</prop>
<prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Consider wrapping style when positioning objects</desc></info>
<value>false</value>
</prop>
<prop oor:name="ExpandWordSpace" oor:type="xs:boolean" oor:nillable="false">
<info><desc>Expand word space on lines with manual line breaks in justified paragraphs</desc></info>
<value>true</value>
</prop>
</group>
</templates>
<component>
<set oor:name="AllFileFormats" oor:node-type="FormattingOptions">
<info><desc>The List of the applications.</desc></info>
</set>
<group oor:name="WriterCompatibilityVersion">
<info>
<desc>Used by the writer compatibility flag as the last OOo version.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="OOo11" oor:type="xs:string" oor:nillable="false">
<!-- UIHints: Tools - Options - OOo Writer - Compatibility -->
<!--The value should only be written by the setup.-->
<info>
<desc>OOo version 1.1.</desc>
<label>OOo version 1.1.</label>
</info>
<value/>
</prop>
</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="Compatibility" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>List of applications and their recommended formatting options</desc>
</info>
<templates>
<group oor:name="FormattingOptions">
<info>
<desc>Recommended formatting options for one application</desc>
</info>
<prop oor:name="Module" oor:type="xs:string">
<info>
<desc>Module of the application</desc>
</info>
<constraints>
<enumeration oor:value="swriter">
<info>
<desc>Writer module</desc>
</info>
</enumeration>
</constraints>
</prop>
<prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Use printer metrics for document formatting</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="AddSpacing" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Add spacing between paragraphs and tables</desc>
</info>
<value>true</value>
</prop>
<prop oor:name="AddSpacingAtPages" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Add paragraph and table spacing at tops of pages</desc>
</info>
<value>true</value>
</prop>
<prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Use OpenOffice.org 1.1 tabstop formatting</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="NoExternalLeading" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Do not add leading (extra space) between lines of text</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="UseLineSpacing" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Use OpenOffice.org 1.1 line spacing</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="AddTableSpacing" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>???</desc>
</info>
<value>true</value>
</prop>
<prop oor:name="UseObjectPositioning" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Use OpenOffice.org 1.1 object positioning</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="UseOurTextWrapping" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Use OpenOffice.org 1.1 text wrapping</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Consider wrapping style when positioning objects</desc>
</info>
<value>false</value>
</prop>
<prop oor:name="ExpandWordSpace" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Expand word space on lines with manual line breaks in justified paragraphs</desc>
</info>
<value>true</value>
</prop>
</group>
</templates>
<component>
<set oor:name="AllFileFormats" oor:node-type="FormattingOptions">
<info>
<desc>The List of the applications.</desc>
</info>
</set>
<group oor:name="WriterCompatibilityVersion">
<info>
<desc>Used by the writer compatibility flag as the last OOo version.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="OOo11" oor:type="xs:string" oor:nillable="false">
<!-- UIHints: Tools - Options - OOo Writer - Compatibility -->
<!--The value should only be written by the setup.-->
<info>
<desc>OOo version 1.1.</desc>
<label>OOo version 1.1.</label>
</info>
<value/>
</prop>
</group>
</component>
</oor:component-schema>
......@@ -18,119 +18,118 @@
-->
<!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="Embedding" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains embedding related information, such as the list of available for embedding objects.</desc>
</info>
<templates>
<group oor:name="Object">
<info>
<desc>Describes an embedded object.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="ObjectFactory" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Specifies the service name of the object's factory.</desc>
</info>
</prop>
<prop oor:name="ObjectDocumentServiceName" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Optional entry that specifies the service name of the document that is used by the object.</desc>
</info>
</prop>
<prop oor:name="ObjectMiscStatus" oor:type="xs:long">
<!-- UIHints: setup -->
<info>
<desc>Specifies the miscellaneous properties of the object.</desc>
</info>
</prop>
<prop oor:name="ObjectVerbs" oor:type="oor:string-list">
<!-- UIHints: setup -->
<info>
<desc>Specifies the list of verbs supported by the object.</desc>
</info>
</prop>
<prop oor:name="ObjectDocumentFilterName" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Optional entry that specifies the filter name that is used by the object.</desc>
</info>
</prop>
</group>
<group oor:name="Verb">
<info>
<desc>Describes possible verbs that can be supported by an embedded object.</desc>
</info>
<prop oor:name="VerbUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Specifies the localized name of the verb that can be shown in the UI.</desc>
</info>
</prop>
<prop oor:name="VerbID" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
<desc>Specifies the unique ID for the verb.</desc>
</info>
</prop>
<prop oor:name="VerbFlags" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
<desc>Specifies the flags of the verb that can control verb's representation in UI.</desc>
</info>
</prop>
<prop oor:name="VerbAttributes" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
<desc>Specifies the attributes of the verb.</desc>
</info>
</prop>
</group>
<group oor:name="ObjectName">
<info>
<desc>Provides object name that appears in UI.</desc>
</info>
<prop oor:name="ObjectUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Specifies the localized name of the object that can be shown in the UI.</desc>
</info>
</prop>
<prop oor:name="ClassID" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Class ID of the object.</desc>
</info>
</prop>
</group>
</templates>
<component>
<set oor:name="Objects" oor:node-type="Object">
<info>
<desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc>
</info>
</set>
<set oor:name="Verbs" oor:node-type="Verb">
<info>
<desc>Contains possible verbs for embedded objects.</desc>
</info>
</set>
<group oor:name="MimeTypeClassIDRelations" oor:extensible="true">
<info>
<desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
</info>
</group>
<group oor:name="UserFactories" oor:extensible="true">
<info>
<desc>List of additional factories that can be used to create embedded object.</desc>
</info>
</group>
<set oor:name="ObjectNames" oor:node-type="ObjectName">
<info>
<desc>List of object names to be used in GUI and ClassIDs.</desc>
</info>
</set>
</component>
<info>
<desc>Contains embedding related information, such as the list of available for embedding objects.</desc>
</info>
<templates>
<group oor:name="Object">
<info>
<desc>Describes an embedded object.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="ObjectFactory" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Specifies the service name of the object's factory.</desc>
</info>
</prop>
<prop oor:name="ObjectDocumentServiceName" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Optional entry that specifies the service name of the document that is used by the object.</desc>
</info>
</prop>
<prop oor:name="ObjectMiscStatus" oor:type="xs:long">
<!-- UIHints: setup -->
<info>
<desc>Specifies the miscellaneous properties of the object.</desc>
</info>
</prop>
<prop oor:name="ObjectVerbs" oor:type="oor:string-list">
<!-- UIHints: setup -->
<info>
<desc>Specifies the list of verbs supported by the object.</desc>
</info>
</prop>
<prop oor:name="ObjectDocumentFilterName" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Optional entry that specifies the filter name that is used by the object.</desc>
</info>
</prop>
</group>
<group oor:name="Verb">
<info>
<desc>Describes possible verbs that can be supported by an embedded object.</desc>
</info>
<prop oor:name="VerbUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Specifies the localized name of the verb that can be shown in the UI.</desc>
</info>
</prop>
<prop oor:name="VerbID" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
<desc>Specifies the unique ID for the verb.</desc>
</info>
</prop>
<prop oor:name="VerbFlags" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
<desc>Specifies the flags of the verb that can control verb's representation in UI.</desc>
</info>
</prop>
<prop oor:name="VerbAttributes" oor:type="xs:int">
<!-- UIHints: setup -->
<info>
<desc>Specifies the attributes of the verb.</desc>
</info>
</prop>
</group>
<group oor:name="ObjectName">
<info>
<desc>Provides object name that appears in UI.</desc>
</info>
<prop oor:name="ObjectUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Specifies the localized name of the object that can be shown in the UI.</desc>
</info>
</prop>
<prop oor:name="ClassID" oor:type="xs:string">
<!-- UIHints: setup -->
<info>
<desc>Class ID of the object.</desc>
</info>
</prop>
</group>
</templates>
<component>
<set oor:name="Objects" oor:node-type="Object">
<info>
<desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc>
</info>
</set>
<set oor:name="Verbs" oor:node-type="Verb">
<info>
<desc>Contains possible verbs for embedded objects.</desc>
</info>
</set>
<group oor:name="MimeTypeClassIDRelations" oor:extensible="true">
<info>
<desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
</info>
</group>
<group oor:name="UserFactories" oor:extensible="true">
<info>
<desc>List of additional factories that can be used to create embedded object.</desc>
</info>
</group>
<set oor:name="ObjectNames" oor:node-type="ObjectName">
<info>
<desc>List of object names to be used in GUI and ClassIDs.</desc>
</info>
</set>
</component>
</oor:component-schema>
......@@ -18,86 +18,85 @@
-->
<!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="ExtendedColorScheme" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
</info>
<templates>
<group oor:name="ColorEntry">
<info>
<desc>Specifies the color settings for the document.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc>Specifies the color of the document.</desc>
</info>
</prop>
<prop oor:name="DefaultColor" oor:type="xs:int">
<info>
<desc>Specifies the system color of the document.</desc>
</info>
</prop>
</group>
<group oor:name="Component">
<info>
<desc>Specifies the component color settings.</desc>
</info>
<set oor:name="Entries" oor:node-type="ColorEntry">
<info>
<desc>Specifies the color settings for customizing the appearance the extension.</desc>
</info>
</set>
</group>
<group oor:name="EntryName">
<info>
<desc>Specifies the UI name for the color or group name of the component.</desc>
</info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
</info>
</prop>
</group>
<group oor:name="ComponentName">
<info>
<desc>Specifies the ui strings for the component.</desc>
</info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
</info>
</prop>
<set oor:name="Entries" oor:node-type="EntryName">
<info>
<desc>Specifies the entry names.</desc>
</info>
</set>
</group>
<set oor:name="ExtendedColorScheme" oor:node-type="Component">
<info>
<desc>Specifies the color settings for customizing the appearance of extensions.</desc>
</info>
</set>
</templates>
<component>
<group oor:name="ExtendedColorScheme">
<info>
<desc>Specifies the color settings for customizing the appearance of extensions.</desc>
</info>
<prop oor:name="CurrentColorScheme" oor:type="xs:string">
<info>
<desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
</info>
</prop>
<set oor:name="ColorSchemes" oor:node-type="ExtendedColorScheme">
<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
<info>
<desc>Lists entries with color settings.</desc>
</info>
</set>
</group>
<set oor:name="EntryNames" oor:node-type="ComponentName">
<info>
<desc>Lists entries with color entry UI names.</desc>
</info>
</set>
</component>
<info/>
<templates>
<group oor:name="ColorEntry">
<info>
<desc>Specifies the color settings for the document.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc>Specifies the color of the document.</desc>
</info>
</prop>
<prop oor:name="DefaultColor" oor:type="xs:int">
<info>
<desc>Specifies the system color of the document.</desc>
</info>
</prop>
</group>
<group oor:name="Component">
<info>
<desc>Specifies the component color settings.</desc>
</info>
<set oor:name="Entries" oor:node-type="ColorEntry">
<info>
<desc>Specifies the color settings for customizing the appearance the extension.</desc>
</info>
</set>
</group>
<group oor:name="EntryName">
<info>
<desc>Specifies the UI name for the color or group name of the component.</desc>
</info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
</info>
</prop>
</group>
<group oor:name="ComponentName">
<info>
<desc>Specifies the ui strings for the component.</desc>
</info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<info>
<desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
</info>
</prop>
<set oor:name="Entries" oor:node-type="EntryName">
<info>
<desc>Specifies the entry names.</desc>
</info>
</set>
</group>
<set oor:name="ExtendedColorScheme" oor:node-type="Component">
<info>
<desc>Specifies the color settings for customizing the appearance of extensions.</desc>
</info>
</set>
</templates>
<component>
<group oor:name="ExtendedColorScheme">
<info>
<desc>Specifies the color settings for customizing the appearance of extensions.</desc>
</info>
<prop oor:name="CurrentColorScheme" oor:type="xs:string">
<info>
<desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
</info>
</prop>
<set oor:name="ColorSchemes" oor:node-type="ExtendedColorScheme">
<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
<info>
<desc>Lists entries with color settings.</desc>
</info>
</set>
</group>
<set oor:name="EntryNames" oor:node-type="ComponentName">
<info>
<desc>Lists entries with color entry UI names.</desc>
</info>
</set>
</component>
</oor:component-schema>
......@@ -17,110 +17,109 @@
* 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="Java" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
</info>
<component>
<group oor:name="VirtualMachine">
<info>
<desc>Provides information used to initialize a Java Virtual Machine. </desc>
</info>
<prop oor:name="Home" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- Notice: Default: depends on Java installation path -->
<info>
<deprecated/>
<desc>Specifies the path of the Java installation.</desc>
<label>Java Home</label>
</info>
<value>NULL</value>
</prop>
<prop oor:name="Version" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- Notice: Default: depends on version used -->
<info>
<deprecated/>
<desc>Specifies the version of the Java installation that is used.</desc>
<label>Java Version</label>
</info>
<value>NULL</value>
</prop>
<prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc>
<label>Enable JVM</label>
</info>
<value>true</value>
</prop>
<prop oor:name="Security" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info>
<desc>Determines if security checks are performed for applets.</desc>
<label>Enable security checks</label>
</info>
<value>true</value>
</prop>
<prop oor:name="NetAccess" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info>
<desc>Determines if and to what extent Java applets are allowed to access the network.</desc>
<label>Net access</label>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<desc>Host - connect to origin</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Unrestricted - connect to all</desc>
</info>
</enumeration>
<enumeration oor:value="3">
<info>
<desc>None - no connection alloed</desc>
</info>
</enumeration>
</constraints>
</prop>
<prop oor:name="UserClassPath" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info>
<deprecated/>
<desc>Specifies additional Java classes or jars which are contained in the classpath of the JVM (java.class.path system property).</desc>
<label>Classpath</label>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Debug" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc> Indicates that JVM supports debugging.</desc>
</info>
</prop>
<prop oor:name="Properties" oor:type="oor:string-list">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Specifies properties for use with the Java VM.</desc>
</info>
</prop>
</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="Java" oor:package="org.openoffice.Office" xml:lang="en-US">
<info/>
<component>
<group oor:name="VirtualMachine">
<info>
<desc>Provides information used to initialize a Java Virtual Machine. </desc>
</info>
<prop oor:name="Home" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- Notice: Default: depends on Java installation path -->
<info>
<deprecated/>
<desc>Specifies the path of the Java installation.</desc>
<label>Java Home</label>
</info>
<value>NULL</value>
</prop>
<prop oor:name="Version" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- Notice: Default: depends on version used -->
<info>
<deprecated/>
<desc>Specifies the version of the Java installation that is used.</desc>
<label>Java Version</label>
</info>
<value>NULL</value>
</prop>
<prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc>
<label>Enable JVM</label>
</info>
<value>true</value>
</prop>
<prop oor:name="Security" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info>
<desc>Determines if security checks are performed for applets.</desc>
<label>Enable security checks</label>
</info>
<value>true</value>
</prop>
<prop oor:name="NetAccess" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info>
<desc>Determines if and to what extent Java applets are allowed to access the network.</desc>
<label>Net access</label>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<desc>Host - connect to origin</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Unrestricted - connect to all</desc>
</info>
</enumeration>
<enumeration oor:value="3">
<info>
<desc>None - no connection alloed</desc>
</info>
</enumeration>
</constraints>
</prop>
<prop oor:name="UserClassPath" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info>
<deprecated/>
<desc>Specifies additional Java classes or jars which are contained in the classpath of the JVM (java.class.path system property).</desc>
<label>Classpath</label>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Debug" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc> Indicates that JVM supports debugging.</desc>
</info>
</prop>
<prop oor:name="Properties" oor:type="oor:string-list">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Specifies properties for use with the Java VM.</desc>
</info>
</prop>
</group>
</component>
</oor:component-schema>
......@@ -17,68 +17,69 @@
* 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="Jobs" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<desc>Contains information about registered jobs, bound on events.</desc>
</info>
<templates>
<group oor:name="Job">
<info>
<desc>Describes an UNO service, which is registered for a special event.</desc>
</info>
<prop oor:name="Service" oor:type="xs:string">
<info>
<desc>Must contain an UNO implementation(!) name of the implemented job component.</desc>
</info>
</prop>
<prop oor:name="Context" oor:type="xs:string">
<info>
<desc>An property to define the context this event should be active in. It can be empty or a colon separated list of the supported application modules.</desc>
</info>
</prop>
<group oor:name="Arguments" oor:extensible="true">
<info>
<desc>Can be filled with any argument, which is under control of the job component.</desc>
</info>
</group>
</group>
<group oor:name="TimeStamp">
<info>
<desc>Is used to enable/disable a job execution related to a triggered event.</desc>
</info>
<prop oor:name="AdminTime" oor:type="xs:string" oor:nillable="false">
<info>
<desc>If it's newer then UserTime, the job will be reactivated next time.</desc>
</info>
<value>2003-01-01T00:00:00+00:00</value>
</prop>
<prop oor:name="UserTime" oor:type="xs:string" oor:nillable="false">
<info>
<desc>If it's newer then AdminTime, the job is deactivated for execution.</desc>
</info>
<value>2003-01-01T00:00:00+00:00</value>
</prop>
</group>
<group oor:name="Event">
<info>
<desc>Describe a state, which can be detected at runtime and will be used to start jobs, which are registered for it.</desc>
</info>
<set oor:name="JobList" oor:node-type="TimeStamp">
<info>
<desc>This list contains all registered jobs, which wish to be executed, if the coressponding event was triggered.</desc>
</info>
</set>
</group>
</templates>
<component>
<set oor:name="Jobs" oor:node-type="Job">
<info>
<desc>This list contains all well known job components and it's properties.</desc>
</info>
</set>
<set oor:name="Events" oor:node-type="Event">
<info>
<desc>Here jobs can be bound to events and can be enabled/disable by using TimeStamp values.</desc>
</info>
</set>
</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="Jobs" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains information about registered jobs, bound on events.</desc>
</info>
<templates>
<group oor:name="Job">
<info>
<desc>Describes an UNO service, which is registered for a special event.</desc>
</info>
<prop oor:name="Service" oor:type="xs:string">
<info>
<desc>Must contain an UNO implementation(!) name of the implemented job component.</desc>
</info>
</prop>
<prop oor:name="Context" oor:type="xs:string">
<info>
<desc>An property to define the context this event should be active in. It can be empty or a colon separated list of the supported application modules.</desc>
</info>
</prop>
<group oor:name="Arguments" oor:extensible="true">
<info>
<desc>Can be filled with any argument, which is under control of the job component.</desc>
</info>
</group>
</group>
<group oor:name="TimeStamp">
<info>
<desc>Is used to enable/disable a job execution related to a triggered event.</desc>
</info>
<prop oor:name="AdminTime" oor:type="xs:string" oor:nillable="false">
<info>
<desc>If it's newer then UserTime, the job will be reactivated next time.</desc>
</info>
<value>2003-01-01T00:00:00+00:00</value>
</prop>
<prop oor:name="UserTime" oor:type="xs:string" oor:nillable="false">
<info>
<desc>If it's newer then AdminTime, the job is deactivated for execution.</desc>
</info>
<value>2003-01-01T00:00:00+00:00</value>
</prop>
</group>
<group oor:name="Event">
<info>
<desc>Describe a state, which can be detected at runtime and will be used to start jobs, which are registered for it.</desc>
</info>
<set oor:name="JobList" oor:node-type="TimeStamp">
<info>
<desc>This list contains all registered jobs, which wish to be executed, if the coressponding event was triggered.</desc>
</info>
</set>
</group>
</templates>
<component>
<set oor:name="Jobs" oor:node-type="Job">
<info>
<desc>This list contains all well known job components and it's properties.</desc>
</info>
</set>
<set oor:name="Events" oor:node-type="Event">
<info>
<desc>Here jobs can be bound to events and can be enabled/disable by using TimeStamp values.</desc>
</info>
</set>
</component>
</oor:component-schema>
......@@ -17,26 +17,27 @@
* 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="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<desc>Contains UNO services that support special URL protocols. These services are used generically.</desc>
</info>
<templates>
<group oor:name="Handler">
<info>
<desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc>
</info>
<prop oor:name="Protocols" oor:type="oor:string-list">
<info>
<desc>Lists the URL pattern that can recognized by this service.</desc>
</info>
</prop>
</group>
</templates>
<component>
<set oor:name="HandlerSet" oor:node-type="Handler">
<info>
<desc>Lists the registered protocol handler services.</desc>
</info>
</set>
</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="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains UNO services that support special URL protocols. These services are used generically.</desc>
</info>
<templates>
<group oor:name="Handler">
<info>
<desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc>
</info>
<prop oor:name="Protocols" oor:type="oor:string-list">
<info>
<desc>Lists the URL pattern that can recognized by this service.</desc>
</info>
</prop>
</group>
</templates>
<component>
<set oor:name="HandlerSet" oor:node-type="Handler">
<info>
<desc>Lists the registered protocol handler services.</desc>
</info>
</set>
</component>
</oor:component-schema>
......@@ -17,21 +17,23 @@
* 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="SFX" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<desc>Contains the component-schema for the sfx module.</desc>
</info>
<component>
<group oor:name="Help">
<info>
<desc>Contains settings which specifies how the help in Office should work.</desc>
</info>
<prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true" oor:nillable="false">
<!-- OldLocation: hlpagent.ini -->
<info>
<desc>Lists IDs used by SFX to start the help agent.</desc>
</info>
<value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
</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="SFX" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Contains the component-schema for the sfx module.</desc>
</info>
<component>
<group oor:name="Help">
<info>
<desc>Contains settings which specifies how the help in Office should work.</desc>
</info>
<prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true" oor:nillable="false">
<!-- OldLocation: hlpagent.ini -->
<info>
<desc>Lists IDs used by SFX to start the help agent.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
</group>
</component>
</oor:component-schema>
......@@ -17,36 +17,37 @@
* 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="Security" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
<desc>Stores security related settings.</desc>
</info>
<templates>
<group oor:name="SecureExtension">
<info>
<desc>Provides secure file extensions. Opening a secure file does not pose any risk.</desc>
</info>
<prop oor:name="Extension" oor:type="xs:string">
<info>
<desc>Provides a file extension that is not case-sensitive.</desc>
</info>
</prop>
</group>
</templates>
<component>
<set oor:name="SecureExtensions" oor:node-type="SecureExtension">
<info>
<desc>Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc>
</info>
</set>
<group oor:name="Hyperlinks">
<info>
<desc>Specifies how secure hyperlinks are processed.</desc>
</info>
<prop oor:name="Open" oor:type="xs:int">
<info>
<desc>Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc>
</info>
</prop>
</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="Security" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<desc>Stores security related settings.</desc>
</info>
<templates>
<group oor:name="SecureExtension">
<info>
<desc>Provides secure file extensions. Opening a secure file does not pose any risk.</desc>
</info>
<prop oor:name="Extension" oor:type="xs:string">
<info>
<desc>Provides a file extension that is not case-sensitive.</desc>
</info>
</prop>
</group>
</templates>
<component>
<set oor:name="SecureExtensions" oor:node-type="SecureExtension">
<info>
<desc>Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc>
</info>
</set>
<group oor:name="Hyperlinks">
<info>
<desc>Specifies how secure hyperlinks are processed.</desc>
</info>
<prop oor:name="Open" oor:type="xs:int">
<info>
<desc>Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc>
</info>
</prop>
</group>
</component>
</oor:component-schema>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment