xref: /aoo42x/main/xmloff/dtd/office.dtd (revision 35b7eebc)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2dde34420SAndrew Rist<!--***********************************************************
3*35b7eebcSDennis E. Hamilton *
4dde34420SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5dde34420SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6dde34420SAndrew Rist * distributed with this work for additional information
7dde34420SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8dde34420SAndrew Rist * to you under the Apache License, Version 2.0 (the
9dde34420SAndrew Rist * "License"); you may not use this file except in compliance
10dde34420SAndrew Rist * with the License.  You may obtain a copy of the License at
11*35b7eebcSDennis E. Hamilton *
12dde34420SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*35b7eebcSDennis E. Hamilton *
14dde34420SAndrew Rist * Unless required by applicable law or agreed to in writing,
15dde34420SAndrew Rist * software distributed under the License is distributed on an
16dde34420SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17dde34420SAndrew Rist * KIND, either express or implied.  See the License for the
18dde34420SAndrew Rist * specific language governing permissions and limitations
19dde34420SAndrew Rist * under the License.
20*35b7eebcSDennis E. Hamilton *
21dde34420SAndrew Rist ***********************************************************-->
22cdf0e10cSrcweir
23*35b7eebcSDennis E. Hamilton<!-- This DTD and the entities it includes are for the
24*35b7eebcSDennis E. Hamilton     XML document format produced by OpenOffice.org 1.x.
25cdf0e10cSrcweir
26*35b7eebcSDennis E. Hamilton     This DTD is for reference from the XML prolog of documents
27*35b7eebcSDennis E. Hamilton     in that OpenOffice.org 1.x format.  It can be used for the
28*35b7eebcSDennis E. Hamilton     DTD validation of those XML documents.
29*35b7eebcSDennis E. Hamilton
30*35b7eebcSDennis E. Hamilton     This DTD is not applicable to ODF documents.  ODF support
31*35b7eebcSDennis E. Hamilton     began in OpenOffice.org 2.x releases.  ODF XML documents
32*35b7eebcSDennis E. Hamilton     have Relax NG Schemas.
33*35b7eebcSDennis E. Hamilton     -->
34cdf0e10cSrcweir
35cdf0e10cSrcweir<!ENTITY % dtypes-mod SYSTEM "dtypes.mod">
36cdf0e10cSrcweir%dtypes-mod;
37cdf0e10cSrcweir<!ENTITY % nmspace-mod SYSTEM "nmspace.mod">
38cdf0e10cSrcweir%nmspace-mod;
39cdf0e10cSrcweir<!ENTITY % defs-mod SYSTEM "defs.mod">
40cdf0e10cSrcweir%defs-mod;
41cdf0e10cSrcweir<!ENTITY % office-mod SYSTEM "office.mod">
42cdf0e10cSrcweir%office-mod;
43cdf0e10cSrcweir<!ENTITY % style-mod SYSTEM "style.mod">
44cdf0e10cSrcweir%style-mod;
45cdf0e10cSrcweir<!ENTITY % meta-mod SYSTEM "meta.mod">
46cdf0e10cSrcweir%meta-mod;
47cdf0e10cSrcweir<!ENTITY % script-mod SYSTEM "script.mod">
48cdf0e10cSrcweir%script-mod;
49cdf0e10cSrcweir<!ENTITY % drawing-mod SYSTEM "drawing.mod">
50cdf0e10cSrcweir%drawing-mod;
51cdf0e10cSrcweir<!ENTITY % text-mod SYSTEM "text.mod">
52cdf0e10cSrcweir%text-mod;
53cdf0e10cSrcweir<!ENTITY % table-mod SYSTEM "table.mod">
54cdf0e10cSrcweir%table-mod;
55cdf0e10cSrcweir<!ENTITY % chart-mod SYSTEM "chart.mod">
56cdf0e10cSrcweir%chart-mod;
57cdf0e10cSrcweir<!ENTITY % datastyl-mod SYSTEM "datastyl.mod">
58cdf0e10cSrcweir%datastyl-mod;
59cdf0e10cSrcweir<!ENTITY % form-mod SYSTEM "form.mod">
60cdf0e10cSrcweir%form-mod;
61cdf0e10cSrcweir<!ENTITY % settings-mod SYSTEM "settings.mod">
62cdf0e10cSrcweir%settings-mod;
63