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