summaryrefslogtreecommitdiff
path: root/officecfg/registry/component-types.xsd
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2002-11-08 15:48:50 +0000
committerJörg Barfurth <jb@openoffice.org>2002-11-08 15:48:50 +0000
commit4a6ed206f08f58d594823bcf87a3361e68b4a0a3 (patch)
treec1a47624f5810d3ec402638170a4bb07a8917fc4 /officecfg/registry/component-types.xsd
parent3733f03e131485f104055084df85a883cc6e561e (diff)
#104661# Adjust schema for using oor:package everywhere; remove oor:context
Diffstat (limited to 'officecfg/registry/component-types.xsd')
-rw-r--r--officecfg/registry/component-types.xsd8
1 files changed, 6 insertions, 2 deletions
diff --git a/officecfg/registry/component-types.xsd b/officecfg/registry/component-types.xsd
index e82145f30d..00323cc913 100644
--- a/officecfg/registry/component-types.xsd
+++ b/officecfg/registry/component-types.xsd
@@ -11,9 +11,13 @@
<xs:documentation>identifies a node or an attribute within a tree, must be unique for all siblings.</xs:documentation>
</xs:annotation>
</xs:attribute>
- <xs:attribute name="context" type="xs:string" use="optional">
+ <xs:attribute name="package" type="xs:NMTOKEN" use="required">
<xs:annotation>
- <xs:documentation>specifies the environment of a node fragment, typically contains a component path and optionally a node path</xs:documentation>
+ <xs:documentation>contains the name of the package.
+ Package names are composed similar to java packages.
+ Packages are used to structure component configuration data.
+ An example of a package is 'org.openoffice',
+ where 'org' and 'openoffice' each define a package.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="node-type" type="xs:NMTOKEN">