xref: /AOO41X/main/officecfg/registry/schema/org/openoffice/Office/Views.xcs (revision 7fced07d81ddd58a9127ac30c53ab3c9be54a5f2)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*7fced07dSAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*7fced07dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*7fced07dSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*7fced07dSAndrew Rist * distributed with this work for additional information
7*7fced07dSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*7fced07dSAndrew Rist * to you under the Apache License, Version 2.0 (the
9*7fced07dSAndrew Rist * "License"); you may not use this file except in compliance
10*7fced07dSAndrew Rist * with the License.  You may obtain a copy of the License at
11cdf0e10cSrcweir *
12*7fced07dSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13cdf0e10cSrcweir *
14*7fced07dSAndrew Rist * Unless required by applicable law or agreed to in writing,
15*7fced07dSAndrew Rist * software distributed under the License is distributed on an
16*7fced07dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*7fced07dSAndrew Rist * KIND, either express or implied.  See the License for the
18*7fced07dSAndrew Rist * specific language governing permissions and limitations
19*7fced07dSAndrew Rist * under the License.
20cdf0e10cSrcweir *
21*7fced07dSAndrew Rist ***********************************************************-->
22*7fced07dSAndrew Rist
23*7fced07dSAndrew 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="Views" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
26cdf0e10cSrcweir        <author>AS</author>
27cdf0e10cSrcweir        <desc >Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
28cdf0e10cSrcweir    </info>
29cdf0e10cSrcweir    <templates>
30cdf0e10cSrcweir        <group oor:name="DialogType">
31cdf0e10cSrcweir            <info>
32cdf0e10cSrcweir                <desc>Contains the persistent data for a general office dialog.</desc>
33cdf0e10cSrcweir            </info>
34cdf0e10cSrcweir            <prop oor:name="WindowState" oor:type="xs:string">
35cdf0e10cSrcweir                <info>
36cdf0e10cSrcweir                    <desc>Includes information (position,size, and states) about the used vcl window.</desc>
37cdf0e10cSrcweir                </info>
38cdf0e10cSrcweir            </prop>
39cdf0e10cSrcweir            <group oor:name="UserData" oor:extensible="true">
40cdf0e10cSrcweir                <info>
41cdf0e10cSrcweir                    <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>
42cdf0e10cSrcweir                </info>
43cdf0e10cSrcweir            </group>
44cdf0e10cSrcweir        </group>
45cdf0e10cSrcweir        <group oor:name="TabDialogType">
46cdf0e10cSrcweir            <info>
47cdf0e10cSrcweir                <desc>Contains the persistent data for a special tab dialog.</desc>
48cdf0e10cSrcweir            </info>
49cdf0e10cSrcweir            <prop oor:name="WindowState" oor:type="xs:string">
50cdf0e10cSrcweir                <info>
51cdf0e10cSrcweir                    <desc>Includes information (position,size, and states) about the used vcl window.</desc>
52cdf0e10cSrcweir                </info>
53cdf0e10cSrcweir            </prop>
54cdf0e10cSrcweir            <prop oor:name="PageID" oor:type="xs:int">
55cdf0e10cSrcweir                <info>
56cdf0e10cSrcweir                    <desc>Represents the number of an active tab page inside a dialog.</desc>
57cdf0e10cSrcweir                </info>
58cdf0e10cSrcweir            </prop>
59cdf0e10cSrcweir            <group oor:name="UserData" oor:extensible="true">
60cdf0e10cSrcweir                <info>
61cdf0e10cSrcweir                    <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>
62cdf0e10cSrcweir                </info>
63cdf0e10cSrcweir            </group>
64cdf0e10cSrcweir        </group>
65cdf0e10cSrcweir        <group oor:name="TabPageType">
66cdf0e10cSrcweir            <info>
67cdf0e10cSrcweir                <desc>Contains the persistent data for a tab page.</desc>
68cdf0e10cSrcweir            </info>
69cdf0e10cSrcweir            <prop oor:name="WindowState" oor:type="xs:string">
70cdf0e10cSrcweir                <info>
71cdf0e10cSrcweir                    <desc>Includes information (position,size, and states) about the used vcl window.</desc>
72cdf0e10cSrcweir                </info>
73cdf0e10cSrcweir            </prop>
74cdf0e10cSrcweir            <group oor:name="UserData" oor:extensible="true">
75cdf0e10cSrcweir                <info>
76cdf0e10cSrcweir                    <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>
77cdf0e10cSrcweir                </info>
78cdf0e10cSrcweir            </group>
79cdf0e10cSrcweir        </group>
80cdf0e10cSrcweir        <group oor:name="WindowType">
81cdf0e10cSrcweir            <info>
82cdf0e10cSrcweir                <desc>Contains the persistent data for a general office window.</desc>
83cdf0e10cSrcweir            </info>
84cdf0e10cSrcweir            <prop oor:name="WindowState" oor:type="xs:string">
85cdf0e10cSrcweir                <info>
86cdf0e10cSrcweir                    <desc>Includes information (position,size, and states) about the used vcl window.</desc>
87cdf0e10cSrcweir                </info>
88cdf0e10cSrcweir            </prop>
89cdf0e10cSrcweir            <prop oor:name="Visible" oor:type="xs:boolean">
90cdf0e10cSrcweir                <info>
91cdf0e10cSrcweir                    <desc>Makes window visible.</desc>
92cdf0e10cSrcweir                </info>
93cdf0e10cSrcweir            </prop>
94cdf0e10cSrcweir            <group oor:name="UserData" oor:extensible="true">
95cdf0e10cSrcweir                <info>
96cdf0e10cSrcweir                    <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>
97cdf0e10cSrcweir                </info>
98cdf0e10cSrcweir            </group>
99cdf0e10cSrcweir        </group>
100cdf0e10cSrcweir    </templates>
101cdf0e10cSrcweir    <component>
102cdf0e10cSrcweir        <set oor:name="Dialogs" oor:node-type="DialogType">
103cdf0e10cSrcweir            <info>
104cdf0e10cSrcweir                <desc>Lists persistent dialog states.</desc>
105cdf0e10cSrcweir            </info>
106cdf0e10cSrcweir        </set>
107cdf0e10cSrcweir        <set oor:name="TabDialogs" oor:node-type="TabDialogType">
108cdf0e10cSrcweir            <info>
109cdf0e10cSrcweir                <desc>Lists persistent tab dialog states.</desc>
110cdf0e10cSrcweir            </info>
111cdf0e10cSrcweir        </set>
112cdf0e10cSrcweir        <set oor:name="TabPages" oor:node-type="TabPageType">
113cdf0e10cSrcweir            <info>
114cdf0e10cSrcweir                <desc>Lists persistent tab page states.</desc>
115cdf0e10cSrcweir            </info>
116cdf0e10cSrcweir        </set>
117cdf0e10cSrcweir        <set oor:name="Windows" oor:node-type="WindowType">
118cdf0e10cSrcweir            <info>
119cdf0e10cSrcweir                <desc>Lists persistent window states.</desc>
120cdf0e10cSrcweir            </info>
121cdf0e10cSrcweir        </set>
122cdf0e10cSrcweir    </component>
123cdf0e10cSrcweir</oor:component-schema>
124cdf0e10cSrcweir
125cdf0e10cSrcweir
126cdf0e10cSrcweir
127cdf0e10cSrcweir
128cdf0e10cSrcweir
129cdf0e10cSrcweir
130cdf0e10cSrcweir
131cdf0e10cSrcweir
132