diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-23 06:48:44 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-23 06:48:44 +0000 |
commit | 3b620b13f54416bd610f8050cfad878af809cdb4 (patch) | |
tree | 72666fd8b8c4c1ff8c5db2c419bcb6d07edd17cf | |
parent | 681d170e13f5bdff025dc77ea0c072eb60d91ef1 (diff) |
office:document-settings added
-rw-r--r-- | xmloff/dtd/office.mod | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod index f30ff8be5956..72e1cb8c4400 100644 --- a/xmloff/dtd/office.mod +++ b/xmloff/dtd/office.mod @@ -1,5 +1,5 @@ <!-- - $Id: office.mod,v 1.34 2001-03-04 23:22:19 cl Exp $ + $Id: office.mod,v 1.35 2001-03-23 07:48:44 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -83,7 +83,7 @@ <!ATTLIST office:document office:version %string; #IMPLIED> <!-- document-styles --> -<!ELEMENT office:document-styles ( +<!ELEMENT office:document-styles ( office:font-decls?, office:styles?, office:automatic-styles?, @@ -112,7 +112,7 @@ <!-- document-content --> -<!ELEMENT office:document-content ( +<!ELEMENT office:document-content ( office:script?, office:font-decls?, office:automatic-styles?, @@ -164,7 +164,16 @@ <!ATTLIST office:document-meta office:version %string; #IMPLIED> +<!ELEMENT office:document-settings (office:settings) > +<!ATTLIST office:document-settings xmlns:office CDATA #FIXED "&nOffice;"> +<!ATTLIST office:document-settings xmlns:xlink CDATA #FIXED "&nXLink;"> +<!ATTLIST office:document-settings xmlns:config CDATA #FIXED "&nConfig;"> +<!ATTLIST office:document-settings office:class + (text|online-text| + drawing|presentation| + spreadsheet|chart) #REQUIRED> +<!ATTLIST office:document-settings office:version %string; #IMPLIED> <!ENTITY % meta "(meta:generator?, dc:title?, |