summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/ucb
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 19:41:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 20:01:09 +0200
commita965715f58df3582e62594d850623c29c5975c45 (patch)
tree5db8584156172d87b25c5ff55f14d4b85597a641 /officecfg/registry/schema/org/openoffice/ucb
parent458e07b34a8cdaccb630e73640090e5e61c48264 (diff)
xmllint: reformat files
Change-Id: Ieeadda1e69be45a1fd737a356e5987a54c82b13e
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/ucb')
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs105
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs75
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Store.xcs95
3 files changed, 139 insertions, 136 deletions
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
index 82d08b600b6d..9fb25e8b0c93 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
@@ -17,56 +17,57 @@
* 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="Configuration" oor:package="org.openoffice.ucb" xml:lang="en-US"> <info>
- <desc>Contains components and templates used for UCB configuration related data. </desc>
- </info>
- <templates>
- <group oor:name="ContentProviderData">
- <info>
- <desc>Contains data describing the configuration parameters of a Content Provider.</desc>
- </info>
- <prop oor:name="ServiceName" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the UNO service to be used to instantiate the UCP.</desc>
- </info>
- </prop>
- <prop oor:name="URLTemplate" oor:type="xs:string">
- <info>
- <desc>Contains the URL template.</desc>
- </info>
- </prop>
- <prop oor:name="Arguments" oor:type="xs:string">
- <info>
- <desc>Contains additional arguments for UCP creation.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ContentProvidersDataSecondaryKeys">
- <info>
- <desc>Specifies secondary keys for Content Provider configuration data.</desc>
- </info>
- <set oor:name="ProviderData" oor:node-type="ContentProviderData">
- <info>
- <desc>Specifies a set of Content Provider configuration data for the UCB.</desc>
- </info>
- </set>
- </group>
- <group oor:name="ContentProvidersDataPrimaryKeys">
- <info>
- <desc>Specifies primary keys for Content Provider configuration data.</desc>
- </info>
- <set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys">
- <info>
- <desc>Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc>
- </info>
- </set>
- </group>
- </templates>
- <component>
- <set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys">
- <info>
- <desc>Contains a root entry for Content Provider configurations.</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="Configuration" oor:package="org.openoffice.ucb" xml:lang="en-US">
+ <info>
+ <desc>Contains components and templates used for UCB configuration related data. </desc>
+ </info>
+ <templates>
+ <group oor:name="ContentProviderData">
+ <info>
+ <desc>Contains data describing the configuration parameters of a Content Provider.</desc>
+ </info>
+ <prop oor:name="ServiceName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the UNO service to be used to instantiate the UCP.</desc>
+ </info>
+ </prop>
+ <prop oor:name="URLTemplate" oor:type="xs:string">
+ <info>
+ <desc>Contains the URL template.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Arguments" oor:type="xs:string">
+ <info>
+ <desc>Contains additional arguments for UCP creation.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ContentProvidersDataSecondaryKeys">
+ <info>
+ <desc>Specifies secondary keys for Content Provider configuration data.</desc>
+ </info>
+ <set oor:name="ProviderData" oor:node-type="ContentProviderData">
+ <info>
+ <desc>Specifies a set of Content Provider configuration data for the UCB.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="ContentProvidersDataPrimaryKeys">
+ <info>
+ <desc>Specifies primary keys for Content Provider configuration data.</desc>
+ </info>
+ <set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys">
+ <info>
+ <desc>Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc>
+ </info>
+ </set>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys">
+ <info>
+ <desc>Contains a root entry for Content Provider configurations.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
index a3f478a1d675..9dfaecab5fa1 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
@@ -17,41 +17,42 @@
* 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="Hierarchy" oor:package="org.openoffice.ucb" xml:lang="en-US"> <info>
- <desc>Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc>
- </info>
- <templates>
- <group oor:name="Entry">
- <info>
- <desc>Specifies an entry of the hierarchy. There are two types of entries: folders and links. Folders are containers for other hierarchy elements. Links are pointers to any other resource. </desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string">
- <info>
- <desc>Specifies the title of an entry of the hierarchy.</desc>
- </info>
- </prop>
- <prop oor:name="TargetURL" oor:type="xs:string">
- <info>
- <desc>Specifies the target URL of the entry of the hierarchy.</desc>
- </info>
- </prop>
- <prop oor:name="Type" oor:type="xs:int">
- <info>
- <desc>Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc>
- </info>
- </prop>
- <set oor:name="Children" oor:node-type="Entry">
- <info>
- <desc>Specifies the children (other hierarchy entries) of the item.</desc>
- </info>
- </set>
- </group>
- </templates>
- <component>
- <set oor:name="Root" oor:node-type="Entry">
- <info>
- <desc>Contains a set of top-level entries of the hierarchy.</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="Hierarchy" oor:package="org.openoffice.ucb" xml:lang="en-US">
+ <info>
+ <desc>Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc>
+ </info>
+ <templates>
+ <group oor:name="Entry">
+ <info>
+ <desc>Specifies an entry of the hierarchy. There are two types of entries: folders and links. Folders are containers for other hierarchy elements. Links are pointers to any other resource. </desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string">
+ <info>
+ <desc>Specifies the title of an entry of the hierarchy.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TargetURL" oor:type="xs:string">
+ <info>
+ <desc>Specifies the target URL of the entry of the hierarchy.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:int">
+ <info>
+ <desc>Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc>
+ </info>
+ </prop>
+ <set oor:name="Children" oor:node-type="Entry">
+ <info>
+ <desc>Specifies the children (other hierarchy entries) of the item.</desc>
+ </info>
+ </set>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Root" oor:node-type="Entry">
+ <info>
+ <desc>Contains a set of top-level entries of the hierarchy.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
index 0b36ad194550..ff64ff4bc97a 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
@@ -17,51 +17,52 @@
* 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="Store" oor:package="org.openoffice.ucb" xml:lang="en-US"> <info>
- <desc>Contains components and templates used for storing UCB related data.</desc>
- </info>
- <templates>
- <group oor:name="PropertyValue">
- <info>
- <desc>Specifies a property value.</desc>
- </info>
- <prop oor:name="Handle" oor:type="xs:int">
- <info>
- <desc>Specifies the numeric property identifier.</desc>
- </info>
- </prop>
- <prop oor:name="Attributes" oor:type="xs:int">
- <info>
- <desc>Specifies property attributes.</desc>
- </info>
- </prop>
- <prop oor:name="Value" oor:type="oor:any">
- <info>
- <desc>Specifies the Property value.</desc>
- </info>
- </prop>
- <prop oor:name="State" oor:type="xs:int">
- <info>
- <desc>Specifies the property state.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Properties">
- <info>
- <desc>Specifies a set of property values.</desc>
- </info>
- <set oor:name="Values" oor:node-type="PropertyValue">
- <info>
- <desc>Specifies a set of property values.</desc>
- </info>
- </set>
- </group>
- </templates>
- <component>
- <set oor:name="ContentProperties" oor:node-type="Properties">
- <info>
- <desc>Specifies the root entry for stored content properties.</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="Store" oor:package="org.openoffice.ucb" xml:lang="en-US">
+ <info>
+ <desc>Contains components and templates used for storing UCB related data.</desc>
+ </info>
+ <templates>
+ <group oor:name="PropertyValue">
+ <info>
+ <desc>Specifies a property value.</desc>
+ </info>
+ <prop oor:name="Handle" oor:type="xs:int">
+ <info>
+ <desc>Specifies the numeric property identifier.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Attributes" oor:type="xs:int">
+ <info>
+ <desc>Specifies property attributes.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Value" oor:type="oor:any">
+ <info>
+ <desc>Specifies the Property value.</desc>
+ </info>
+ </prop>
+ <prop oor:name="State" oor:type="xs:int">
+ <info>
+ <desc>Specifies the property state.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Properties">
+ <info>
+ <desc>Specifies a set of property values.</desc>
+ </info>
+ <set oor:name="Values" oor:node-type="PropertyValue">
+ <info>
+ <desc>Specifies a set of property values.</desc>
+ </info>
+ </set>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="ContentProperties" oor:node-type="Properties">
+ <info>
+ <desc>Specifies the root entry for stored content properties.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>