diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-15 16:17:24 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-15 16:17:24 +0000 |
commit | 4552d57fd9078f9bc7b704f66c17b4cc105e88c6 (patch) | |
tree | 34111cd2bd69a2a61b7caf2b45f0194ef4dec1ac /xmloff/dtd/office.mod | |
parent | 8dc8989289f867751dd9e2c248fe8fc8e4054184 (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.mod | 10 |
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"> |