xref: /aoo41x/main/xmlscript/dtd/dialog.dtd (revision dde34420)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*dde34420SAndrew Rist<!--***********************************************************
3*dde34420SAndrew Rist *
4*dde34420SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*dde34420SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*dde34420SAndrew Rist * distributed with this work for additional information
7*dde34420SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*dde34420SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*dde34420SAndrew Rist * "License"); you may not use this file except in compliance
10*dde34420SAndrew Rist * with the License.  You may obtain a copy of the License at
11*dde34420SAndrew Rist *
12*dde34420SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*dde34420SAndrew Rist *
14*dde34420SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*dde34420SAndrew Rist * software distributed under the License is distributed on an
16*dde34420SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*dde34420SAndrew Rist * KIND, either express or implied.  See the License for the
18*dde34420SAndrew Rist * specific language governing permissions and limitations
19*dde34420SAndrew Rist * under the License.
20*dde34420SAndrew Rist *
21*dde34420SAndrew Rist ***********************************************************-->
22cdf0e10cSrcweir
23cdf0e10cSrcweir
24cdf0e10cSrcweir
25cdf0e10cSrcweir<!ENTITY % boolean "(true|false)">
26cdf0e10cSrcweir<!ENTITY % numeric "CDATA">
27cdf0e10cSrcweir
28cdf0e10cSrcweir<!ENTITY % default-attributes "dlg:id CDATA #REQUIRED
29cdf0e10cSrcweir                               dlg:left %numeric; #REQUIRED
30cdf0e10cSrcweir                               dlg:top %numeric; #REQUIRED
31cdf0e10cSrcweir                               dlg:width %numeric; #REQUIRED
32cdf0e10cSrcweir                               dlg:height %numeric; #REQUIRED
33cdf0e10cSrcweir                               dlg:style-id CDATA #IMPLIED
34cdf0e10cSrcweir                               dlg:tab-index %numeric; #IMPLIED
35cdf0e10cSrcweir                               dlg:disabled %boolean; #IMPLIED
36cdf0e10cSrcweir                               dlg:printable %boolean; #IMPLIED
37cdf0e10cSrcweir                               dlg:page %numeric; #IMPLIED
38cdf0e10cSrcweir                               dlg:tag CDATA #IMPLIED
39cdf0e10cSrcweir                               dlg:help-text CDATA #IMPLIED
40cdf0e10cSrcweir                               dlg:help-url CDATA #IMPLIED
41cdf0e10cSrcweir                               ">
42cdf0e10cSrcweir
43cdf0e10cSrcweir<!ENTITY % event "(script:event|
44cdf0e10cSrcweir                   script:listener-event|
45cdf0e10cSrcweir                   dlg:event
46cdf0e10cSrcweir                  )">
47cdf0e10cSrcweir
48cdf0e10cSrcweir<!ENTITY % control "(dlg:bulletinboard|
49cdf0e10cSrcweir                     dlg:button|
50cdf0e10cSrcweir                     dlg:checkbox|
51cdf0e10cSrcweir                     dlg:combobox|
52cdf0e10cSrcweir                     dlg:menulist|
53cdf0e10cSrcweir                     dlg:radiogroup|
54cdf0e10cSrcweir                     dlg:titledbox|
55cdf0e10cSrcweir                     dlg:textfield|
56cdf0e10cSrcweir                     dlg:text|
57cdf0e10cSrcweir                     dlg:filecontrol|
58cdf0e10cSrcweir                     dlg:img|
59cdf0e10cSrcweir                     dlg:timefield|
60cdf0e10cSrcweir                     dlg:datefield|
61cdf0e10cSrcweir                     dlg:numericfield|
62cdf0e10cSrcweir                     dlg:currencyfield|
63cdf0e10cSrcweir                     dlg:patternfield|
64cdf0e10cSrcweir                     dlg:formattedfield|
65cdf0e10cSrcweir                     dlg:fixedline|
66cdf0e10cSrcweir                     dlg:progressmeter|
67cdf0e10cSrcweir                     dlg:scrollbar
68cdf0e10cSrcweir                    )">
69cdf0e10cSrcweir
70cdf0e10cSrcweir<!ELEMENT dlg:window (dlg:styles*, (%event;)*, dlg:bulletinboard*)>
71cdf0e10cSrcweir<!ATTLIST dlg:window %default-attributes;
72cdf0e10cSrcweir                     dlg:closeable %boolean; #IMPLIED
73cdf0e10cSrcweir                     dlg:moveable %boolean; #IMPLIED
74cdf0e10cSrcweir                     dlg:resizeable %boolean; #IMPLIED
75cdf0e10cSrcweir                     dlg:title CDATA #IMPLIED
76cdf0e10cSrcweir				     dlg:withtitlebar CDATA #IMPLIED
77cdf0e10cSrcweir					 dlg:image-src CDATA #IMPLIED
78cdf0e10cSrcweir                     xmlns:dlg CDATA #FIXED "http://openoffice.org/2000/dialog"
79cdf0e10cSrcweir                     xmlns:script CDATA #FIXED "http://openoffice.org/2000/script"
80cdf0e10cSrcweir                     >
81cdf0e10cSrcweir
82cdf0e10cSrcweir<!ELEMENT dlg:styles (dlg:style+)>
83cdf0e10cSrcweir
84cdf0e10cSrcweir<!ELEMENT dlg:style EMPTY>
85cdf0e10cSrcweir<!ATTLIST dlg:style dlg:style-id CDATA #REQUIRED
86cdf0e10cSrcweir                    dlg:background-color %numeric; #IMPLIED
87cdf0e10cSrcweir                    dlg:text-color %numeric; #IMPLIED
88cdf0e10cSrcweir                    dlg:textline-color %numeric; #IMPLIED
89cdf0e10cSrcweir                    dlg:fill-color %numeric; #IMPLIED
90cdf0e10cSrcweir                    dlg:border CDATA #IMPLIED
91cdf0e10cSrcweir                    dlg:font-name CDATA #IMPLIED
92cdf0e10cSrcweir                    dlg:font-height %numeric; #IMPLIED
93cdf0e10cSrcweir                    dlg:font-width %numeric; #IMPLIED
94cdf0e10cSrcweir                    dlg:font-stylename CDATA #IMPLIED
95cdf0e10cSrcweir                    dlg:font-family (decorative|modern|roman|script|swiss|system) #IMPLIED
96cdf0e10cSrcweir                    dlg:font-charset (ansi|mac|ibmpc_437|ibmpc_850|ibmpc_860|ibmpc_861|ibmpc_863|ibmpc_865|system|symbol) #IMPLIED
97cdf0e10cSrcweir                    dlg:font-pitch (fixed|variable) #IMPLIED
98cdf0e10cSrcweir                    dlg:font-charwidth %numeric; #IMPLIED
99cdf0e10cSrcweir                    dlg:font-weight %numeric; #IMPLIED
100cdf0e10cSrcweir                    dlg:font-slant (oblique|italic|reverse_oblique|reverse_italic) #IMPLIED
101cdf0e10cSrcweir                    dlg:font-underline (single|double|dotted|dash|longdash|dashdot|dashdotdot|smallwave|wave|doublewave|bold|bolddotted|bolddash|boldlongdash|bolddashdot|bolddashdotdot|boldwave) #IMPLIED
102cdf0e10cSrcweir                    dlg:font-strikeout (single|double|bold|slash|x) #IMPLIED
103cdf0e10cSrcweir                    dlg:font-orientation CDATA #IMPLIED
104cdf0e10cSrcweir                    dlg:font-kerning %boolean; #IMPLIED
105cdf0e10cSrcweir                    dlg:font-wordlinemode %boolean; #IMPLIED
106cdf0e10cSrcweir                    dlg:font-type (raster|device|scalable) #IMPLIED
107cdf0e10cSrcweir                    dlg:font-relief (none|embossed|engraved) #IMPLIED
108cdf0e10cSrcweir                    dlg:font-emphasismark (none|dot|circle|disc|accent|above|below) #IMPLIED
109cdf0e10cSrcweir                    dlg:look (none|3d|simple) #IMPLIED
110cdf0e10cSrcweir                    >
111cdf0e10cSrcweir
112cdf0e10cSrcweir<!ELEMENT script:event EMPTY>
113cdf0e10cSrcweir<!ATTLIST script:event script:location CDATA #IMPLIED
114cdf0e10cSrcweir                       script:language CDATA #REQUIRED
115cdf0e10cSrcweir                       script:macro-name CDATA #REQUIRED
116cdf0e10cSrcweir                       script:event-name CDATA #REQUIRED
117cdf0e10cSrcweir                       >
118cdf0e10cSrcweir<!ELEMENT script:listener-event EMPTY>
119cdf0e10cSrcweir<!ATTLIST script:listener-event script:location CDATA #IMPLIED
120cdf0e10cSrcweir                                script:language CDATA #REQUIRED
121cdf0e10cSrcweir                                script:macro-name CDATA #REQUIRED
122cdf0e10cSrcweir                                script:listener-type CDATA #REQUIRED
123cdf0e10cSrcweir                                script:listener-method CDATA #REQUIRED
124cdf0e10cSrcweir                                script:listener-param CDATA #IMPLIED
125cdf0e10cSrcweir                                >
126cdf0e10cSrcweir<!-- deprecated -->
127cdf0e10cSrcweir<!ELEMENT dlg:event EMPTY>
128cdf0e10cSrcweir<!ATTLIST dlg:event dlg:listener-type CDATA #REQUIRED
129cdf0e10cSrcweir                    dlg:event-method CDATA #REQUIRED
130cdf0e10cSrcweir                    dlg:script-type CDATA #IMPLIED
131cdf0e10cSrcweir                    dlg:script-code CDATA #IMPLIED
132cdf0e10cSrcweir                    dlg:param CDATA #IMPLIED
133cdf0e10cSrcweir                    >
134cdf0e10cSrcweir<!-- /deprecated -->
135cdf0e10cSrcweir
136cdf0e10cSrcweir<!ELEMENT dlg:bulletinboard ((%control;)*)>
137cdf0e10cSrcweir<!ATTLIST dlg:bulletinboard dlg:left %numeric; #IMPLIED
138cdf0e10cSrcweir                            dlg:top %numeric; #IMPLIED
139cdf0e10cSrcweir                            >
140cdf0e10cSrcweir
141cdf0e10cSrcweir<!ELEMENT dlg:button ((%event;)*)>
142cdf0e10cSrcweir<!ATTLIST dlg:button %default-attributes;
143cdf0e10cSrcweir                     dlg:value CDATA #IMPLIED
144cdf0e10cSrcweir                     dlg:align (left|center|right) #IMPLIED
145cdf0e10cSrcweir                     dlg:valign (top|center|bottom) #IMPLIED
146cdf0e10cSrcweir                     dlg:checked %boolean; #IMPLIED
147cdf0e10cSrcweir                     dlg:image-src CDATA #IMPLIED
148cdf0e10cSrcweir                     dlg:image-position (left-top|left-center|left-bottom|right-top|right-center|right-bottom|top-left|top-center|top-right|bottom-left|bottom-center|bottom-right|center) #IMPLIED
149cdf0e10cSrcweir                     dlg:image-align (top|left|right|bottom) #IMPLIED
150cdf0e10cSrcweir                     dlg:default %boolean; #IMPLIED
151cdf0e10cSrcweir                     dlg:tabstop %boolean; #IMPLIED
152cdf0e10cSrcweir                     dlg:button-type (standard|ok|cancel|help) #IMPLIED
153cdf0e10cSrcweir                     dlg:repeat %numeric; #IMPLIED
154cdf0e10cSrcweir                     dlg:toggled (0|1) #IMPLIED
155cdf0e10cSrcweir                     dlg:grab-focus (true|false) #IMPLIED
156cdf0e10cSrcweir                     dlg:multiline %boolean; #IMPLIED
157cdf0e10cSrcweir                     >
158cdf0e10cSrcweir
159cdf0e10cSrcweir<!ELEMENT dlg:checkbox ((%event;)*)>
160cdf0e10cSrcweir<!ATTLIST dlg:checkbox %default-attributes;
161cdf0e10cSrcweir                       dlg:value CDATA #IMPLIED
162cdf0e10cSrcweir                       dlg:align (left|center|right) #IMPLIED
163cdf0e10cSrcweir                       dlg:valign (top|center|bottom) #IMPLIED
164cdf0e10cSrcweir                       dlg:checked %boolean; #IMPLIED
165cdf0e10cSrcweir                       dlg:tristate %boolean; #IMPLIED
166cdf0e10cSrcweir                       dlg:tabstop %boolean; #IMPLIED
167cdf0e10cSrcweir                       dlg:image-src CDATA #IMPLIED
168cdf0e10cSrcweir                       dlg:image-position (left-top|left-center|left-bottom|right-top|right-center|right-bottom|top-left|top-center|top-right|bottom-left|bottom-center|bottom-right|center) #IMPLIED
169cdf0e10cSrcweir                       dlg:multiline %boolean; #IMPLIED
170cdf0e10cSrcweir                       >
171cdf0e10cSrcweir
172cdf0e10cSrcweir<!ELEMENT dlg:combobox (dlg:menupopup?, (%event;)*)>
173cdf0e10cSrcweir<!ATTLIST dlg:combobox %default-attributes;
174cdf0e10cSrcweir                       dlg:tabstop %boolean; #IMPLIED
175cdf0e10cSrcweir                       dlg:readonly %boolean; #IMPLIED
176cdf0e10cSrcweir                       dlg:autocomplete %boolean; #IMPLIED
177cdf0e10cSrcweir                       dlg:spin %boolean; #IMPLIED
178cdf0e10cSrcweir                       dlg:maxlength %numeric; #IMPLIED
179cdf0e10cSrcweir                       dlg:linecount %numeric; #IMPLIED
180cdf0e10cSrcweir                       dlg:value CDATA #IMPLIED
181cdf0e10cSrcweir                       dlg:hide-inactive-selection %boolean; #IMPLIED
182cdf0e10cSrcweir                       dlg:align (left|center|right) #IMPLIED
183cdf0e10cSrcweir                       >
184cdf0e10cSrcweir
185cdf0e10cSrcweir<!ELEMENT dlg:menulist (dlg:menupopup?, (%event;)*)>
186cdf0e10cSrcweir<!ATTLIST dlg:menulist %default-attributes;
187cdf0e10cSrcweir                       dlg:tabstop %boolean; #IMPLIED
188cdf0e10cSrcweir                       dlg:spin %boolean; #IMPLIED
189cdf0e10cSrcweir                       dlg:multiselection %boolean; #IMPLIED
190cdf0e10cSrcweir                       dlg:readonly %boolean; #IMPLIED
191cdf0e10cSrcweir                       dlg:linecount %numeric; #IMPLIED
192cdf0e10cSrcweir                       dlg:align (left|center|right) #IMPLIED
193cdf0e10cSrcweir                       >
194cdf0e10cSrcweir
195cdf0e10cSrcweir<!ELEMENT dlg:menupopup (dlg:menuitem+)>
196cdf0e10cSrcweir<!ELEMENT dlg:menuitem EMPTY>
197cdf0e10cSrcweir<!ATTLIST dlg:menuitem dlg:value CDATA #REQUIRED
198cdf0e10cSrcweir                       dlg:selected %boolean; #IMPLIED
199cdf0e10cSrcweir                       >
200cdf0e10cSrcweir
201cdf0e10cSrcweir<!ELEMENT dlg:radiogroup (dlg:radio+)>
202cdf0e10cSrcweir<!ELEMENT dlg:radio ((%event;)*)>
203cdf0e10cSrcweir<!ATTLIST dlg:radio %default-attributes;
204cdf0e10cSrcweir                    dlg:value CDATA #IMPLIED
205cdf0e10cSrcweir                    dlg:align (left|center|right) #IMPLIED
206cdf0e10cSrcweir                    dlg:valign (top|center|bottom) #IMPLIED
207cdf0e10cSrcweir                    dlg:checked %boolean; #IMPLIED
208cdf0e10cSrcweir                    dlg:tabstop %boolean; #IMPLIED
209cdf0e10cSrcweir                    dlg:image-src CDATA #IMPLIED
210cdf0e10cSrcweir                    dlg:image-position (left-top|left-center|left-bottom|right-top|right-center|right-bottom|top-left|top-center|top-right|bottom-left|bottom-center|bottom-right|center) #IMPLIED
211cdf0e10cSrcweir                    dlg:multiline %boolean; #IMPLIED
212cdf0e10cSrcweir                    >
213cdf0e10cSrcweir
214cdf0e10cSrcweir<!ELEMENT dlg:titledbox (dlg:title?, dlg:radio*, (%control;)*, (%event;)*)>
215cdf0e10cSrcweir<!ATTLIST dlg:titledbox %default-attributes;
216cdf0e10cSrcweir                        >
217cdf0e10cSrcweir<!ELEMENT dlg:title EMPTY>
218cdf0e10cSrcweir<!ATTLIST dlg:title dlg:value CDATA #IMPLIED
219cdf0e10cSrcweir                    >
220cdf0e10cSrcweir
221cdf0e10cSrcweir<!ELEMENT dlg:text ((%event;)*)>
222cdf0e10cSrcweir<!ATTLIST dlg:text %default-attributes;
223cdf0e10cSrcweir                   dlg:value CDATA #IMPLIED
224cdf0e10cSrcweir                   dlg:align (left|center|right) #IMPLIED
225cdf0e10cSrcweir                   dlg:valign (top|center|bottom) #IMPLIED
226cdf0e10cSrcweir                   dlg:multiline %boolean; #IMPLIED
227cdf0e10cSrcweir                   dlg:tabstop %boolean; #IMPLIED
228cdf0e10cSrcweir                   >
229cdf0e10cSrcweir
230cdf0e10cSrcweir<!ELEMENT dlg:textfield ((%event;)*)>
231cdf0e10cSrcweir<!ATTLIST dlg:textfield %default-attributes;
232cdf0e10cSrcweir                        dlg:tabstop %boolean; #IMPLIED
233cdf0e10cSrcweir                        dlg:align (left|center|right) #IMPLIED
234cdf0e10cSrcweir                        dlg:readonly %boolean; #IMPLIED
235cdf0e10cSrcweir                        dlg:echochar CDATA #IMPLIED
236cdf0e10cSrcweir                        dlg:hard-linebreaks %boolean; #IMPLIED
237cdf0e10cSrcweir                        dlg:hscroll %boolean; #IMPLIED
238cdf0e10cSrcweir                        dlg:vscroll %boolean; #IMPLIED
239cdf0e10cSrcweir                        dlg:maxlength %numeric; #IMPLIED
240cdf0e10cSrcweir                        dlg:multiline %boolean; #IMPLIED
241cdf0e10cSrcweir                        dlg:value CDATA #IMPLIED
242cdf0e10cSrcweir                        dlg:hide-inactive-selection %boolean; #IMPLIED
243cdf0e10cSrcweir                        dlg:lineend-format (carriage-return|line-feed|carriage-return-line-feed) #IMPLIED
244cdf0e10cSrcweir                        >
245cdf0e10cSrcweir
246cdf0e10cSrcweir<!ELEMENT dlg:img ((%event;)*)>
247cdf0e10cSrcweir<!ATTLIST dlg:img %default-attributes;
248cdf0e10cSrcweir                  dlg:src CDATA #IMPLIED
249cdf0e10cSrcweir                  dlg:scale-image %boolean; #IMPLIED
250cdf0e10cSrcweir                  dlg:tabstop %boolean; #IMPLIED
251cdf0e10cSrcweir                  >
252cdf0e10cSrcweir
253cdf0e10cSrcweir<!ELEMENT dlg:filecontrol ((%event;)*)>
254cdf0e10cSrcweir<!ATTLIST dlg:filecontrol %default-attributes;
255cdf0e10cSrcweir                          dlg:tabstop %boolean; #IMPLIED
256cdf0e10cSrcweir                          dlg:value CDATA #IMPLIED
257cdf0e10cSrcweir                          dlg:hide-inactive-selection %boolean; #IMPLIED
258cdf0e10cSrcweir                          dlg:readonly %boolean; #IMPLIED
259cdf0e10cSrcweir                          >
260cdf0e10cSrcweir
261cdf0e10cSrcweir<!ELEMENT dlg:treecontrol ((%event;)*)>
262cdf0e10cSrcweir<!ATTLIST dlg:treecontrol %default-attributes;
263cdf0e10cSrcweir						  dlg:selectiontype CDATA #IMPLIED
264cdf0e10cSrcweir                          dlg:rootdisplayed %boolean; #IMPLIED
265cdf0e10cSrcweir                          dlg:showshandles %boolean; #IMPLIED
266cdf0e10cSrcweir                          dlg:showsroothandles %boolean; #IMPLIED
267cdf0e10cSrcweir                          dlg:rowheight %boolean; #IMPLIED
268cdf0e10cSrcweir	                      dlg:editable %numeric; #IMPLIED
269cdf0e10cSrcweir		                  dlg:invokesstopnodeediting %boolean; #IMPLIED
270cdf0e10cSrcweir                          >
271cdf0e10cSrcweir
272cdf0e10cSrcweir<!ELEMENT dlg:currencyfield ((%event;)*)>
273cdf0e10cSrcweir<!ATTLIST dlg:currencyfield %default-attributes;
274cdf0e10cSrcweir                            dlg:tabstop %boolean; #IMPLIED
275cdf0e10cSrcweir                            dlg:readonly %boolean; #IMPLIED
276cdf0e10cSrcweir                            dlg:currency-symbol CDATA #IMPLIED
277cdf0e10cSrcweir                            dlg:strict-format %boolean; #IMPLIED
278cdf0e10cSrcweir                            dlg:decimal-accuracy %numeric; #IMPLIED
279cdf0e10cSrcweir                            dlg:thousands-separator %boolean; #IMPLIED
280cdf0e10cSrcweir                            dlg:value %numeric; #IMPLIED
281cdf0e10cSrcweir                            dlg:value-min %numeric; #IMPLIED
282cdf0e10cSrcweir                            dlg:value-max %numeric; #IMPLIED
283cdf0e10cSrcweir                            dlg:value-step %numeric; #IMPLIED
284cdf0e10cSrcweir                            dlg:spin %boolean; #IMPLIED
285cdf0e10cSrcweir                            dlg:repeat %numeric; #IMPLIED
286cdf0e10cSrcweir                            dlg:hide-inactive-selection %boolean; #IMPLIED
287cdf0e10cSrcweir                            dlg:prepend-symbol %boolean; #IMPLIED
288cdf0e10cSrcweir                            dlg:enforce-format %boolean; #IMPLIED
289cdf0e10cSrcweir                            >
290cdf0e10cSrcweir
291cdf0e10cSrcweir<!ELEMENT dlg:datefield ((%event;)*)>
292cdf0e10cSrcweir<!ATTLIST dlg:datefield %default-attributes;
293cdf0e10cSrcweir                        dlg:tabstop %boolean; #IMPLIED
294cdf0e10cSrcweir                        dlg:readonly %boolean; #IMPLIED
295cdf0e10cSrcweir                        dlg:strict-format %boolean; #IMPLIED
296cdf0e10cSrcweir                        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
297cdf0e10cSrcweir                        dlg:show-century %boolean; #IMPLIED
298cdf0e10cSrcweir                        dlg:value CDATA #IMPLIED
299cdf0e10cSrcweir                        dlg:value-min CDATA #IMPLIED
300cdf0e10cSrcweir                        dlg:value-max CDATA #IMPLIED
301cdf0e10cSrcweir                        dlg:spin %boolean; #IMPLIED
302cdf0e10cSrcweir                        dlg:repeat %numeric; #IMPLIED
303cdf0e10cSrcweir                        dlg:hide-inactive-selection %boolean; #IMPLIED
304cdf0e10cSrcweir                        dlg:dropdown %boolean; #IMPLIED
305cdf0e10cSrcweir			            dlg:text CDATA #IMPLIED
306cdf0e10cSrcweir                        dlg:enforce-format %boolean; #IMPLIED
307cdf0e10cSrcweir                        >
308cdf0e10cSrcweir
309cdf0e10cSrcweir<!ELEMENT dlg:numericfield ((%event;)*)>
310cdf0e10cSrcweir<!ATTLIST dlg:numericfield %default-attributes;
311cdf0e10cSrcweir                           dlg:tabstop %boolean; #IMPLIED
312cdf0e10cSrcweir                           dlg:readonly %boolean; #IMPLIED
313cdf0e10cSrcweir                           dlg:strict-format %boolean; #IMPLIED
314cdf0e10cSrcweir                           dlg:decimal-accuracy %numeric; #IMPLIED
315cdf0e10cSrcweir                           dlg:thousands-separator %boolean; #IMPLIED
316cdf0e10cSrcweir                           dlg:value %numeric; #IMPLIED
317cdf0e10cSrcweir                           dlg:value-min %numeric; #IMPLIED
318cdf0e10cSrcweir                           dlg:value-max %numeric; #IMPLIED
319cdf0e10cSrcweir                           dlg:value-step %numeric; #IMPLIED
320cdf0e10cSrcweir                           dlg:spin %boolean; #IMPLIED
321cdf0e10cSrcweir                           dlg:repeat %numeric; #IMPLIED
322cdf0e10cSrcweir                           dlg:hide-inactive-selection %boolean; #IMPLIED
323cdf0e10cSrcweir                           dlg:enforce-format %boolean; #IMPLIED
324cdf0e10cSrcweir                           >
325cdf0e10cSrcweir
326cdf0e10cSrcweir<!ELEMENT dlg:timefield ((%event;)*)>
327cdf0e10cSrcweir<!ATTLIST dlg:timefield %default-attributes;
328cdf0e10cSrcweir                        dlg:tabstop %boolean; #IMPLIED
329cdf0e10cSrcweir                        dlg:readonly %boolean; #IMPLIED
330cdf0e10cSrcweir                        dlg:strict-format %boolean; #IMPLIED
331cdf0e10cSrcweir                        dlg:time-format (24h_short|24h_long|12h_short|12h_long|Duration_short|Duration_long) #IMPLIED
332cdf0e10cSrcweir                        dlg:value CDATA #IMPLIED
333cdf0e10cSrcweir                        dlg:value-min CDATA #IMPLIED
334cdf0e10cSrcweir                        dlg:value-max CDATA #IMPLIED
335cdf0e10cSrcweir                        dlg:spin %boolean; #IMPLIED
336cdf0e10cSrcweir                        dlg:repeat %numeric; #IMPLIED
337cdf0e10cSrcweir                        dlg:hide-inactive-selection %boolean; #IMPLIED
338cdf0e10cSrcweir			            dlg:text CDATA #IMPLIED
339cdf0e10cSrcweir                        dlg:enforce-format %boolean; #IMPLIED
340cdf0e10cSrcweir                        >
341cdf0e10cSrcweir
342cdf0e10cSrcweir<!ELEMENT dlg:patternfield ((%event;)*)>
343cdf0e10cSrcweir<!ATTLIST dlg:patternfield %default-attributes;
344cdf0e10cSrcweir                           dlg:tabstop %boolean; #IMPLIED
345cdf0e10cSrcweir                           dlg:readonly %boolean; #IMPLIED
346cdf0e10cSrcweir                           dlg:strict-format %boolean; #IMPLIED
347cdf0e10cSrcweir                           dlg:edit-mask CDATA #IMPLIED
348cdf0e10cSrcweir                           dlg:literal-mask CDATA #IMPLIED
349cdf0e10cSrcweir                           dlg:value CDATA #IMPLIED
350cdf0e10cSrcweir                           dlg:maxlength %numeric; #IMPLIED
351cdf0e10cSrcweir                           dlg:hide-inactive-selection %boolean; #IMPLIED
352cdf0e10cSrcweir                           >
353cdf0e10cSrcweir
354cdf0e10cSrcweir<!ELEMENT dlg:formattedfield ((%event;)*)>
355cdf0e10cSrcweir<!ATTLIST dlg:formattedfield %default-attributes;
356cdf0e10cSrcweir			     dlg:tabstop %boolean; #IMPLIED
357cdf0e10cSrcweir			     dlg:readonly %boolean; #IMPLIED
358cdf0e10cSrcweir			     dlg:strict-format %boolean; #IMPLIED
359cdf0e10cSrcweir			     dlg:maxlength %numeric; #IMPLIED
360cdf0e10cSrcweir			     dlg:spin %boolean; #IMPLIED
361cdf0e10cSrcweir			     dlg:align (left|center|right) #IMPLIED
362cdf0e10cSrcweir			     dlg:text CDATA #IMPLIED
363cdf0e10cSrcweir			     dlg:value-default CDATA #IMPLIED
364cdf0e10cSrcweir			     dlg:value-max %numeric; #IMPLIED
365cdf0e10cSrcweir			     dlg:value-min %numeric; #IMPLIED
366cdf0e10cSrcweir			     dlg:value %numeric; #IMPLIED
367cdf0e10cSrcweir			     dlg:format-code CDATA #IMPLIED
368cdf0e10cSrcweir			     dlg:format-locale CDATA #IMPLIED
369cdf0e10cSrcweir                 dlg:repeat %numeric; #IMPLIED
370cdf0e10cSrcweir                 dlg:hide-inactive-selection %boolean; #IMPLIED
371cdf0e10cSrcweir			     dlg:treat-as-number %boolean; #IMPLIED
372cdf0e10cSrcweir                 dlg:enforce-format %boolean; #IMPLIED
373cdf0e10cSrcweir			     >
374cdf0e10cSrcweir
375cdf0e10cSrcweir<!ELEMENT dlg:fixedline ((%event;)*)>
376cdf0e10cSrcweir<!ATTLIST dlg:fixedline %default-attributes;
377cdf0e10cSrcweir                        dlg:align (horizontal|vertical) #IMPLIED
378cdf0e10cSrcweir                        dlg:value CDATA #IMPLIED
379cdf0e10cSrcweir                        >
380cdf0e10cSrcweir
381cdf0e10cSrcweir<!ELEMENT dlg:scrollbar ((%event;)*)>
382cdf0e10cSrcweir<!ATTLIST dlg:scrollbar %default-attributes;
383cdf0e10cSrcweir                        dlg:align (horizontal|vertical) #IMPLIED
384cdf0e10cSrcweir                        dlg:curpos %numeric; #IMPLIED
385cdf0e10cSrcweir                        dlg:maxpos %numeric; #IMPLIED
386cdf0e10cSrcweir                        dlg:minpos %numeric; #IMPLIED
387cdf0e10cSrcweir                        dlg:increment %numeric; #IMPLIED
388cdf0e10cSrcweir                        dlg:pageincrement %numeric; #IMPLIED
389cdf0e10cSrcweir                        dlg:visible-size %numeric; #IMPLIED
390cdf0e10cSrcweir                        dlg:repeat %numeric; #IMPLIED
391cdf0e10cSrcweir                        dlg:tabstop %boolean; #IMPLIED
392cdf0e10cSrcweir                        dlg:live-scroll %boolean; #IMPLIED
393cdf0e10cSrcweir                        dlg:symbol-color %numeric; #IMPLIED
394cdf0e10cSrcweir                        >
395cdf0e10cSrcweir
396cdf0e10cSrcweir<!ELEMENT dlg:progressmeter ((%event;)*)>
397cdf0e10cSrcweir<!ATTLIST dlg:progressmeter %default-attributes;
398cdf0e10cSrcweir                            dlg:value %numeric; #IMPLIED
399cdf0e10cSrcweir                            dlg:value-min %numeric; #IMPLIED
400cdf0e10cSrcweir                            dlg:value-max %numeric; #IMPLIED
401cdf0e10cSrcweir                            >
402