meta.mod 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. <!ELEMENT meta:generator (%cString;)>
  19. <!ELEMENT dc:title (%cString;)>
  20. <!ELEMENT dc:description (%cString;)>
  21. <!ELEMENT dc:subject (%cString;)>
  22. <!ELEMENT meta:keywords (meta:keyword)*>
  23. <!ELEMENT meta:keyword (%cString;)>
  24. <!ELEMENT meta:initial-creator (%cString;)>
  25. <!ELEMENT dc:creator (%cString;)>
  26. <!ELEMENT meta:printed-by (%cString;)>
  27. <!ELEMENT meta:creation-date (%cTimeInstance;)>
  28. <!ELEMENT dc:date (%cTimeInstance;)>
  29. <!ELEMENT meta:print-date (%cTimeInstance;)>
  30. <!ELEMENT meta:template EMPTY>
  31. <!ATTLIST meta:template xlink:type (simple) #FIXED "simple">
  32. <!ATTLIST meta:template xlink:actuate (onRequest) "onRequest">
  33. <!ATTLIST meta:template xlink:href %uriReference; #REQUIRED>
  34. <!ATTLIST meta:template xlink:title %string; #IMPLIED>
  35. <!ATTLIST meta:template meta:date %timeInstance; #IMPLIED>
  36. <!ELEMENT meta:auto-reload EMPTY>
  37. <!ATTLIST meta:auto-reload xlink:type (simple) #IMPLIED>
  38. <!ATTLIST meta:auto-reload xlink:show (replace) #IMPLIED>
  39. <!ATTLIST meta:auto-reload xlink:actuate (onLoad) #IMPLIED>
  40. <!ATTLIST meta:auto-reload xlink:href %uriReference; #IMPLIED>
  41. <!ATTLIST meta:auto-reload meta:delay %timeDuration; "P0S">
  42. <!ELEMENT meta:hyperlink-behaviour EMPTY>
  43. <!ATTLIST meta:hyperlink-behaviour office:target-frame-name %targetFrameName; #IMPLIED>
  44. <!ATTLIST meta:hyperlink-behaviour xlink:show (new|replace) #IMPLIED>
  45. <!ELEMENT dc:language (%cLanguage;)>
  46. <!ELEMENT meta:editing-cycles (%cPositiveInteger;)>
  47. <!ELEMENT meta:editing-duration (%cTimeDuration;)>
  48. <!ELEMENT meta:user-defined (%cString;)>
  49. <!ATTLIST meta:user-defined meta:name %string; #REQUIRED>
  50. <!ELEMENT meta:document-statistic EMPTY>
  51. <!ATTLIST meta:document-statistic meta:page-count %positiveInteger; #IMPLIED
  52. meta:table-count %nonNegativeInteger; #IMPLIED
  53. meta:draw-count %nonNegativeInteger; #IMPLIED
  54. meta:image-count %nonNegativeInteger; #IMPLIED
  55. meta:ole-object-count %nonNegativeInteger; #IMPLIED
  56. meta:paragraph-count %nonNegativeInteger; #IMPLIED
  57. meta:word-count %nonNegativeInteger; #IMPLIED
  58. meta:character-count %nonNegativeInteger; #IMPLIED
  59. meta:row-count %nonNegativeInteger; #IMPLIED
  60. meta:cell-count %nonNegativeInteger; #IMPLIED
  61. meta:object-count %positiveInteger; #IMPLIED>