1 <?xml version='
1.0' encoding='UTF-
8'
?>
2 <!--***********************************************************************
4 * OpenOffice.org - a multi-platform office productivity suite
6 * $RCSfile: Histories.xcs,v $
10 * last change: $Author: as $ $Date: 2008/03/20 09:22:37 $
12 * The Contents of this file are made available subject to
13 * the terms of GNU Lesser General Public License Version 2.1.
16 * GNU Lesser General Public License Version 2.1
17 * =============================================
18 * Copyright 2005 by Sun Microsystems, Inc.
19 * 901 San Antonio Road, Palo Alto, CA 94303, USA
21 * This library is free software; you can redistribute it and/or
22 * modify it under the terms of the GNU Lesser General Public
23 * License version 2.1, as published by the Free Software Foundation.
25 * This library is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
35 ************************************************************************ -->
36 <!DOCTYPE oor:component-data SYSTEM
"../../../../component-update.dtd">
37 <oor:component-schema oor:
package=
"org.openoffice.Office"
40 xmlns:
oor=
"http://openoffice.org/2001/registry"
41 xmlns:
xs=
"http://www.w3.org/2001/XMLSchema"
42 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance">
45 <desc>Contains Picklist, URL-History and Help-Bookmarks data.
</desc>
50 <group oor:
name=
"HistoryItem">
52 <desc>Describe an history item in it's details. Use URL as node name.
</desc>
54 <prop oor:
name=
"Filter" oor:
type=
"xs:string">
56 <desc>Specifies the filter name that was chosen to load the document.
</desc>
59 <prop oor:
name=
"Title" oor:
type=
"xs:string">
61 <desc>Indicates the title of the URL that is displayed on the user-interface.
</desc>
64 <prop oor:
name=
"Password" oor:
type=
"xs:string">
66 <desc>Contains an encoded password used to open the document.
</desc>
71 <group oor:
name=
"HistoryOrder">
73 <desc>Map an ordered number to all existing history items.
</desc>
75 <prop oor:
name=
"HistoryItemRef" oor:
type=
"xs:string">
77 <desc>Reference to an item of the orginal history list.
</desc>
82 <group oor:
name=
"HistoryInfo">
84 <desc>Combines item and order list to a complete history description.
</desc>
86 <set oor:
name=
"ItemList" oor:
node-type=
"HistoryItem">
88 <desc>Contains all items identified by it's URL.
</desc>
91 <set oor:
name=
"OrderList" oor:
node-type=
"HistoryOrder">
93 <desc>Bring an order to all items of set ItemList.
</desc>
102 <set oor:
name=
"Histories" oor:
node-type=
"HistoryInfo">
104 <desc>Contains all histories of OOo. Can be extended easy to know any history you like.
</desc>
109 </oor:component-schema>