1 |
<!-- ...................................................................... --> |
2 |
<!-- Web Forms 2.0 Call For Comments - 27 June 2004 |
3 |
Common Attributes Module ..................................... --> |
4 |
<!-- file: webforms20-attribs.mod |
5 |
|
6 |
Web Forms 2.0, the next generation HTML form model. |
7 |
|
8 |
Copyright 2005 Wakaba <w@suika.fam.cx>, All Rights Reserved. |
9 |
|
10 |
Permission to use, copy, modify and distribute this DTD and its |
11 |
accompanying documentation for any purpose and without fee is hereby |
12 |
granted in perpetuity, provided that the above copyright notice and |
13 |
this paragraph appear in all copies. The copyright holders make no |
14 |
representation about the suitability of the DTD for any purpose. |
15 |
|
16 |
It is provided "as is" without expressed or implied warranty. |
17 |
|
18 |
Revision: 2005-04-05T01:46:48+00:00 (Generated by mkdtds/1.06) |
19 |
|
20 |
This DTD module is identified by the SYSTEM identifier: |
21 |
|
22 |
SYSTEM "webforms20-attribs.mod" |
23 |
|
24 |
...................................................................... --> |
25 |
|
26 |
<!-- Common Attributes |
27 |
|
28 |
This module declares many of the common attributes. |
29 |
--> |
30 |
|
31 |
<!ENTITY % webforms20.common.extra.attrib ""> |
32 |
|
33 |
<!ENTITY % webforms20.accept.attrib |
34 |
"accept %ContentTypes.datatype; #IMPLIED"> |
35 |
|
36 |
<!ENTITY % webforms20.accesskey.attrib |
37 |
"accesskey %Character.datatype; #IMPLIED"> |
38 |
|
39 |
<!ENTITY % webforms20.action.attrib |
40 |
"action %URI.datatype; #IMPLIED |
41 |
enctype %ContentType.datatype; #IMPLIED |
42 |
method (get|post|put|delete) #IMPLIED |
43 |
replace (document|values) #IMPLIED"> |
44 |
|
45 |
<!ENTITY % webforms20.autocomplete.attrib |
46 |
'autocomplete (on|off) "on"'> |
47 |
|
48 |
<!ENTITY % webforms20.autofocus.attrib |
49 |
"autofocus (autofocus) #IMPLIED"> |
50 |
|
51 |
<!ENTITY % webforms20.disabled.attrib |
52 |
"disabled (disabled) #IMPLIED"> |
53 |
|
54 |
<!ENTITY % webforms20.form.attrib |
55 |
"form IDREF #IMPLIED"> |
56 |
|
57 |
<!ENTITY % webforms20.help.attrib |
58 |
"help %URI.datatype; #IMPLIED"> |
59 |
|
60 |
<!ENTITY % webforms20.img.attrib |
61 |
"alt %Text.datatype; #IMPLIED |
62 |
src %URI.datatype; #IMPLIED"> |
63 |
|
64 |
<!ENTITY % webforms20.name.attrib |
65 |
"name CDATA #IMPLIED"> |
66 |
|
67 |
<!ENTITY % webforms20.size.attrib |
68 |
"size %Number.datatype; #IMPLIED"> |
69 |
|
70 |
<!ENTITY % webforms20.tabindex.attrib |
71 |
"tabindex %Number.datatype; #IMPLIED"> |
72 |
|
73 |
<!ENTITY % webforms20.template.attrib |
74 |
"template IDREF #IMPLIED"> |
75 |
|
76 |
<!ENTITY % webforms20.text.attrib |
77 |
"%webforms20.autocomplete.attrib; |
78 |
inputmode CDATA #IMPLIED |
79 |
maxlength %Number.datatype; #IMPLIED |
80 |
readonly (readonly) #IMPLIED"> |
81 |
|
82 |
<!ENTITY % webforms20.value.attrib |
83 |
"value CDATA #IMPLIED"> |
84 |
|
85 |
<!ENTITY % webforms20.focus.attrib |
86 |
"%webforms20.accesskey.attrib; |
87 |
%webforms20.autofocus.attrib; |
88 |
%webforms20.tabindex.attrib;"> |
89 |
|
90 |
<!-- For non-XHTML 1 namespace element types --> |
91 |
<!ENTITY % webforms20.repeat.global.attrib |
92 |
"%webforms20.repeat.attrib.qname; CDATA #IMPLIED |
93 |
%webforms20.repeat-start.attrib.qname; %Number.datatype; #IMPLIED |
94 |
%webforms20.repeat-min.attrib.qname; %Number.datatype; #IMPLIED |
95 |
%webforms20.repeat-max.attrib.qname; %Number.datatype; #IMPLIED"> |
96 |
|
97 |
<!-- For XHTML 1 namespace element types --> |
98 |
<!ENTITY % webforms20.repeat.attrib |
99 |
"repeat CDATA #IMPLIED |
100 |
repeat-start %Number.datatype; #IMPLIED |
101 |
repeat-min %Number.datatype; #IMPLIED |
102 |
repeat-max %Number.datatype; #IMPLIED"> |
103 |
|
104 |
<!ENTITY % webforms20.control.extra.attrib |
105 |
""> |
106 |
|
107 |
<!-- Placeholder for additional events attributes --> |
108 |
<!ENTITY % webforms20.control.events.attrib |
109 |
""> |
110 |
|
111 |
<!ENTITY % webforms20.control.attrib |
112 |
"%webforms20.control.extra.attrib;"> |
113 |
|
114 |
<!ENTITY % Common.extra.attrib |
115 |
""> |
116 |
|
117 |
<!ENTITY % Common.attrib |
118 |
"%Common.extra.attrib; |
119 |
%webforms20.repeat.attrib;"> |
120 |
|
121 |
<!ENTITY % webforms20.common.attrib |
122 |
"%webforms20.common.extra.attrib; |
123 |
%webforms20.xmlns.attrib; |
124 |
%Common.attrib;"> |
125 |
|
126 |
|
127 |
<!-- end of webforms20-attribs.mod --> |