xref: /aoo4110/main/xmloff/dtd/defs.mod (revision b1cdbd2c)
1<!--***********************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 ***********************************************************-->
21
22
23
24<!-- This module should contain entities intended for content definitions
25     in several other modules. Putting all of them here should remove
26     (some) order dependencies of the other module files
27-->
28
29
30<!-- text marks for tracking changes; usually used inside of paragraphs -->
31<!ENTITY % change-marks "text:change | text:change-start | text:change-end">
32
33<!-- (optional) text declarations; used before the first paragraph -->
34<!ENTITY % text-decls "text:variable-decls?, text:sequence-decls?,
35					   text:user-field-decls?, text:dde-connection-decls?,
36					   text:alphabetical-index-auto-mark-file?" >
37
38<!-- define the types of text which may occur inside of sections -->
39<!ENTITY % sectionText "(text:h|text:p|text:ordered-list|
40						text:unordered-list|table:table|text:section|
41						text:table-of-content|text:illustration-index|
42						text:table-index|text:object-index|text:user-index|
43						text:alphabetical-index|text:bibliography|
44						text:index-title|%change-marks;)*">
45
46<!ENTITY % headerText "(%text-decls;, (text:h|text:p|text:ordered-list|
47						text:unordered-list|table:table|text:section|
48						text:table-of-content|text:illustration-index|
49						text:table-index|text:object-index|text:user-index|
50						text:alphabetical-index|text:bibliography|
51						text:index-title|%change-marks;)* )">
52
53