1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: Embedding.xcs,v $
13 * This file is part of OpenOffice.org.
15 * OpenOffice.org is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU Lesser General Public License version 3
17 * only, as published by the Free Software Foundation.
19 * OpenOffice.org is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU Lesser General Public License version 3 for more details
23 * (a copy is included in the LICENSE file that accompanied this code).
25 * You should have received a copy of the GNU Lesser General Public License
26 * version 3 along with OpenOffice.org. If not, see
27 * <http://www.openoffice.org/license.html>
28 * for a copy of the LGPLv3 License.
30 ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM
"../../../../component-schema.dtd">
32 <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">
35 <desc>Contains embedding related information, such as the list of available for embedding objects.
</desc>
38 <group oor:
name=
"Object">
41 <desc>Describes an embedded object.
</desc>
43 <!--The default must be written by the setup.-->
44 <prop oor:
name=
"ObjectFactory" oor:
type=
"xs:string">
45 <!-- UIHints: setup -->
47 <desc>Specifies the service name of the object's factory.
</desc>
50 <prop oor:
name=
"ObjectDocumentServiceName" oor:
type=
"xs:string">
51 <!-- UIHints: setup -->
53 <desc>Optional entry that specifies the service name of the document that is used by the object.
</desc>
56 <prop oor:
name=
"ObjectMiscStatus" oor:
type=
"xs:long">
57 <!-- UIHints: setup -->
59 <desc>Specifies the miscellaneous properties of the object.
</desc>
62 <prop oor:
name=
"ObjectVerbs" oor:
type=
"oor:string-list">
63 <!-- UIHints: setup -->
65 <desc>Specifies the list of verbs supported by the object.
</desc>
68 <prop oor:
name=
"ObjectDocumentFilterName" oor:
type=
"xs:string">
69 <!-- UIHints: setup -->
71 <desc>Optional entry that specifies the filter name that is used by the object.
</desc>
75 <group oor:
name=
"Verb">
78 <desc>Describes possible verbs that can be supported by an embedded object.
</desc>
80 <prop oor:
name=
"VerbUIName" oor:
localized=
"true" oor:
type=
"xs:string">
81 <!-- UIHints: setup -->
83 <desc>Specifies the localized name of the verb that can be shown in the UI.
</desc>
86 <prop oor:
name=
"VerbID" oor:
type=
"xs:int">
87 <!-- UIHints: setup -->
89 <desc>Specifies the unique ID for the verb.
</desc>
92 <prop oor:
name=
"VerbFlags" oor:
type=
"xs:int">
93 <!-- UIHints: setup -->
95 <desc>Specifies the flags of the verb that can control verb's representation in UI.
</desc>
98 <prop oor:
name=
"VerbAttributes" oor:
type=
"xs:int">
99 <!-- UIHints: setup -->
101 <desc>Specifies the attributes of the verb.
</desc>
105 <group oor:
name=
"ObjectName">
108 <desc>Provides object name that appeares in UI.
</desc>
110 <prop oor:
name=
"ObjectUIName" oor:
localized=
"true" oor:
type=
"xs:string">
111 <!-- UIHints: setup -->
113 <desc>Specifies the localized name of the object that can be shown in the UI.
</desc>
116 <prop oor:
name=
"ClassID" oor:
type=
"xs:string">
117 <!-- UIHints: setup -->
119 <desc>Class ID of the object.
</desc>
125 <set oor:
name=
"Objects" oor:
node-type=
"Object">
128 <desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.
</desc>
131 <set oor:
name=
"Verbs" oor:
node-type=
"Verb">
134 <desc>Contains possible verbs for embedded objects.
</desc>
137 <group oor:
name=
"MimeTypeClassIDRelations" oor:
extensible=
"true">
140 <desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.
</desc>
143 <group oor:
name=
"UserFactories" oor:
extensible=
"true">
146 <desc>List of additional factories that can be used to create embedded object.
</desc>
149 <set oor:
name=
"ObjectNames" oor:
node-type=
"ObjectName">
152 <desc>List of object names to be used in GUI and ClassIDs.
</desc>
156 </oor:component-schema>