1<!-- 2 3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 5 Copyright 2000, 2010 Oracle and/or its affiliates. 6 7 OpenOffice.org - a multi-platform office productivity suite 8 9 This file is part of OpenOffice.org. 10 11 OpenOffice.org is free software: you can redistribute it and/or modify 12 it under the terms of the GNU Lesser General Public License version 3 13 only, as published by the Free Software Foundation. 14 15 OpenOffice.org is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU Lesser General Public License version 3 for more details 19 (a copy is included in the LICENSE file that accompanied this code). 20 21 You should have received a copy of the GNU Lesser General Public License 22 version 3 along with OpenOffice.org. If not, see 23 <http://www.openoffice.org/license.html> 24 for a copy of the LGPLv3 License. 25 26--> 27 28 29<!ELEMENT meta:generator (%cString;)> 30 31<!ELEMENT dc:title (%cString;)> 32 33<!ELEMENT dc:description (%cString;)> 34 35<!ELEMENT dc:subject (%cString;)> 36 37<!ELEMENT meta:keywords (meta:keyword)*> 38<!ELEMENT meta:keyword (%cString;)> 39 40<!ELEMENT meta:initial-creator (%cString;)> 41 42<!ELEMENT dc:creator (%cString;)> 43 44<!ELEMENT meta:printed-by (%cString;)> 45 46<!ELEMENT meta:creation-date (%cTimeInstance;)> 47 48<!ELEMENT dc:date (%cTimeInstance;)> 49 50<!ELEMENT meta:print-date (%cTimeInstance;)> 51 52<!ELEMENT meta:template EMPTY> 53<!ATTLIST meta:template xlink:type (simple) #FIXED "simple"> 54<!ATTLIST meta:template xlink:actuate (onRequest) "onRequest"> 55<!ATTLIST meta:template xlink:href %uriReference; #REQUIRED> 56<!ATTLIST meta:template xlink:title %string; #IMPLIED> 57<!ATTLIST meta:template meta:date %timeInstance; #IMPLIED> 58 59<!ELEMENT meta:auto-reload EMPTY> 60<!ATTLIST meta:auto-reload xlink:type (simple) #IMPLIED> 61<!ATTLIST meta:auto-reload xlink:show (replace) #IMPLIED> 62<!ATTLIST meta:auto-reload xlink:actuate (onLoad) #IMPLIED> 63<!ATTLIST meta:auto-reload xlink:href %uriReference; #IMPLIED> 64<!ATTLIST meta:auto-reload meta:delay %timeDuration; "P0S"> 65 66<!ELEMENT meta:hyperlink-behaviour EMPTY> 67<!ATTLIST meta:hyperlink-behaviour office:target-frame-name %targetFrameName; #IMPLIED> 68<!ATTLIST meta:hyperlink-behaviour xlink:show (new|replace) #IMPLIED> 69 70<!ELEMENT dc:language (%cLanguage;)> 71 72<!ELEMENT meta:editing-cycles (%cPositiveInteger;)> 73 74<!ELEMENT meta:editing-duration (%cTimeDuration;)> 75 76<!ELEMENT meta:user-defined (%cString;)> 77<!ATTLIST meta:user-defined meta:name %string; #REQUIRED> 78 79<!ELEMENT meta:document-statistic EMPTY> 80<!ATTLIST meta:document-statistic meta:page-count %positiveInteger; #IMPLIED 81 meta:table-count %nonNegativeInteger; #IMPLIED 82 meta:draw-count %nonNegativeInteger; #IMPLIED 83 meta:image-count %nonNegativeInteger; #IMPLIED 84 meta:ole-object-count %nonNegativeInteger; #IMPLIED 85 meta:paragraph-count %nonNegativeInteger; #IMPLIED 86 meta:word-count %nonNegativeInteger; #IMPLIED 87 meta:character-count %nonNegativeInteger; #IMPLIED 88 meta:row-count %nonNegativeInteger; #IMPLIED 89 meta:cell-count %nonNegativeInteger; #IMPLIED 90 meta:object-count %positiveInteger; #IMPLIED> 91