1<!--***********************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 ***********************************************************-->
21
22
23
24
25<!ELEMENT meta:generator (%cString;)>
26
27<!ELEMENT dc:title (%cString;)>
28
29<!ELEMENT dc:description (%cString;)>
30
31<!ELEMENT dc:subject (%cString;)>
32
33<!ELEMENT meta:keywords (meta:keyword)*>
34<!ELEMENT meta:keyword (%cString;)>
35
36<!ELEMENT meta:initial-creator (%cString;)>
37
38<!ELEMENT dc:creator (%cString;)>
39
40<!ELEMENT meta:printed-by (%cString;)>
41
42<!ELEMENT meta:creation-date (%cTimeInstance;)>
43
44<!ELEMENT dc:date (%cTimeInstance;)>
45
46<!ELEMENT meta:print-date (%cTimeInstance;)>
47
48<!ELEMENT meta:template EMPTY>
49<!ATTLIST meta:template xlink:type (simple) #FIXED "simple">
50<!ATTLIST meta:template xlink:actuate (onRequest) "onRequest">
51<!ATTLIST meta:template xlink:href %uriReference; #REQUIRED>
52<!ATTLIST meta:template xlink:title %string; #IMPLIED>
53<!ATTLIST meta:template meta:date %timeInstance; #IMPLIED>
54
55<!ELEMENT meta:auto-reload EMPTY>
56<!ATTLIST meta:auto-reload xlink:type (simple) #IMPLIED>
57<!ATTLIST meta:auto-reload xlink:show (replace) #IMPLIED>
58<!ATTLIST meta:auto-reload xlink:actuate (onLoad) #IMPLIED>
59<!ATTLIST meta:auto-reload xlink:href %uriReference; #IMPLIED>
60<!ATTLIST meta:auto-reload meta:delay %timeDuration; "P0S">
61
62<!ELEMENT meta:hyperlink-behaviour EMPTY>
63<!ATTLIST meta:hyperlink-behaviour office:target-frame-name %targetFrameName; #IMPLIED>
64<!ATTLIST meta:hyperlink-behaviour xlink:show (new|replace) #IMPLIED>
65
66<!ELEMENT dc:language (%cLanguage;)>
67
68<!ELEMENT meta:editing-cycles (%cPositiveInteger;)>
69
70<!ELEMENT meta:editing-duration (%cTimeDuration;)>
71
72<!ELEMENT meta:user-defined (%cString;)>
73<!ATTLIST meta:user-defined meta:name %string; #REQUIRED>
74
75<!ELEMENT meta:document-statistic EMPTY>
76<!ATTLIST meta:document-statistic meta:page-count %positiveInteger; #IMPLIED
77	meta:table-count %nonNegativeInteger; #IMPLIED
78	meta:draw-count %nonNegativeInteger; #IMPLIED
79	meta:image-count %nonNegativeInteger; #IMPLIED
80	meta:ole-object-count %nonNegativeInteger; #IMPLIED
81	meta:paragraph-count %nonNegativeInteger; #IMPLIED
82	meta:word-count %nonNegativeInteger; #IMPLIED
83	meta:character-count %nonNegativeInteger; #IMPLIED
84	meta:row-count %nonNegativeInteger; #IMPLIED
85	meta:cell-count %nonNegativeInteger; #IMPLIED
86	meta:object-count %positiveInteger; #IMPLIED>
87