Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / Histories.xcs
blob7b496838a1c6c2d9e6986869f93bcd75c9b258e5
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--***********************************************************************
4 * OpenOffice.org - a multi-platform office productivity suite
6 * $RCSfile: Histories.xcs,v $
8 * $Revision: 1.1.4.2 $
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,
33 * MA 02111-1307 USA
35 ************************************************************************ -->
36 <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
37 <oor:component-schema oor:package="org.openoffice.Office"
38 oor:name="Histories"
39 xml:lang="en-US"
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">
44 <info>
45 <desc>Contains Picklist, URL-History and Help-Bookmarks data.</desc>
46 </info>
48 <templates>
50 <group oor:name="HistoryItem">
51 <info>
52 <desc>Describe an history item in it's details. Use URL as node name.</desc>
53 </info>
54 <prop oor:name="Filter" oor:type="xs:string">
55 <info>
56 <desc>Specifies the filter name that was chosen to load the document.</desc>
57 </info>
58 </prop>
59 <prop oor:name="Title" oor:type="xs:string">
60 <info>
61 <desc>Indicates the title of the URL that is displayed on the user-interface.</desc>
62 </info>
63 </prop>
64 <prop oor:name="Password" oor:type="xs:string">
65 <info>
66 <desc>Contains an encoded password used to open the document.</desc>
67 </info>
68 </prop>
69 </group>
71 <group oor:name="HistoryOrder">
72 <info>
73 <desc>Map an ordered number to all existing history items.</desc>
74 </info>
75 <prop oor:name="HistoryItemRef" oor:type="xs:string">
76 <info>
77 <desc>Reference to an item of the orginal history list.</desc>
78 </info>
79 </prop>
80 </group>
82 <group oor:name="HistoryInfo">
83 <info>
84 <desc>Combines item and order list to a complete history description.</desc>
85 </info>
86 <set oor:name="ItemList" oor:node-type="HistoryItem">
87 <info>
88 <desc>Contains all items identified by it's URL.</desc>
89 </info>
90 </set>
91 <set oor:name="OrderList" oor:node-type="HistoryOrder">
92 <info>
93 <desc>Bring an order to all items of set ItemList.</desc>
94 </info>
95 </set>
96 </group>
98 </templates>
100 <component>
102 <set oor:name="Histories" oor:node-type="HistoryInfo">
103 <info>
104 <desc>Contains all histories of OOo. Can be extended easy to know any history you like.</desc>
105 </info>
106 </set>
108 </component>
109 </oor:component-schema>