diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-07 13:57:38 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-07 13:57:38 +0000 |
commit | b5061f82dc1c38bc6222effd7f7dd81af64b709d (patch) | |
tree | aa5cb8feb8be113467b8e71a1ac731820f9fc2f2 /xmlscript/dtd | |
parent | b6601ce5483f01c621c33bfef1a4f4a1fb0025e9 (diff) |
added step, tag
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r-- | xmlscript/dtd/dialog.dtd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd index 841fbb665017..fc2d22c43b14 100644 --- a/xmlscript/dtd/dialog.dtd +++ b/xmlscript/dtd/dialog.dtd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: dialog.dtd,v 1.6 2001-03-01 13:14:50 dbo Exp $ + $Id: dialog.dtd,v 1.7 2001-03-07 14:57:38 dbo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -66,6 +66,8 @@ dialog:tab-index %numeric; #IMPLIED dialog:disabled %boolean; #IMPLIED dialog:printable %boolean; #IMPLIED + dialog:page %numeric; #IMPLIED + dialog:tag CDATA #IMPLIED "> <!ENTITY % control "(dialog:bulletinboard| @@ -95,7 +97,10 @@ dialog:top %numeric; #IMPLIED dialog:width %numeric; #IMPLIED dialog:height %numeric; #IMPLIED - dialog:title CDATA #IMPLIED> + dialog:title CDATA #IMPLIED + dialog:page %numeric; #IMPLIED + dialog:tag CDATA #IMPLIED + > <!ELEMENT dialog:styles (dialog:style+)> |