office.dtd 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * This file is part of the LibreOffice project.
  4. *
  5. * This Source Code Form is subject to the terms of the Mozilla Public
  6. * License, v. 2.0. If a copy of the MPL was not distributed with this
  7. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  8. *
  9. * This file incorporates work covered by the following license notice:
  10. *
  11. * Licensed to the Apache Software Foundation (ASF) under one or more
  12. * contributor license agreements. See the NOTICE file distributed
  13. * with this work for additional information regarding copyright
  14. * ownership. The ASF licenses this file to you under the Apache
  15. * License, Version 2.0 (the "License"); you may not use this file
  16. * except in compliance with the License. You may obtain a copy of
  17. * the License at http://www.apache.org/licenses/LICENSE-2.0 .
  18. -->
  19. <!-- This DTD and the entities it includes are for the
  20. XML document format produced by OpenOffice.org 1.x.
  21. This DTD is for reference from the XML prolog of documents
  22. in that OpenOffice.org 1.x format. It can be used for the
  23. DTD validation of those XML documents.
  24. This DTD is not applicable to ODF documents. ODF support
  25. began in OpenOffice.org 2.x releases. ODF XML documents
  26. have Relax NG Schemas.
  27. -->
  28. <!ENTITY % dtypes-mod SYSTEM "dtypes.mod">
  29. %dtypes-mod;
  30. <!ENTITY % nmspace-mod SYSTEM "nmspace.mod">
  31. %nmspace-mod;
  32. <!ENTITY % defs-mod SYSTEM "defs.mod">
  33. %defs-mod;
  34. <!ENTITY % office-mod SYSTEM "office.mod">
  35. %office-mod;
  36. <!ENTITY % style-mod SYSTEM "style.mod">
  37. %style-mod;
  38. <!ENTITY % meta-mod SYSTEM "meta.mod">
  39. %meta-mod;
  40. <!ENTITY % script-mod SYSTEM "script.mod">
  41. %script-mod;
  42. <!ENTITY % drawing-mod SYSTEM "drawing.mod">
  43. %drawing-mod;
  44. <!ENTITY % text-mod SYSTEM "text.mod">
  45. %text-mod;
  46. <!ENTITY % table-mod SYSTEM "table.mod">
  47. %table-mod;
  48. <!ENTITY % chart-mod SYSTEM "chart.mod">
  49. %chart-mod;
  50. <!ENTITY % datastyl-mod SYSTEM "datastyl.mod">
  51. %datastyl-mod;
  52. <!ENTITY % form-mod SYSTEM "form.mod">
  53. %form-mod;
  54. <!ENTITY % settings-mod SYSTEM "settings.mod">
  55. %settings-mod;