Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / Views.xcs
blob9f0904903a201e0dae5bbc9c7633fbc159c58745
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 *
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: Views.xcs,v $
11 * $Revision: 1.15 $
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="Views" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
33 <author>AS</author>
34 <desc >Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
35 </info>
36 <templates>
37 <group oor:name="DialogType">
38 <info>
39 <desc>Contains the persistent data for a general office dialog.</desc>
40 </info>
41 <prop oor:name="WindowState" oor:type="xs:string">
42 <info>
43 <desc>Includes information (position,size, and states) about the used vcl window.</desc>
44 </info>
45 </prop>
46 <group oor:name="UserData" oor:extensible="true">
47 <info>
48 <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
49 </info>
50 </group>
51 </group>
52 <group oor:name="TabDialogType">
53 <info>
54 <desc>Contains the persistent data for a special tab dialog.</desc>
55 </info>
56 <prop oor:name="WindowState" oor:type="xs:string">
57 <info>
58 <desc>Includes information (position,size, and states) about the used vcl window.</desc>
59 </info>
60 </prop>
61 <prop oor:name="PageID" oor:type="xs:int">
62 <info>
63 <desc>Represents the number of an active tab page inside a dialog.</desc>
64 </info>
65 </prop>
66 <group oor:name="UserData" oor:extensible="true">
67 <info>
68 <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
69 </info>
70 </group>
71 </group>
72 <group oor:name="TabPageType">
73 <info>
74 <desc>Contains the persistent data for a tab page.</desc>
75 </info>
76 <prop oor:name="WindowState" oor:type="xs:string">
77 <info>
78 <desc>Includes information (position,size, and states) about the used vcl window.</desc>
79 </info>
80 </prop>
81 <group oor:name="UserData" oor:extensible="true">
82 <info>
83 <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
84 </info>
85 </group>
86 </group>
87 <group oor:name="WindowType">
88 <info>
89 <desc>Contains the persistent data for a general office window.</desc>
90 </info>
91 <prop oor:name="WindowState" oor:type="xs:string">
92 <info>
93 <desc>Includes information (position,size, and states) about the used vcl window.</desc>
94 </info>
95 </prop>
96 <prop oor:name="Visible" oor:type="xs:boolean">
97 <info>
98 <desc>Makes window visible.</desc>
99 </info>
100 </prop>
101 <group oor:name="UserData" oor:extensible="true">
102 <info>
103 <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
104 </info>
105 </group>
106 </group>
107 </templates>
108 <component>
109 <set oor:name="Dialogs" oor:node-type="DialogType">
110 <info>
111 <desc>Lists persistent dialog states.</desc>
112 </info>
113 </set>
114 <set oor:name="TabDialogs" oor:node-type="TabDialogType">
115 <info>
116 <desc>Lists persistent tab dialog states.</desc>
117 </info>
118 </set>
119 <set oor:name="TabPages" oor:node-type="TabPageType">
120 <info>
121 <desc>Lists persistent tab page states.</desc>
122 </info>
123 </set>
124 <set oor:name="Windows" oor:node-type="WindowType">
125 <info>
126 <desc>Lists persistent window states.</desc>
127 </info>
128 </set>
129 </component>
130 </oor:component-schema>