xref: /AOO42X/main/officecfg/registry/schema/org/openoffice/Interaction.xcs (revision 68ac8b31bc812c11b4c5da521242536d7c024a16)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*7c4a4786SAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*7c4a4786SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*7c4a4786SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*7c4a4786SAndrew Rist * distributed with this work for additional information
7*7c4a4786SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*7c4a4786SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*7c4a4786SAndrew Rist * "License"); you may not use this file except in compliance
10*7c4a4786SAndrew Rist * with the License.  You may obtain a copy of the License at
11cdf0e10cSrcweir *
12*7c4a4786SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13cdf0e10cSrcweir *
14*7c4a4786SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*7c4a4786SAndrew Rist * software distributed under the License is distributed on an
16*7c4a4786SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*7c4a4786SAndrew Rist * KIND, either express or implied.  See the License for the
18*7c4a4786SAndrew Rist * specific language governing permissions and limitations
19*7c4a4786SAndrew Rist * under the License.
20cdf0e10cSrcweir *
21*7c4a4786SAndrew Rist ***********************************************************-->
22cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
23cdf0e10cSrcweir<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="Interaction" oor:package="org.openoffice" xml:lang="en-US">
24cdf0e10cSrcweir  <info>
25cdf0e10cSrcweir    <author>Frank Schönheit</author>
26cdf0e10cSrcweir    <desc>contains configuration related to the interaction system of OpenOffice.org.</desc>
27cdf0e10cSrcweir  </info>
28cdf0e10cSrcweir  <templates>
29cdf0e10cSrcweir    <group oor:name="RequestTypeResponsibility">
30cdf0e10cSrcweir      <info>
31cdf0e10cSrcweir        <desc>describes the responsibility for a single interaction request type.</desc>
32cdf0e10cSrcweir      </info>
33cdf0e10cSrcweir      <prop oor:name="Propagation" oor:type="xs:string">
34cdf0e10cSrcweir        <info>
35cdf0e10cSrcweir          <desc>describes how the responsibility for this particular request type propagates through the
36cdf0e10cSrcweir          type hierarchy.</desc>
37cdf0e10cSrcweir        </info>
38cdf0e10cSrcweir        <constraints>
39cdf0e10cSrcweir          <enumeration oor:value="named-only">
40cdf0e10cSrcweir            <info>
41cdf0e10cSrcweir              <desc>specifies that the interaction handler is responsible only for this particular type.</desc>
42cdf0e10cSrcweir            </info>
43cdf0e10cSrcweir          </enumeration>
44cdf0e10cSrcweir          <enumeration oor:value="named-and-derived">
45cdf0e10cSrcweir            <info>
46cdf0e10cSrcweir              <desc>
47cdf0e10cSrcweir                specifies that the interaction handler is responsible not only for this particular type,
48cdf0e10cSrcweir                but also for all derived types.
49cdf0e10cSrcweir              </desc>
50cdf0e10cSrcweir            </info>
51cdf0e10cSrcweir          </enumeration>
52cdf0e10cSrcweir        </constraints>
53cdf0e10cSrcweir      </prop>
54cdf0e10cSrcweir    </group>
55cdf0e10cSrcweir    <group oor:name="InteractionHandlerImplementation">
56cdf0e10cSrcweir      <info>
57cdf0e10cSrcweir        <desc>contains information about a concrete interaction handler implementation.</desc>
58cdf0e10cSrcweir      </info>
59cdf0e10cSrcweir      <set oor:name="HandledRequestTypes" oor:node-type="RequestTypeResponsibility">
60cdf0e10cSrcweir        <info>
61cdf0e10cSrcweir          <desc>specifies the types which the interaction handler implementation is responsible for. The node names
62cdf0e10cSrcweir          of this set are interpreted as names in the UNO type system, this way specifying the request types
63cdf0e10cSrcweir          which should be delegated to the given interaction handler.</desc>
64cdf0e10cSrcweir        </info>
65cdf0e10cSrcweir      </set>
66cdf0e10cSrcweir      <prop oor:name="ServiceName" oor:type="xs:string">
67cdf0e10cSrcweir        <info>
68cdf0e10cSrcweir          <desc>contains the name to be used to create an instance of the interaction handler implementation.</desc>
69cdf0e10cSrcweir        </info>
70cdf0e10cSrcweir      </prop>
71cdf0e10cSrcweir    </group>
72cdf0e10cSrcweir  </templates>
73cdf0e10cSrcweir  <component>
74cdf0e10cSrcweir    <set oor:name="InteractionHandlers" oor:node-type="InteractionHandlerImplementation">
75cdf0e10cSrcweir      <info>
76cdf0e10cSrcweir        <desc>collects information about registered interaction handlers.</desc>
77cdf0e10cSrcweir      </info>
78cdf0e10cSrcweir    </set>
79cdf0e10cSrcweir  </component>
80cdf0e10cSrcweir</oor:component-schema>
81