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: Views.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=
"Views" oor:
package=
"org.openoffice.Office" xml:
lang=
"en-US"> <info>
34 <desc >Contains persistent information about opened dialogs, windows, tab pages, and so on.
</desc>
37 <group oor:
name=
"DialogType">
39 <desc>Contains the persistent data for a general office dialog.
</desc>
41 <prop oor:
name=
"WindowState" oor:
type=
"xs:string">
43 <desc>Includes information (position,size, and states) about the used vcl window.
</desc>
46 <group oor:
name=
"UserData" oor:
extensible=
"true">
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>
52 <group oor:
name=
"TabDialogType">
54 <desc>Contains the persistent data for a special tab dialog.
</desc>
56 <prop oor:
name=
"WindowState" oor:
type=
"xs:string">
58 <desc>Includes information (position,size, and states) about the used vcl window.
</desc>
61 <prop oor:
name=
"PageID" oor:
type=
"xs:int">
63 <desc>Represents the number of an active tab page inside a dialog.
</desc>
66 <group oor:
name=
"UserData" oor:
extensible=
"true">
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>
72 <group oor:
name=
"TabPageType">
74 <desc>Contains the persistent data for a tab page.
</desc>
76 <prop oor:
name=
"WindowState" oor:
type=
"xs:string">
78 <desc>Includes information (position,size, and states) about the used vcl window.
</desc>
81 <group oor:
name=
"UserData" oor:
extensible=
"true">
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>
87 <group oor:
name=
"WindowType">
89 <desc>Contains the persistent data for a general office window.
</desc>
91 <prop oor:
name=
"WindowState" oor:
type=
"xs:string">
93 <desc>Includes information (position,size, and states) about the used vcl window.
</desc>
96 <prop oor:
name=
"Visible" oor:
type=
"xs:boolean">
98 <desc>Makes window visible.
</desc>
101 <group oor:
name=
"UserData" oor:
extensible=
"true">
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>
109 <set oor:
name=
"Dialogs" oor:
node-type=
"DialogType">
111 <desc>Lists persistent dialog states.
</desc>
114 <set oor:
name=
"TabDialogs" oor:
node-type=
"TabDialogType">
116 <desc>Lists persistent tab dialog states.
</desc>
119 <set oor:
name=
"TabPages" oor:
node-type=
"TabPageType">
121 <desc>Lists persistent tab page states.
</desc>
124 <set oor:
name=
"Windows" oor:
node-type=
"WindowType">
126 <desc>Lists persistent window states.
</desc>
130 </oor:component-schema>