Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / xmloff / dtd / office.dtd
blobe056d57e5525cbae11f375c5d79f8de7aa2d76de
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
20 <!-- This DTD and the entities it includes are for the
21 XML document format produced by OpenOffice.org 1.x.
23 This DTD is for reference from the XML prolog of documents
24 in that OpenOffice.org 1.x format. It can be used for the
25 DTD validation of those XML documents.
27 This DTD is not applicable to ODF documents. ODF support
28 began in OpenOffice.org 2.x releases. ODF XML documents
29 have Relax NG Schemas.
30 -->
32 <!ENTITY % dtypes-mod SYSTEM "dtypes.mod">
33 %dtypes-mod;
34 <!ENTITY % nmspace-mod SYSTEM "nmspace.mod">
35 %nmspace-mod;
36 <!ENTITY % defs-mod SYSTEM "defs.mod">
37 %defs-mod;
38 <!ENTITY % office-mod SYSTEM "office.mod">
39 %office-mod;
40 <!ENTITY % style-mod SYSTEM "style.mod">
41 %style-mod;
42 <!ENTITY % meta-mod SYSTEM "meta.mod">
43 %meta-mod;
44 <!ENTITY % script-mod SYSTEM "script.mod">
45 %script-mod;
46 <!ENTITY % drawing-mod SYSTEM "drawing.mod">
47 %drawing-mod;
48 <!ENTITY % text-mod SYSTEM "text.mod">
49 %text-mod;
50 <!ENTITY % table-mod SYSTEM "table.mod">
51 %table-mod;
52 <!ENTITY % chart-mod SYSTEM "chart.mod">
53 %chart-mod;
54 <!ENTITY % datastyl-mod SYSTEM "datastyl.mod">
55 %datastyl-mod;
56 <!ENTITY % form-mod SYSTEM "form.mod">
57 %form-mod;
58 <!ENTITY % settings-mod SYSTEM "settings.mod">
59 %settings-mod;