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