summaryrefslogtreecommitdiff
path: root/xmloff/dtd/office.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-01-15 16:17:24 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-01-15 16:17:24 +0000
commit4552d57fd9078f9bc7b704f66c17b4cc105e88c6 (patch)
tree34111cd2bd69a2a61b7caf2b45f0194ef4dec1ac /xmloff/dtd/office.mod
parent8dc8989289f867751dd9e2c248fe8fc8e4054184 (diff)
- added: text:script text field
- fixed: office:annotation moved from table.mod to office.mod, changed attributes - added: office:annotation text field
Diffstat (limited to 'xmloff/dtd/office.mod')
-rw-r--r--xmloff/dtd/office.mod10
1 files changed, 9 insertions, 1 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod
index 0c3c5624e7c2..e5a7ced4523a 100644
--- a/xmloff/dtd/office.mod
+++ b/xmloff/dtd/office.mod
@@ -1,5 +1,5 @@
<!--
- $Id: office.mod,v 1.23 2001-01-05 10:23:08 mib Exp $
+ $Id: office.mod,v 1.24 2001-01-15 17:17:24 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -158,3 +158,11 @@
<!ATTLIST office:dde-source office:name CDATA #IMPLIED>
<!ATTLIST office:dde-source table:conversion-mode (into-default-style-data-style|into-english-number|let-text) "into-default-style-data-style" >
+<!-- annotations -->
+<!-- limitation: in the current implementation, only plain text inside of
+ paragraphs is supported -->
+<!ELEMENT office:annotation (text:p)*>
+<!ATTLIST office:annotation office:author %string; #REQUIRED>
+<!ATTLIST office:annotation office:create-date %date; #IMPLIED>
+<!ATTLIST office:annotation office:create-date-string %string; #IMPLIED>
+<!ATTLIST office:annotation office:display %boolean; "false">