summaryrefslogtreecommitdiff
path: root/xmloff/dtd/meta.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-23 11:39:22 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-23 11:39:22 +0000
commitc7306ba644312b617c52b75a9818a362a52a5c4c (patch)
tree5f178b175bafd60a04f0ae54d545c86207f723e0 /xmloff/dtd/meta.mod
parent49fb691f157337cf88162cff4cd05b71d1212df5 (diff)
#80624#: Finish StarOffice-API and XML filter for I18N attributes
Diffstat (limited to 'xmloff/dtd/meta.mod')
-rw-r--r--xmloff/dtd/meta.mod19
1 files changed, 10 insertions, 9 deletions
diff --git a/xmloff/dtd/meta.mod b/xmloff/dtd/meta.mod
index d1e84c570d93..9ddbfa486158 100644
--- a/xmloff/dtd/meta.mod
+++ b/xmloff/dtd/meta.mod
@@ -1,5 +1,5 @@
<!--
- $Id: meta.mod,v 1.2 2000-11-23 11:01:53 sab Exp $
+ $Id: meta.mod,v 1.3 2000-11-23 12:39:22 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -106,12 +106,13 @@
<!ELEMENT meta:document-statistic EMPTY>
<!ATTLIST meta:document-statistic meta:page-count %positiveInteger; #IMPLIED
- meta:table-count %positiveInteger; #IMPLIED
- meta:draw-count %positiveInteger; #IMPLIED
- meta:ole-object-count %positiveInteger; #IMPLIED
- meta:paragraph-count %positiveInteger; #IMPLIED
- meta:word-count %positiveInteger; #IMPLIED
- meta:character-count %positiveInteger; #IMPLIED
- meta:row-count %positiveInteger; #IMPLIED
- meta:cell-count %positiveInteger; #IMPLIED
+ meta:table-count %nonNegativeInteger; #IMPLIED
+ meta:draw-count %nonNegativeInteger; #IMPLIED
+ meta:image-count %nonNegativeInteger; #IMPLIED
+ meta:ole-object-count %nonNegativeInteger; #IMPLIED
+ meta:paragraph-count %nonNegativeInteger; #IMPLIED
+ meta:word-count %nonNegativeInteger; #IMPLIED
+ meta:character-count %nonNegativeInteger; #IMPLIED
+ meta:row-count %nonNegativeInteger; #IMPLIED
+ meta:cell-count %nonNegativeInteger; #IMPLIED
meta:object-count %positiveInteger; #IMPLIED>