defs.mod 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!--
  2. * This file is part of the LibreOffice project.
  3. *
  4. * This Source Code Form is subject to the terms of the Mozilla Public
  5. * License, v. 2.0. If a copy of the MPL was not distributed with this
  6. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  7. *
  8. * This file incorporates work covered by the following license notice:
  9. *
  10. * Licensed to the Apache Software Foundation (ASF) under one or more
  11. * contributor license agreements. See the NOTICE file distributed
  12. * with this work for additional information regarding copyright
  13. * ownership. The ASF licenses this file to you under the Apache
  14. * License, Version 2.0 (the "License"); you may not use this file
  15. * except in compliance with the License. You may obtain a copy of
  16. * the License at http://www.apache.org/licenses/LICENSE-2.0 .
  17. -->
  18. <!-- This module should contain entities intended for content definitions
  19. in several other modules. Putting all of them here should remove
  20. (some) order dependencies of the other module files
  21. -->
  22. <!-- text marks for tracking changes; usually used inside of paragraphs -->
  23. <!ENTITY % change-marks "text:change | text:change-start | text:change-end">
  24. <!-- (optional) text declarations; used before the first paragraph -->
  25. <!ENTITY % text-decls "text:variable-decls?, text:sequence-decls?,
  26. text:user-field-decls?, text:dde-connection-decls?,
  27. text:alphabetical-index-auto-mark-file?" >
  28. <!-- define the types of text which may occur inside of sections -->
  29. <!ENTITY % sectionText "(text:h|text:p|text:ordered-list|
  30. text:unordered-list|table:table|text:section|
  31. text:table-of-content|text:illustration-index|
  32. text:table-index|text:object-index|text:user-index|
  33. text:alphabetical-index|text:bibliography|
  34. text:index-title|%change-marks;)*">
  35. <!ENTITY % headerText "(%text-decls;, (text:h|text:p|text:ordered-list|
  36. text:unordered-list|table:table|text:section|
  37. text:table-of-content|text:illustration-index|
  38. text:table-index|text:object-index|text:user-index|
  39. text:alphabetical-index|text:bibliography|
  40. text:index-title|%change-marks;)* )">