add a SwFrameDeleteGuard to SwSaveFootnoteHeight
[LibreOffice.git] / xmloff / dtd / meta.mod
blobf8503ef573144bda4a6b2a8108bc8e7e1e08eead
1 <!--
2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 -->
19 <!ELEMENT meta:generator (%cString;)>
21 <!ELEMENT dc:title (%cString;)>
23 <!ELEMENT dc:description (%cString;)>
25 <!ELEMENT dc:subject (%cString;)>
27 <!ELEMENT meta:keywords (meta:keyword)*>
28 <!ELEMENT meta:keyword (%cString;)>
30 <!ELEMENT meta:initial-creator (%cString;)>
32 <!ELEMENT dc:creator (%cString;)>
34 <!ELEMENT meta:printed-by (%cString;)>
36 <!ELEMENT meta:creation-date (%cTimeInstance;)>
38 <!ELEMENT dc:date (%cTimeInstance;)>
40 <!ELEMENT meta:print-date (%cTimeInstance;)>
42 <!ELEMENT meta:template EMPTY>
43 <!ATTLIST meta:template xlink:type (simple) #FIXED "simple">
44 <!ATTLIST meta:template xlink:actuate (onRequest) "onRequest">
45 <!ATTLIST meta:template xlink:href %uriReference; #REQUIRED>
46 <!ATTLIST meta:template xlink:title %string; #IMPLIED>
47 <!ATTLIST meta:template meta:date %timeInstance; #IMPLIED>
49 <!ELEMENT meta:auto-reload EMPTY>
50 <!ATTLIST meta:auto-reload xlink:type (simple) #IMPLIED>
51 <!ATTLIST meta:auto-reload xlink:show (replace) #IMPLIED>
52 <!ATTLIST meta:auto-reload xlink:actuate (onLoad) #IMPLIED>
53 <!ATTLIST meta:auto-reload xlink:href %uriReference; #IMPLIED>
54 <!ATTLIST meta:auto-reload meta:delay %timeDuration; "P0S">
56 <!ELEMENT meta:hyperlink-behaviour EMPTY>
57 <!ATTLIST meta:hyperlink-behaviour office:target-frame-name %targetFrameName; #IMPLIED>
58 <!ATTLIST meta:hyperlink-behaviour xlink:show (new|replace) #IMPLIED>
60 <!ELEMENT dc:language (%cLanguage;)>
62 <!ELEMENT meta:editing-cycles (%cPositiveInteger;)>
64 <!ELEMENT meta:editing-duration (%cTimeDuration;)>
66 <!ELEMENT meta:user-defined (%cString;)>
67 <!ATTLIST meta:user-defined meta:name %string; #REQUIRED>
69 <!ELEMENT meta:document-statistic EMPTY>
70 <!ATTLIST meta:document-statistic meta:page-count %positiveInteger; #IMPLIED
71 meta:table-count %nonNegativeInteger; #IMPLIED
72 meta:draw-count %nonNegativeInteger; #IMPLIED
73 meta:image-count %nonNegativeInteger; #IMPLIED
74 meta:ole-object-count %nonNegativeInteger; #IMPLIED
75 meta:paragraph-count %nonNegativeInteger; #IMPLIED
76 meta:word-count %nonNegativeInteger; #IMPLIED
77 meta:character-count %nonNegativeInteger; #IMPLIED
78 meta:row-count %nonNegativeInteger; #IMPLIED
79 meta:cell-count %nonNegativeInteger; #IMPLIED
80 meta:object-count %positiveInteger; #IMPLIED>