source: osm/applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/oofficeDTDs/office.dtd@ 28000

Last change on this file since 28000 was 28000, checked in by donvip, 12 years ago

Import new "opendata" JOSM plugin

File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 $Id: office.dtd,v 1.7 2002/02/28 14:42:15 dvo Exp $
4
5 The Contents of this file are made available subject to the terms of
6 either of the following licenses
7
8 - GNU Lesser General Public License Version 2.1
9 - Sun Industry Standards Source License Version 1.1
10
11 Sun Microsystems Inc., October, 2000
12
13 GNU Lesser General Public License Version 2.1
14 =============================================
15 Copyright 2000 by Sun Microsystems, Inc.
16 901 San Antonio Road, Palo Alto, CA 94303, USA
17
18 This library is free software; you can redistribute it and/or
19 modify it under the terms of the GNU Lesser General Public
20 License version 2.1, as published by the Free Software Foundation.
21
22 This library is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25 Lesser General Public License for more details.
26
27 You should have received a copy of the GNU Lesser General Public
28 License along with this library; if not, write to the Free Software
29 Foundation, Inc., 59 Temple Place, Suite 330, Boston,
30 MA 02111-1307 USA
31
32
33 Sun Industry Standards Source License Version 1.1
34 =================================================
35 The contents of this file are subject to the Sun Industry Standards
36 Source License Version 1.1 (the "License"); You may not use this file
37 except in compliance with the License. You may obtain a copy of the
38 License at http://www.openoffice.org/license.html.
39
40 Software provided under this License is provided on an "AS IS" basis,
41 WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
42 WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
43 MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
44 See the License for the specific provisions governing your rights and
45 obligations concerning the Software.
46
47 The Initial Developer of the Original Code is: Sun Microsystems, Inc.
48
49 Copyright: 2000 by Sun Microsystems, Inc.
50
51 All Rights Reserved.
52
53 Contributor(s): _______________________________________
54
55-->
56
57<!ENTITY % dtypes-mod SYSTEM "dtypes.mod">
58%dtypes-mod;
59<!ENTITY % nmspace-mod SYSTEM "nmspace.mod">
60%nmspace-mod;
61<!ENTITY % defs-mod SYSTEM "defs.mod">
62%defs-mod;
63<!ENTITY % office-mod SYSTEM "office.mod">
64%office-mod;
65<!ENTITY % style-mod SYSTEM "style.mod">
66%style-mod;
67<!ENTITY % meta-mod SYSTEM "meta.mod">
68%meta-mod;
69<!ENTITY % script-mod SYSTEM "script.mod">
70%script-mod;
71<!ENTITY % drawing-mod SYSTEM "drawing.mod">
72%drawing-mod;
73<!ENTITY % text-mod SYSTEM "text.mod">
74%text-mod;
75<!ENTITY % table-mod SYSTEM "table.mod">
76%table-mod;
77<!ENTITY % chart-mod SYSTEM "chart.mod">
78%chart-mod;
79<!ENTITY % datastyl-mod SYSTEM "datastyl.mod">
80%datastyl-mod;
81<!ENTITY % form-mod SYSTEM "form.mod">
82%form-mod;
83<!ENTITY % settings-mod SYSTEM "settings.mod">
84%settings-mod;
Note: See TracBrowser for help on using the repository browser.