summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-07-30 16:18:41 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-07-30 16:18:41 +0000
commit8dcfdd59ba53261c0f5abd29596d93ab492b2098 (patch)
tree8037d16daad4517cccf4120dc5ba32357c37b1ad /xmlscript/dtd
parent477337ebb4f1189c5376d908865c552d7226d58b (diff)
#87067# missing tristate attribute for radio elements
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd373
1 files changed, 187 insertions, 186 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index cce190176010..1a67e03d18a4 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.14 2001-06-08 12:09:37 dbo Exp $
+ $Id: dialog.dtd,v 1.15 2001-07-30 17:18:41 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -58,264 +58,265 @@
<!ENTITY % numeric "CDATA">
<!ENTITY % default-attributes "dlg:id CDATA #REQUIRED
- dlg:left %numeric; #REQUIRED
- dlg:top %numeric; #REQUIRED
- dlg:width %numeric; #REQUIRED
- dlg:height %numeric; #REQUIRED
- dlg:style-id CDATA #IMPLIED
- dlg:tab-index %numeric; #IMPLIED
- dlg:disabled %boolean; #IMPLIED
- dlg:printable %boolean; #IMPLIED
- dlg:page %numeric; #IMPLIED
- dlg:tag CDATA #IMPLIED
- dlg:help-text CDATA #IMPLIED
- dlg:help-url CDATA #IMPLIED
- ">
+ dlg:left %numeric; #REQUIRED
+ dlg:top %numeric; #REQUIRED
+ dlg:width %numeric; #REQUIRED
+ dlg:height %numeric; #REQUIRED
+ dlg:style-id CDATA #IMPLIED
+ dlg:tab-index %numeric; #IMPLIED
+ dlg:disabled %boolean; #IMPLIED
+ dlg:printable %boolean; #IMPLIED
+ dlg:page %numeric; #IMPLIED
+ dlg:tag CDATA #IMPLIED
+ dlg:help-text CDATA #IMPLIED
+ dlg:help-url CDATA #IMPLIED
+ ">
<!ENTITY % control "(dlg:bulletinboard|
- dlg:button|
- dlg:checkbox|
- dlg:combobox|
- dlg:menulist|
- dlg:radiogroup|
- dlg:titledbox|
- dlg:textfield|
- dlg:text|
- dlg:filecontrol|
- dlg:img|
- dlg:timefield|
- dlg:datefield|
- dlg:numericfield|
- dlg:currencyfield|
- dlg:patternfield|
- dlg:fixedline|
- dlg:progressmeter|
- dlg:scrollbar
- )">
+ dlg:button|
+ dlg:checkbox|
+ dlg:combobox|
+ dlg:menulist|
+ dlg:radiogroup|
+ dlg:titledbox|
+ dlg:textfield|
+ dlg:text|
+ dlg:filecontrol|
+ dlg:img|
+ dlg:timefield|
+ dlg:datefield|
+ dlg:numericfield|
+ dlg:currencyfield|
+ dlg:patternfield|
+ dlg:fixedline|
+ dlg:progressmeter|
+ dlg:scrollbar
+ )">
<!ELEMENT dlg:window (dlg:styles*, dlg:event*, dlg:bulletinboard*)>
<!ATTLIST dlg:window dlg:id CDATA #REQUIRED
- dlg:left %numeric; #IMPLIED
- dlg:top %numeric; #IMPLIED
- dlg:width %numeric; #IMPLIED
- dlg:height %numeric; #IMPLIED
- dlg:style-id CDATA #IMPLIED
- dlg:title CDATA #IMPLIED
- dlg:page %numeric; #IMPLIED
- dlg:tag CDATA #IMPLIED
- dlg:help-text CDATA #IMPLIED
- dlg:help-url CDATA #IMPLIED
- xmlns:dlg CDATA #FIXED "http://openoffice.org/2000/dialog"
- >
+ dlg:left %numeric; #IMPLIED
+ dlg:top %numeric; #IMPLIED
+ dlg:width %numeric; #IMPLIED
+ dlg:height %numeric; #IMPLIED
+ dlg:style-id CDATA #IMPLIED
+ dlg:title CDATA #IMPLIED
+ dlg:page %numeric; #IMPLIED
+ dlg:tag CDATA #IMPLIED
+ dlg:help-text CDATA #IMPLIED
+ dlg:help-url CDATA #IMPLIED
+ xmlns:dlg CDATA #FIXED "http://openoffice.org/2000/dialog"
+ >
<!ELEMENT dlg:styles (dlg:style+)>
<!ELEMENT dlg:style EMPTY>
<!ATTLIST dlg:style dlg:style-id CDATA #REQUIRED
- dlg:background-color %numeric; #IMPLIED
- dlg:text-color %numeric; #IMPLIED
- dlg:fill-color %numeric; #IMPLIED
- dlg:border (none|3d|simple) #IMPLIED
- dlg:font-name CDATA #IMPLIED
- dlg:font-height %numeric; #IMPLIED
- dlg:font-width %numeric; #IMPLIED
- dlg:font-stylename CDATA #IMPLIED
- dlg:font-family (decorative|modern|roman|script|swiss|system) #IMPLIED
- dlg:font-charset (ansi|mac|ibmpc_437|ibmpc_850|ibmpc_860|ibmpc_861|ibmpc_863|ibmpc_865|system|symbol) #IMPLIED
- dlg:font-pitch (fixed|variable) #IMPLIED
- dlg:font-charwidth %numeric; #IMPLIED
- dlg:font-weight %numeric; #IMPLIED
- dlg:font-slant (oblique|italic|reverse_oblique|reverse_italic) #IMPLIED
- dlg:font-underline (single|double|dotted|dash|longdash|dashdot|dashdotdot|smallwave|wave|doublewave|bold|bolddotted|bolddash|boldlongdash|bolddashdot|bolddashdotdot|boldwave) #IMPLIED
- dlg:font-strikeout (single|double|bold|slash|x) #IMPLIED
- dlg:font-orientation CDATA #IMPLIED
- dlg:font-kerning %boolean; #IMPLIED
- dlg:font-wordlinemode %boolean; #IMPLIED
- dlg:font-type (raster|device|scalable) #IMPLIED
- >
+ dlg:background-color %numeric; #IMPLIED
+ dlg:text-color %numeric; #IMPLIED
+ dlg:fill-color %numeric; #IMPLIED
+ dlg:border (none|3d|simple) #IMPLIED
+ dlg:font-name CDATA #IMPLIED
+ dlg:font-height %numeric; #IMPLIED
+ dlg:font-width %numeric; #IMPLIED
+ dlg:font-stylename CDATA #IMPLIED
+ dlg:font-family (decorative|modern|roman|script|swiss|system) #IMPLIED
+ dlg:font-charset (ansi|mac|ibmpc_437|ibmpc_850|ibmpc_860|ibmpc_861|ibmpc_863|ibmpc_865|system|symbol) #IMPLIED
+ dlg:font-pitch (fixed|variable) #IMPLIED
+ dlg:font-charwidth %numeric; #IMPLIED
+ dlg:font-weight %numeric; #IMPLIED
+ dlg:font-slant (oblique|italic|reverse_oblique|reverse_italic) #IMPLIED
+ dlg:font-underline (single|double|dotted|dash|longdash|dashdot|dashdotdot|smallwave|wave|doublewave|bold|bolddotted|bolddash|boldlongdash|bolddashdot|bolddashdotdot|boldwave) #IMPLIED
+ dlg:font-strikeout (single|double|bold|slash|x) #IMPLIED
+ dlg:font-orientation CDATA #IMPLIED
+ dlg:font-kerning %boolean; #IMPLIED
+ dlg:font-wordlinemode %boolean; #IMPLIED
+ dlg:font-type (raster|device|scalable) #IMPLIED
+ >
<!ELEMENT dlg:event EMPTY>
<!ATTLIST dlg:event dlg:listener-type CDATA #REQUIRED
- dlg:event-method CDATA #REQUIRED
- dlg:script-type CDATA #IMPLIED
- dlg:script-code CDATA #IMPLIED
- dlg:param CDATA #IMPLIED
- >
-
+ dlg:event-method CDATA #REQUIRED
+ dlg:script-type CDATA #IMPLIED
+ dlg:script-code CDATA #IMPLIED
+ dlg:param CDATA #IMPLIED
+ >
+
<!ELEMENT dlg:bulletinboard ((%control;)*)>
<!ATTLIST dlg:bulletinboard dlg:left %numeric; #IMPLIED
- dlg:top %numeric; #IMPLIED
- >
+ dlg:top %numeric; #IMPLIED
+ >
<!ELEMENT dlg:button (dlg:event*)>
<!ATTLIST dlg:button %default-attributes;
- dlg:value CDATA #IMPLIED
- dlg:default %boolean; #IMPLIED
- dlg:tabstop %boolean; #IMPLIED
- >
+ dlg:value CDATA #IMPLIED
+ dlg:default %boolean; #IMPLIED
+ dlg:tabstop %boolean; #IMPLIED
+ >
<!ELEMENT dlg:checkbox (dlg:event*)>
<!ATTLIST dlg:checkbox %default-attributes;
- dlg:value CDATA #IMPLIED
- dlg:checked %boolean; #IMPLIED
- dlg:tristate %boolean; #IMPLIED
- dlg:tabstop %boolean; #IMPLIED
- >
+ dlg:value CDATA #IMPLIED
+ dlg:checked %boolean; #IMPLIED
+ dlg:tristate %boolean; #IMPLIED
+ dlg:tabstop %boolean; #IMPLIED
+ >
<!ELEMENT dlg:combobox (dlg:menupopup?, dlg:event*)>
<!ATTLIST dlg:combobox %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:autocomplete %boolean; #IMPLIED
- dlg:spin %boolean; #IMPLIED
- dlg:maxlength %numeric; #IMPLIED
- dlg:linecount %numeric; #IMPLIED
- dlg:value CDATA #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:autocomplete %boolean; #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ dlg:maxlength %numeric; #IMPLIED
+ dlg:linecount %numeric; #IMPLIED
+ dlg:value CDATA #IMPLIED
+ >
<!ELEMENT dlg:menulist (dlg:menupopup?, dlg:event*)>
<!ATTLIST dlg:menulist %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:spin %boolean; #IMPLIED
- dlg:multiselection %boolean; #IMPLIED
- dlg:linecount %numeric; #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ dlg:multiselection %boolean; #IMPLIED
+ dlg:linecount %numeric; #IMPLIED
+ >
<!ELEMENT dlg:menupopup (dlg:menuitem+)>
<!ELEMENT dlg:menuitem EMPTY>
<!ATTLIST dlg:menuitem dlg:value CDATA #REQUIRED
- dlg:selected %boolean; #IMPLIED
- >
+ dlg:selected %boolean; #IMPLIED
+ >
<!ELEMENT dlg:radiogroup (dlg:radio+)>
<!ELEMENT dlg:radio (dlg:event*)>
<!ATTLIST dlg:radio %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:value CDATA #IMPLIED
- dlg:checked %boolean; #IMPLIED
- >
+ dlg:value CDATA #IMPLIED
+ dlg:checked %boolean; #IMPLIED
+ dlg:tristate %boolean; #IMPLIED
+ dlg:tabstop %boolean; #IMPLIED
+ >
<!ELEMENT dlg:titledbox (dlg:title?, dlg:radio*, (%control;)*)>
<!ATTLIST dlg:titledbox %default-attributes;
- >
+ >
<!ELEMENT dlg:title EMPTY>
<!ATTLIST dlg:title dlg:value CDATA #IMPLIED
- >
+ >
<!ELEMENT dlg:text EMPTY>
<!ATTLIST dlg:text %default-attributes;
- dlg:align (left|center|right|none) #IMPLIED
- dlg:multiline %boolean; #IMPLIED
- dlg:value CDATA #IMPLIED
- >
+ dlg:align (left|center|right|none) #IMPLIED
+ dlg:multiline %boolean; #IMPLIED
+ dlg:value CDATA #IMPLIED
+ >
<!ELEMENT dlg:textfield (dlg:event*)>
<!ATTLIST dlg:textfield %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:align (left|center|right|none) #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:echochar CDATA #IMPLIED
- dlg:hard-linebreaks %boolean; #IMPLIED
- dlg:hscroll %boolean; #IMPLIED
- dlg:vscroll %boolean; #IMPLIED
- dlg:maxlength %numeric; #IMPLIED
- dlg:multiline %boolean; #IMPLIED
- dlg:value CDATA #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:align (left|center|right|none) #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:echochar CDATA #IMPLIED
+ dlg:hard-linebreaks %boolean; #IMPLIED
+ dlg:hscroll %boolean; #IMPLIED
+ dlg:vscroll %boolean; #IMPLIED
+ dlg:maxlength %numeric; #IMPLIED
+ dlg:multiline %boolean; #IMPLIED
+ dlg:value CDATA #IMPLIED
+ >
<!ELEMENT dlg:img (dlg:event*)>
<!ATTLIST dlg:img %default-attributes;
- dlg:src CDATA #IMPLIED
- >
+ dlg:src CDATA #IMPLIED
+ >
<!ELEMENT dlg:filecontrol (dlg:event*)>
<!ATTLIST dlg:filecontrol %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:value CDATA #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:value CDATA #IMPLIED
+ >
<!ELEMENT dlg:currencyfield (dlg:event*)>
<!ATTLIST dlg:currencyfield %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:currency-symbol CDATA #IMPLIED
- dlg:strict-format %boolean; #IMPLIED
- dlg:decimal-accuracy %numeric; #IMPLIED
- dlg:thousands-separator %boolean; #IMPLIED
- dlg:value %numeric; #IMPLIED
- dlg:value-min %numeric; #IMPLIED
- dlg:value-max %numeric; #IMPLIED
- dlg:value-step %numeric; #IMPLIED
- dlg:spin %boolean; #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:currency-symbol CDATA #IMPLIED
+ dlg:strict-format %boolean; #IMPLIED
+ dlg:decimal-accuracy %numeric; #IMPLIED
+ dlg:thousands-separator %boolean; #IMPLIED
+ dlg:value %numeric; #IMPLIED
+ dlg:value-min %numeric; #IMPLIED
+ dlg:value-max %numeric; #IMPLIED
+ dlg:value-step %numeric; #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ >
<!ELEMENT dlg:datefield (dlg:event*)>
<!ATTLIST dlg:datefield %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:strict-format %boolean; #IMPLIED
- dlg:date-format (system_short|system_short_YY|system_short_YYYY|system_long|short_DDMMYY|short_MMDDYY|short_YYMMDD|short_DDMMYYYY|short_MMDDYYYY|short_YYYYMMDD|short_YYMMDD_DIN5008|short_YYYYMMDD_DIN5008) #IMPLIED
- dlg:value CDATA #IMPLIED
- dlg:value-min CDATA #IMPLIED
- dlg:value-max CDATA #IMPLIED
- dlg:spin %boolean; #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:strict-format %boolean; #IMPLIED
+ dlg:date-format (system_short|system_short_YY|system_short_YYYY|system_long|short_DDMMYY|short_MMDDYY|short_YYMMDD|short_DDMMYYYY|short_MMDDYYYY|short_YYYYMMDD|short_YYMMDD_DIN5008|short_YYYYMMDD_DIN5008) #IMPLIED
+ dlg:value CDATA #IMPLIED
+ dlg:value-min CDATA #IMPLIED
+ dlg:value-max CDATA #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ >
<!ELEMENT dlg:numericfield (dlg:event*)>
<!ATTLIST dlg:numericfield %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:strict-format %boolean; #IMPLIED
- dlg:decimal-accuracy %numeric; #IMPLIED
- dlg:thousands-separator %boolean; #IMPLIED
- dlg:value %numeric; #IMPLIED
- dlg:value-min %numeric; #IMPLIED
- dlg:value-max %numeric; #IMPLIED
- dlg:value-step %numeric; #IMPLIED
- dlg:spin %boolean; #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:strict-format %boolean; #IMPLIED
+ dlg:decimal-accuracy %numeric; #IMPLIED
+ dlg:thousands-separator %boolean; #IMPLIED
+ dlg:value %numeric; #IMPLIED
+ dlg:value-min %numeric; #IMPLIED
+ dlg:value-max %numeric; #IMPLIED
+ dlg:value-step %numeric; #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ >
<!ELEMENT dlg:timefield (dlg:event*)>
<!ATTLIST dlg:timefield %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:strict-format %boolean; #IMPLIED
- dlg:time-format (24h_short|24h_long|12h_short|12h_long|Duration_short|Duration_long) #IMPLIED
- dlg:value CDATA #IMPLIED
- dlg:value-min CDATA #IMPLIED
- dlg:value-max CDATA #IMPLIED
- dlg:spin %boolean; #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:strict-format %boolean; #IMPLIED
+ dlg:time-format (24h_short|24h_long|12h_short|12h_long|Duration_short|Duration_long) #IMPLIED
+ dlg:value CDATA #IMPLIED
+ dlg:value-min CDATA #IMPLIED
+ dlg:value-max CDATA #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ >
<!ELEMENT dlg:patternfield (dlg:event*)>
<!ATTLIST dlg:patternfield %default-attributes;
- dlg:tabstop %boolean; #IMPLIED
- dlg:readonly %boolean; #IMPLIED
- dlg:strict-format %boolean; #IMPLIED
- dlg:value CDATA #IMPLIED
- dlg:edit-mask CDATA #IMPLIED
- dlg:literal-mask CDATA #IMPLIED
- >
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:strict-format %boolean; #IMPLIED
+ dlg:value CDATA #IMPLIED
+ dlg:edit-mask CDATA #IMPLIED
+ dlg:literal-mask CDATA #IMPLIED
+ >
<!ELEMENT dlg:fixedline (dlg:event*)>
<!ATTLIST dlg:fixedline %default-attributes;
- dlg:align (horizontal|vertical) #IMPLIED
- dlg:value CDATA #IMPLIED
- >
+ dlg:align (horizontal|vertical) #IMPLIED
+ dlg:value CDATA #IMPLIED
+ >
<!ELEMENT dlg:scrollbar (dlg:event*)>
<!ATTLIST dlg:scrollbar %default-attributes;
- dlg:align (horizontal|vertical) #IMPLIED
- dlg:curpos %numeric; #IMPLIED
- dlg:maxpos %numeric; #IMPLIED
- dlg:increment %numeric; #IMPLIED
- dlg:pageincrement %numeric; #IMPLIED
- dlg:visible-size %numeric; #IMPLIED
- >
+ dlg:align (horizontal|vertical) #IMPLIED
+ dlg:curpos %numeric; #IMPLIED
+ dlg:maxpos %numeric; #IMPLIED
+ dlg:increment %numeric; #IMPLIED
+ dlg:pageincrement %numeric; #IMPLIED
+ dlg:visible-size %numeric; #IMPLIED
+ >
<!ELEMENT dlg:progressmeter (dlg:event*)>
<!ATTLIST dlg:progressmeter %default-attributes;
- dlg:value %numeric; #IMPLIED
- dlg:value-min %numeric; #IMPLIED
- dlg:value-max %numeric; #IMPLIED
- >
+ dlg:value %numeric; #IMPLIED
+ dlg:value-min %numeric; #IMPLIED
+ dlg:value-max %numeric; #IMPLIED
+ >