summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.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
commit9d7df4e4f041dea21451a677515358c269146e9c (patch)
tree00da00747c6586eee1945a9874095a288907ff18 /xmloff/dtd/text.mod
parentd52c16cf89a5fa6f523657c74044a5fec8d65b9d (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/text.mod')
-rw-r--r--xmloff/dtd/text.mod10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 02909748c8..5c42f7324b 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.18 2001-01-12 18:26:52 dvo Exp $
+ $Id: text.mod,v 1.19 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
@@ -127,7 +127,9 @@
text:character-count |
text:table-count |
text:image-count |
- text:object-count" >
+ text:object-count |
+ office:annotation |
+ text:script" >
<!ENTITY % inline-text "(#PCDATA|
@@ -1049,3 +1051,7 @@ indices, and there may be only one text:index-title element.
<!ELEMENT text:linenumbering-separator (#PCDATA)>
<!ATTLIST text:linenumbering-separator text:increment %nonNegativeInteger; #IMPLIED>
+<!ELEMENT text:script (#PCDATA)>
+<!ATTLIST text:script script:language CDATA #REQUIRED>
+<!ATTLIST text:script xlink:href CDATA #IMPLIED>
+<!ATTLIST text:script xlink:type (simple) #FIXED "simple">