diff options
author | tpf <tpf@openoffice.org> | 2002-10-25 16:22:49 +0000 |
---|---|---|
committer | tpf <tpf@openoffice.org> | 2002-10-25 16:22:49 +0000 |
commit | f872a466670651a5f56bce0ef8bc8621ab864716 (patch) | |
tree | 610083632334fc104851ed70bb0cb82c55849bbd /officecfg | |
parent | ce44de005c5117d5e2de2170feb8aa708289761e (diff) |
#103539# reformatting, added new author and deprecated element, changed element sequence
Diffstat (limited to 'officecfg')
3 files changed, 145 insertions, 157 deletions
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs index cce203bc55f4..7b256681e3cd 100644 --- a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs +++ b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Configuration.xcs,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: tpf $ $Date: 2002-10-18 13:05:36 $ + * last change: $Author: tpf $ $Date: 2002-10-25 17:22:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,61 +60,57 @@ * ************************************************************************ --> <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> -<oor:component-schema oor:name="Configuration" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US"> - <info> - <desc xml:lang="en-US">Contains components and templates used for UCB configuration related data. </desc> - </info> - <!--Responsible: KSO --> - <templates> - <group oor:name="ContentProviderData"> - <prop oor:name="ServiceName" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">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 xml:lang="en-US">Contains the URL template.</desc> - </info> - </prop> - <prop oor:name="Arguments" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">Contains additional arguments for UCP creation.</desc> - </info> - </prop> - <info> - <desc xml:lang="en-US">Contains data describing the configuartion parameters of a Content Provider.</desc> - </info> - </group> - <group oor:name="ContentProvidersDataSecondaryKeys"> - <info> - <desc xml:lang="en-US">Specifies secondary keys for Content Provider configuration data.</desc> - </info> - <set oor:name="ProviderData" oor:node-type="ContentProviderData"> - <info> - <desc xml:lang="en-US">Specifies a set of Content Provider configuration data for the UCB.</desc> - </info> - </set> - </group> - <group oor:name="ContentProvidersDataPrimaryKeys"> - <info> - <desc xml:lang="en-US">Specifies primary keys for Content Provider configuration data.</desc> - </info> - <set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys"> - <info> - <desc xml:lang="en-US">Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc> - </info> - </set> - </group> - </templates> - <component> - <info> - <desc xml:lang="en-US">Contains root entries for UCB configuration related data.</desc> - </info> - <set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys"> - <info> - <desc xml:lang="en-US">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 xml:lang="en-US">Contains components and templates used for UCB configuration related data. </desc> + </info> + <templates> + <group oor:name="ContentProviderData"> + <info> + <desc xml:lang="en-US">Contains data describing the configuartion parameters of a Content Provider.</desc> + </info> + <prop oor:name="ServiceName" oor:type="xs:string"> + <info> + <desc xml:lang="en-US">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 xml:lang="en-US">Contains the URL template.</desc> + </info> + </prop> + <prop oor:name="Arguments" oor:type="xs:string"> + <info> + <desc xml:lang="en-US">Contains additional arguments for UCP creation.</desc> + </info> + </prop> + </group> + <group oor:name="ContentProvidersDataSecondaryKeys"> + <info> + <desc xml:lang="en-US">Specifies secondary keys for Content Provider configuration data.</desc> + </info> + <set oor:name="ProviderData" oor:node-type="ContentProviderData"> + <info> + <desc xml:lang="en-US">Specifies a set of Content Provider configuration data for the UCB.</desc> + </info> + </set> + </group> + <group oor:name="ContentProvidersDataPrimaryKeys"> + <info> + <desc xml:lang="en-US">Specifies primary keys for Content Provider configuration data.</desc> + </info> + <set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys"> + <info> + <desc xml:lang="en-US">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 xml:lang="en-US">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 db0f80b1160d..d75c63d01256 100644 --- a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs +++ b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Hierarchy.xcs,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tpf $ $Date: 2002-10-18 13:05:36 $ + * last change: $Author: tpf $ $Date: 2002-10-25 17:22:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,46 +60,42 @@ * ************************************************************************ --> <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> -<oor:component-schema oor:name="Hierarchy" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US"> - <info> - <desc xml:lang="en-US">Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc> - </info> - <!--Responsible: KSO --> - <templates> - <group oor:name="Entry"> - <prop oor:name="Title" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">Specifies the title of an entry of the hierarchy.</desc> - </info> - </prop> - <prop oor:name="TargetURL" oor:type="xs:string"> - <info> - <desc xml:lang="en-US">Specifies the target URL of the entry of the hierarchy.</desc> - </info> - </prop> - <prop oor:name="Type" oor:type="xs:int"> - <info> - <desc xml:lang="en-US">Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc> - </info> - </prop> - <info> - <desc xml:lang="en-US">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> - <set oor:name="Children" oor:node-type="Entry"> - <info> - <desc xml:lang="en-US">Specifies the children (other hierarchy entries) of the item.</desc> - </info> - </set> - </group> - </templates> - <component> - <info> - <desc xml:lang="en-US">Specifies root entries for HCP data.</desc> - </info> - <set oor:name="Root" oor:node-type="Entry"> - <info> - <desc xml:lang="en-US">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 xml:lang="en-US">Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc> + </info> + <templates> + <group oor:name="Entry"> + <info> + <desc xml:lang="en-US">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 xml:lang="en-US">Specifies the title of an entry of the hierarchy.</desc> + </info> + </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <info> + <desc xml:lang="en-US">Specifies the target URL of the entry of the hierarchy.</desc> + </info> + </prop> + <prop oor:name="Type" oor:type="xs:int"> + <info> + <desc xml:lang="en-US">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 xml:lang="en-US">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 xml:lang="en-US">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 501ab8369ad7..d75aa85105b8 100644 --- a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs +++ b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Store.xcs,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: tpf $ $Date: 2002-10-18 13:05:37 $ + * last change: $Author: tpf $ $Date: 2002-10-25 17:22:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,56 +60,52 @@ * ************************************************************************ --> <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> -<oor:component-schema oor:name="Store" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US"> - <info> - <desc xml:lang="en-US">Contains components and templates used for storing UCB related data.</desc> - </info> - <!--Responsible: KSO --> - <templates> - <group oor:name="PropertyValue"> - <prop oor:name="Handle" oor:type="xs:int"> - <info> - <desc xml:lang="en-US">Numeric property identifier</desc> - </info> - </prop> - <prop oor:name="Attributes" oor:type="xs:int"> - <info> - <desc xml:lang="en-US">Property attributes</desc> - </info> - </prop> - <prop oor:name="Value" oor:type="oor:any"> - <info> - <desc xml:lang="en-US">Property value</desc> - </info> - </prop> - <prop oor:name="State" oor:type="xs:int"> - <info> - <desc xml:lang="en-US">Property state</desc> - </info> - </prop> - <info> - <desc xml:lang="en-US">A property value</desc> - </info> - </group> - <group oor:name="Properties"> - <info> - <desc xml:lang="en-US">A set of property values</desc> - </info> - <set oor:name="Values" oor:node-type="PropertyValue"> - <info> - <desc xml:lang="en-US">A set of property values</desc> - </info> - </set> - </group> - </templates> - <component> - <info> - <desc xml:lang="en-US">Root entries for data related to UCB</desc> - </info> - <set oor:name="ContentProperties" oor:node-type="Properties"> - <info> - <desc xml:lang="en-US">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 xml:lang="en-US">Contains components and templates used for storing UCB related data.</desc> + </info> + <templates> + <group oor:name="PropertyValue"> + <info> + <desc xml:lang="en-US">A property value</desc> + </info> + <prop oor:name="Handle" oor:type="xs:int"> + <info> + <desc xml:lang="en-US">Numeric property identifier</desc> + </info> + </prop> + <prop oor:name="Attributes" oor:type="xs:int"> + <info> + <desc xml:lang="en-US">Property attributes</desc> + </info> + </prop> + <prop oor:name="Value" oor:type="oor:any"> + <info> + <desc xml:lang="en-US">Property value</desc> + </info> + </prop> + <prop oor:name="State" oor:type="xs:int"> + <info> + <desc xml:lang="en-US">Property state</desc> + </info> + </prop> + </group> + <group oor:name="Properties"> + <info> + <desc xml:lang="en-US">A set of property values</desc> + </info> + <set oor:name="Values" oor:node-type="PropertyValue"> + <info> + <desc xml:lang="en-US">A set of property values</desc> + </info> + </set> + </group> + </templates> + <component> + <set oor:name="ContentProperties" oor:node-type="Properties"> + <info> + <desc xml:lang="en-US">Root entry for stored content properties</desc> + </info> + </set> + </component> </oor:component-schema> |