diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:06:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 10:06:35 +0000 |
commit | 3fa09c8e1ec9d2432d1de9e023aabce0edfbf7ae (patch) | |
tree | 6e24b53107d31d83356ea2953e634d0b069fcd27 /xmloff/dtd | |
parent | 8d90f43bbf3ed48fc07afc405cdd795ec29dd7db (diff) |
INTEGRATION: CWS oasisbf4 (1.19.18); FILE MERGED
2004/12/23 10:44:03 mib 1.19.18.1: #i39502#: errors reported by MSV
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/form.mod | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/xmloff/dtd/form.mod b/xmloff/dtd/form.mod index 0e8a7ada6172..509714d8adc2 100644 --- a/xmloff/dtd/form.mod +++ b/xmloff/dtd/form.mod @@ -1,5 +1,5 @@ <!-- - $Id: form.mod,v 1.19 2004-11-09 12:11:37 hr Exp $ + $Id: form.mod,v 1.20 2005-01-27 11:06:35 rt Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -101,6 +101,14 @@ <!ENTITY % list-source-types "(table|query|sql|sql-pass-through|value-list|table-fields)"> <!ENTITY % list-source-type "form:list-source-type %list-source-types; #IMPLIED"> <!ENTITY % column-style-name "form:column-style-name %styleName; #IMPLIED"> +<!ENTITY % min-value "form:min-value %float; #IMPLIED"> +<!ENTITY % max-value "form:max-value %float; #IMPLIED"> +<!ENTITY % step-size "form:step-size %positiveInteger; '1'"> +<!ENTITY % page-step-size "form:page-step-size %positiveInteger; #IMPLIED"> +<!ENTITY % delay-for-repeat "form:delay-for-repeat %positiveInteger; #IMPLIED"> +<!ENTITY % orientation "form:orientation (horizontal|vertical) #IMPLIED"> + + <!ELEMENT form:control (%controls;)+> @@ -376,13 +384,6 @@ %delay-for-repeat; %orientation;> -<!ENTITY % min-value "form:min-value %float; #IMPLIED"> -<!ENTITY % max-value "form:max-value %float; #IMPLIED"> -<!ENTITY % step-size "form:step-size %positiveInteger; '1'"> -<!ENTITY % page-step-size "form:page-step-size %positiveInteger; #IMPLIED"> -<!ENTITY % delay-for-repeat "form:delay-for-repeat %positiveInteger; #IMPLIED"> -<!ENTITY % orientation "form:orientation (horizontal|vertical) #IMPLIED"> - <!ELEMENT form:properties (form:property+)> <!ELEMENT form:property (form:property-value*)> <!ATTLIST form:property form:property-is-list %boolean; #IMPLIED> |