Update ooo320-m1
[ooovba.git] / xmloff / dtd / defs.mod
blob7909d5c9db349658f03e388b1c2a1204e82dd5b3
1 <!--
3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 Copyright 2008 by Sun Microsystems, Inc.
7 OpenOffice.org - a multi-platform office productivity suite
9 $RCSfile: defs.mod,v $
11 $Revision: 1.4 $
13 This file is part of OpenOffice.org.
15 OpenOffice.org is free software: you can redistribute it and/or modify
16 it under the terms of the GNU Lesser General Public License version 3
17 only, as published by the Free Software Foundation.
19 OpenOffice.org is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU Lesser General Public License version 3 for more details
23 (a copy is included in the LICENSE file that accompanied this code).
25 You should have received a copy of the GNU Lesser General Public License
26 version 3 along with OpenOffice.org. If not, see
27 <http://www.openoffice.org/license.html>
28 for a copy of the LGPLv3 License.
30 -->
32 <!-- This module should contain entities intended for content definitions
33 in several other modules. Putting all of them here should remove
34 (some) order dependencies of the other module files
35 -->
38 <!-- text marks for tracking changes; usually used inside of paragraphs -->
39 <!ENTITY % change-marks "text:change | text:change-start | text:change-end">
41 <!-- (optional) text declarations; used before the first paragraph -->
42 <!ENTITY % text-decls "text:variable-decls?, text:sequence-decls?,
43 text:user-field-decls?, text:dde-connection-decls?,
44 text:alphabetical-index-auto-mark-file?" >
46 <!-- define the types of text which may occur inside of sections -->
47 <!ENTITY % sectionText "(text:h|text:p|text:ordered-list|
48 text:unordered-list|table:table|text:section|
49 text:table-of-content|text:illustration-index|
50 text:table-index|text:object-index|text:user-index|
51 text:alphabetical-index|text:bibliography|
52 text:index-title|%change-marks;)*">
54 <!ENTITY % headerText "(%text-decls;, (text:h|text:p|text:ordered-list|
55 text:unordered-list|table:table|text:section|
56 text:table-of-content|text:illustration-index|
57 text:table-index|text:object-index|text:user-index|
58 text:alphabetical-index|text:bibliography|
59 text:index-title|%change-marks;)* )">