diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 10:35:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-27 10:35:52 +0000 |
commit | 463057044737bedbe5dcb8209091686f6949c1bb (patch) | |
tree | d345f9f091ef03d9937b962c32df62b220609ea6 /officecfg/registry/component-schema.xsd | |
parent | c9d844f62c388d463445097f1cc453535491e171 (diff) |
INTEGRATION: CWS configxml01 (1.5.24); FILE MERGED
2003/05/16 14:38:33 jb 1.5.24.1: #109668# Rename oor:node -> oor:component-data
Diffstat (limited to 'officecfg/registry/component-schema.xsd')
-rw-r--r-- | officecfg/registry/component-schema.xsd | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/officecfg/registry/component-schema.xsd b/officecfg/registry/component-schema.xsd index 8d69dd206393..cc3c18a16c3d 100644 --- a/officecfg/registry/component-schema.xsd +++ b/officecfg/registry/component-schema.xsd @@ -21,15 +21,14 @@ If a non-optional (nillable = 'false') has no default value (given in the compon explicitly specified for each user.</xs:documentation> </xs:annotation> </xs:attribute> -<xs:redefine schemaLocation="component-types.xsd"> - <xs:complexType name="prop"> - <xs:annotation> + <xs:complexType name="prop"> + <xs:annotation> <xs:documentation>redefines the property type by adding documentation and type constraint elements.</xs:documentation> - </xs:annotation> - <xs:complexContent> - <xs:extension base="oor:prop"> - <xs:sequence> + </xs:annotation> + <xs:complexContent> + <xs:extension base="oor:basic-prop"> + <xs:sequence> <xs:element name="info" type="oor:info" minOccurs="0"/> <xs:element name="constraints" minOccurs="0"> <xs:complexType> @@ -46,25 +45,24 @@ explicitly specified for each user.</xs:documentation> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="value" type="oor:value" nillable="true" minOccurs="0"/> - </xs:sequence> - <xs:attribute ref="oor:localized"/> - <xs:attribute ref="oor:nillable"/> - <xs:attribute ref="oor:type" use="required"/> - </xs:extension> - </xs:complexContent> - </xs:complexType> - </xs:redefine> + <xs:element name="value" type="oor:value" minOccurs="0"/> + </xs:sequence> + <xs:attribute ref="oor:localized"/> + <xs:attribute ref="oor:nillable"/> + <xs:attribute ref="oor:type" use="required"/> + </xs:extension> + </xs:complexContent> + </xs:complexType> <xs:complexType name="group"> <xs:annotation> <xs:documentation>type definition for group nodes</xs:documentation> </xs:annotation> <xs:complexContent> - <xs:extension base="oor:node"> + <xs:extension base="oor:basic-node"> <xs:sequence> <xs:element name="info" type="oor:info" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> - <xs:element name="prop" type="oor:prop" nillable="true"/> + <xs:element name="prop" type="oor:prop" /> <xs:element name="group" type="oor:group"/> <xs:element name="set" type="oor:set"/> <xs:element name="node-ref" type="oor:node-ref"/> @@ -79,7 +77,7 @@ explicitly specified for each user.</xs:documentation> <xs:documentation>type definition for set nodes</xs:documentation> </xs:annotation> <xs:complexContent> - <xs:extension base="oor:node"> + <xs:extension base="oor:basic-node"> <xs:sequence> <xs:element name="info" type="oor:info" minOccurs="0"/> <xs:element name="item" minOccurs="0" maxOccurs="unbounded"> |