blob: 752aeddca5b8171e9b116b669a5d9ba3d7769092 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
***********************************************************-->
<!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="Controller" oor:package="org.openoffice.Office.UI" xml:lang="en-US"> <info>
<author>CD</author>
<desc >Contains implementation of popup menu controllers.</desc>
</info>
<templates>
<group oor:name="ControllerType">
<info>
<desc>Describes a controller implementation.</desc>
</info>
<prop oor:name="Command" oor:type="xs:string">
<info>
<desc>Specifies the command name which the controller is bound to.</desc>
</info>
</prop>
<prop oor:name="Module" oor:type="xs:string">
<info>
<desc>Specifies the model that the controller is associated with. An empty string matches every module.</desc>
</info>
</prop>
<prop oor:name="Controller" oor:type="xs:string">
<info>
<desc>Specifies the UNO service to use for the specified tuple Command and Module</desc>
</info>
</prop>
<prop oor:name="Value" oor:type="xs:string">
<info>
<desc>Specifies a controller specific value which is provided to every controller instance during initialization.</desc>
</info>
<value/>
</prop>
</group>
</templates>
<component>
<group oor:name="Registered">
<info>
<desc>Contains all registered controllers for user interface elements.</desc>
</info>
<set oor:name="PopupMenu" oor:node-type="ControllerType">
<info>
<desc>Contains UNO component implementation names that implement popup menu controller which are bound to a command and module name.</desc>
</info>
</set>
<set oor:name="ToolBar" oor:node-type="ControllerType">
<info>
<desc>Contains UNO component implementation names that implement toolbar controller which are bound to a command and module name.</desc>
</info>
</set>
<set oor:name="StatusBar" oor:node-type="ControllerType">
<info>
<desc>Contains UNO component implementation names that implement status bar controller which are bound to a command and module name.</desc>
</info>
</set>
</group>
</component>
</oor:component-schema>