summaryrefslogtreecommitdiff
path: root/xmloff/dtd/dtypes.mod
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-24 10:21:33 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-24 10:21:33 +0000
commit5babb137a6ae3d8e5e87936a35e747713e141292 (patch)
tree98c66bccbe834703074d53aea0522d8b9663cc5f /xmloff/dtd/dtypes.mod
parentcac2684d949ae41dfa99b854a5d75a0337646125 (diff)
issue #28#: removed some ambiguities
Diffstat (limited to 'xmloff/dtd/dtypes.mod')
-rw-r--r--xmloff/dtd/dtypes.mod7
1 files changed, 6 insertions, 1 deletions
diff --git a/xmloff/dtd/dtypes.mod b/xmloff/dtd/dtypes.mod
index 5abee70fa75c..ea40d72beafb 100644
--- a/xmloff/dtd/dtypes.mod
+++ b/xmloff/dtd/dtypes.mod
@@ -1,5 +1,5 @@
<!--
- $Id: dtypes.mod,v 1.3 2000-10-19 10:13:54 dr Exp $
+ $Id: dtypes.mod,v 1.4 2000-10-24 11:21:33 mib Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -136,6 +136,9 @@
<!ENTITY % lengthOrPercentage "CDATA">
<!ENTITY % positiveLengthOrPercentage "CDATA">
+<!-- a float or a percentage -->
+<!ENTITY % floatOrPercentage "CDATA">
+
<!-- a text encoding -->
<!ENTITY % textEncoding "CDATA">
@@ -150,6 +153,8 @@
<!-- an svg coordinate in different distance formats -->
<!ENTITY % coordinate "CDATA">
+<!ENTITY % coordinateOrPercentage "CDATA">
+
<!ENTITY % shapes "(draw:rect|draw:line|draw:polyline|draw:polygon|draw:polygonpath|draw:circle|draw:ellipse|draw:g|draw:page-thumbnail|text:text-box)" >
<!ENTITY % anchorType "(page|frame|paragraph|char|as-char)">