Bump for 3.6-28
[LibreOffice.git] / xmloff / dtd / meta.mod
blob1ea845bcb02d55ff9e4af6b84c88b2c0820a0dd8
1 <!--
3 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 Copyright 2000, 2010 Oracle and/or its affiliates.
7 OpenOffice.org - a multi-platform office productivity suite
9 This file is part of OpenOffice.org.
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.
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).
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.
26 -->
29 <!ELEMENT meta:generator (%cString;)>
31 <!ELEMENT dc:title (%cString;)>
33 <!ELEMENT dc:description (%cString;)>
35 <!ELEMENT dc:subject (%cString;)>
37 <!ELEMENT meta:keywords (meta:keyword)*>
38 <!ELEMENT meta:keyword (%cString;)>
40 <!ELEMENT meta:initial-creator (%cString;)>
42 <!ELEMENT dc:creator (%cString;)>
44 <!ELEMENT meta:printed-by (%cString;)>
46 <!ELEMENT meta:creation-date (%cTimeInstance;)>
48 <!ELEMENT dc:date (%cTimeInstance;)>
50 <!ELEMENT meta:print-date (%cTimeInstance;)>
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>
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">
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>
70 <!ELEMENT dc:language (%cLanguage;)>
72 <!ELEMENT meta:editing-cycles (%cPositiveInteger;)>
74 <!ELEMENT meta:editing-duration (%cTimeDuration;)>
76 <!ELEMENT meta:user-defined (%cString;)>
77 <!ATTLIST meta:user-defined meta:name %string; #REQUIRED>
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>