1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2d435a3beSAndrew Rist<!--*********************************************************** 3cdf0e10cSrcweir * 4d435a3beSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5d435a3beSAndrew Rist * or more contributor license agreements. See the NOTICE file 6d435a3beSAndrew Rist * distributed with this work for additional information 7d435a3beSAndrew Rist * regarding copyright ownership. The ASF licenses this file 8d435a3beSAndrew Rist * to you under the Apache License, Version 2.0 (the 9d435a3beSAndrew Rist * "License"); you may not use this file except in compliance 10d435a3beSAndrew Rist * with the License. You may obtain a copy of the License at 11cdf0e10cSrcweir * 12d435a3beSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13cdf0e10cSrcweir * 14d435a3beSAndrew Rist * Unless required by applicable law or agreed to in writing, 15d435a3beSAndrew Rist * software distributed under the License is distributed on an 16d435a3beSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17d435a3beSAndrew Rist * KIND, either express or implied. See the License for the 18d435a3beSAndrew Rist * specific language governing permissions and limitations 19d435a3beSAndrew Rist * under the License. 20cdf0e10cSrcweir * 21d435a3beSAndrew Rist ***********************************************************--> 22d435a3beSAndrew Rist 23d435a3beSAndrew Rist 24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 25cdf0e10cSrcweir<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="Embedding" oor:package="org.openoffice.Office" xml:lang="en-US"> 26cdf0e10cSrcweir <info> 27cdf0e10cSrcweir <author>MAV</author> 28cdf0e10cSrcweir <desc>Contains embedding related information, such as the list of available for embedding objects.</desc> 29cdf0e10cSrcweir </info> 30cdf0e10cSrcweir <templates> 31cdf0e10cSrcweir <group oor:name="Object"> 32cdf0e10cSrcweir <info> 33cdf0e10cSrcweir <author>MAV</author> 34cdf0e10cSrcweir <desc>Describes an embedded object.</desc> 35cdf0e10cSrcweir </info> 36cdf0e10cSrcweir <!--The default must be written by the setup.--> 37cdf0e10cSrcweir <prop oor:name="ObjectFactory" oor:type="xs:string"> 38cdf0e10cSrcweir <!-- UIHints: setup --> 39cdf0e10cSrcweir <info> 40cdf0e10cSrcweir <desc>Specifies the service name of the object's factory.</desc> 41cdf0e10cSrcweir </info> 42cdf0e10cSrcweir </prop> 43cdf0e10cSrcweir <prop oor:name="ObjectDocumentServiceName" oor:type="xs:string"> 44cdf0e10cSrcweir <!-- UIHints: setup --> 45cdf0e10cSrcweir <info> 46cdf0e10cSrcweir <desc>Optional entry that specifies the service name of the document that is used by the object.</desc> 47cdf0e10cSrcweir </info> 48cdf0e10cSrcweir </prop> 49cdf0e10cSrcweir <prop oor:name="ObjectMiscStatus" oor:type="xs:long"> 50cdf0e10cSrcweir <!-- UIHints: setup --> 51cdf0e10cSrcweir <info> 52cdf0e10cSrcweir <desc>Specifies the miscellaneous properties of the object.</desc> 53cdf0e10cSrcweir </info> 54cdf0e10cSrcweir </prop> 55cdf0e10cSrcweir <prop oor:name="ObjectVerbs" oor:type="oor:string-list"> 56cdf0e10cSrcweir <!-- UIHints: setup --> 57cdf0e10cSrcweir <info> 58cdf0e10cSrcweir <desc>Specifies the list of verbs supported by the object.</desc> 59cdf0e10cSrcweir </info> 60cdf0e10cSrcweir </prop> 61cdf0e10cSrcweir <prop oor:name="ObjectDocumentFilterName" oor:type="xs:string"> 62cdf0e10cSrcweir <!-- UIHints: setup --> 63cdf0e10cSrcweir <info> 64cdf0e10cSrcweir <desc>Optional entry that specifies the filter name that is used by the object.</desc> 65cdf0e10cSrcweir </info> 66cdf0e10cSrcweir </prop> 67cdf0e10cSrcweir </group> 68cdf0e10cSrcweir <group oor:name="Verb"> 69cdf0e10cSrcweir <info> 70cdf0e10cSrcweir <author>MAV</author> 71cdf0e10cSrcweir <desc>Describes possible verbs that can be supported by an embedded object.</desc> 72cdf0e10cSrcweir </info> 73cdf0e10cSrcweir <prop oor:name="VerbUIName" oor:localized="true" oor:type="xs:string"> 74cdf0e10cSrcweir <!-- UIHints: setup --> 75cdf0e10cSrcweir <info> 76cdf0e10cSrcweir <desc>Specifies the localized name of the verb that can be shown in the UI.</desc> 77cdf0e10cSrcweir </info> 78cdf0e10cSrcweir </prop> 79cdf0e10cSrcweir <prop oor:name="VerbID" oor:type="xs:int"> 80cdf0e10cSrcweir <!-- UIHints: setup --> 81cdf0e10cSrcweir <info> 82cdf0e10cSrcweir <desc>Specifies the unique ID for the verb.</desc> 83cdf0e10cSrcweir </info> 84cdf0e10cSrcweir </prop> 85cdf0e10cSrcweir <prop oor:name="VerbFlags" oor:type="xs:int"> 86cdf0e10cSrcweir <!-- UIHints: setup --> 87cdf0e10cSrcweir <info> 88cdf0e10cSrcweir <desc>Specifies the flags of the verb that can control verb's representation in UI.</desc> 89cdf0e10cSrcweir </info> 90cdf0e10cSrcweir </prop> 91cdf0e10cSrcweir <prop oor:name="VerbAttributes" oor:type="xs:int"> 92cdf0e10cSrcweir <!-- UIHints: setup --> 93cdf0e10cSrcweir <info> 94cdf0e10cSrcweir <desc>Specifies the attributes of the verb.</desc> 95cdf0e10cSrcweir </info> 96cdf0e10cSrcweir </prop> 97cdf0e10cSrcweir </group> 98cdf0e10cSrcweir <group oor:name="ObjectName"> 99cdf0e10cSrcweir <info> 100cdf0e10cSrcweir <author>MAV</author> 101cdf0e10cSrcweir <desc>Provides object name that appeares in UI.</desc> 102cdf0e10cSrcweir </info> 103cdf0e10cSrcweir <prop oor:name="ObjectUIName" oor:localized="true" oor:type="xs:string"> 104cdf0e10cSrcweir <!-- UIHints: setup --> 105cdf0e10cSrcweir <info> 106cdf0e10cSrcweir <desc>Specifies the localized name of the object that can be shown in the UI.</desc> 107cdf0e10cSrcweir </info> 108cdf0e10cSrcweir </prop> 109cdf0e10cSrcweir <prop oor:name="ClassID" oor:type="xs:string"> 110cdf0e10cSrcweir <!-- UIHints: setup --> 111cdf0e10cSrcweir <info> 112cdf0e10cSrcweir <desc>Class ID of the object.</desc> 113cdf0e10cSrcweir </info> 114cdf0e10cSrcweir </prop> 115cdf0e10cSrcweir </group> 116cdf0e10cSrcweir </templates> 117cdf0e10cSrcweir <component> 118cdf0e10cSrcweir <set oor:name="Objects" oor:node-type="Object"> 119cdf0e10cSrcweir <info> 120cdf0e10cSrcweir <author>MAV</author> 121cdf0e10cSrcweir <desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc> 122cdf0e10cSrcweir </info> 123cdf0e10cSrcweir </set> 124cdf0e10cSrcweir <set oor:name="Verbs" oor:node-type="Verb"> 125cdf0e10cSrcweir <info> 126cdf0e10cSrcweir <author>MAV</author> 127cdf0e10cSrcweir <desc>Contains possible verbs for embedded objects.</desc> 128cdf0e10cSrcweir </info> 129cdf0e10cSrcweir </set> 130cdf0e10cSrcweir <group oor:name="MimeTypeClassIDRelations" oor:extensible="true"> 131cdf0e10cSrcweir <info> 132cdf0e10cSrcweir <author>MAV</author> 133*a893be29SPedro Giffuni <desc>Contains conversion table from MimeType to ClassID. MimeType is used as a name for entry.</desc> 134cdf0e10cSrcweir </info> 135cdf0e10cSrcweir </group> 136cdf0e10cSrcweir <group oor:name="UserFactories" oor:extensible="true"> 137cdf0e10cSrcweir <info> 138cdf0e10cSrcweir <author>MAV</author> 139cdf0e10cSrcweir <desc>List of additional factories that can be used to create embedded object.</desc> 140cdf0e10cSrcweir </info> 141cdf0e10cSrcweir </group> 142cdf0e10cSrcweir <set oor:name="ObjectNames" oor:node-type="ObjectName"> 143cdf0e10cSrcweir <info> 144cdf0e10cSrcweir <author>MAV</author> 145cdf0e10cSrcweir <desc>List of object names to be used in GUI and ClassIDs.</desc> 146cdf0e10cSrcweir </info> 147cdf0e10cSrcweir </set> 148cdf0e10cSrcweir </component> 149cdf0e10cSrcweir</oor:component-schema> 150