1<?xml version='1.0' encoding='UTF-8'?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24<!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd"> 25<oor:component-schema oor:name="Effects" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 26 <info> 27 <author>CD</author> 28 <desc>Contains strings to localize animation effects.</desc> 29 </info> 30 <templates> 31 <group oor:name="LabelType"> 32 <info> 33 <desc>Provides a mapping between effect preset ids and their textual representation on the user interface.</desc> 34 </info> 35 <prop oor:name="Label" oor:type="xs:string" oor:localized="true"> 36 <info> 37 <desc>A localized text that describes the animation effect.</desc> 38 </info> 39 </prop> 40 </group> 41 <group oor:name="PresetCategory"> 42 <info> 43 <desc>Maps a custom animation effect node to an effect category.</desc> 44 </info> 45 <prop oor:name="Label" oor:type="xs:string" oor:localized="true"> 46 <info> 47 <desc>A localized text that names the preset category.</desc> 48 </info> 49 </prop> 50 <prop oor:name="Effects" oor:type="oor:string-list" oor:localized="false"> 51 <info> 52 <desc>A list of custom effect node names</desc> 53 </info> 54 </prop> 55 </group> 56 </templates> 57 <component> 58 <group oor:name="UserInterface"> 59 <info> 60 <desc>Contains user interface data for Office commands and identifiers that are used by the user interface."</desc> 61 </info> 62 <set oor:name="Effects" oor:node-type="LabelType"> 63 <info> 64 <desc>Contains preset ids for effects and identifiers that are used by the user interface."</desc> 65 </info> 66 </set> 67 <set oor:name="Transitions" oor:node-type="LabelType"> 68 <info> 69 <desc>Contains transition ids for transitions and identifiers that are used by the user interface."</desc> 70 </info> 71 </set> 72 <set oor:name="Properties" oor:node-type="LabelType"> 73 <info> 74 <desc>Contains preset ids for effect properties and identifiers that are used by the user interface."</desc> 75 </info> 76 </set> 77 </group> 78 <group oor:name="Presets"> 79 <info> 80 <desc>Contains user interface presets for custom animation effects."</desc> 81 </info> 82 <set oor:name="Entrance" oor:node-type="PresetCategory"> 83 <info> 84 <desc>Contains the categories for entrance effects."</desc> 85 </info> 86 </set> 87 <set oor:name="Emphasis" oor:node-type="PresetCategory"> 88 <info> 89 <desc>Contains the categories for emphasis effects."</desc> 90 </info> 91 </set> 92 <set oor:name="Exit" oor:node-type="PresetCategory"> 93 <info> 94 <desc>Contains the categories for exit effects."</desc> 95 </info> 96 </set> 97 <set oor:name="MotionPaths" oor:node-type="PresetCategory"> 98 <info> 99 <desc>Contains the categories for motion path effects."</desc> 100 </info> 101 </set> 102 <set oor:name="Misc" oor:node-type="PresetCategory"> 103 <info> 104 <desc>Contains all the categories that don't fit anywhere else."</desc> 105 </info> 106 </set> 107 </group> 108 </component> 109</oor:component-schema> 110 111