/[suikacvs]/markup/html/dtd/module/html30-00.dms
Suika

Contents of /markup/html/dtd/module/html30-00.dms

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue May 25 08:47:21 2004 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +163 -7 lines
New

1 #?SuikaWikiConfig/2.0
2
3 ModuleSet:
4 @Name: Hypertext Markup Language
5 @Version: 3.0 (draft 00)
6 @ID: html30-00
7 @BaseURI:
8 http://suika.fam.cx/gate/cvs/*checkout*/markup/html/dtd/
9
10 @Namespace:
11 @@Name:
12 urn:x-suika-fam-cx:markup:ietf:html:3:draft:00:
13 @@DefaultPrefix: H3
14 @@UsePrefix: 0
15
16 @Copyright: Wakaba <w@suika.fam.cx>
17 @RCSDate:
18 $Date: 2003/10/23 23:49:27 $
19
20 Datatype:
21 @Type:
22 @@Name: classes
23 @@XMLType: NMTOKENS
24 @@Description: HTML 3.0 classes (SGML NAMES)
25
26 @Type:
27 @@Name: clear
28 @@XMLType: NMTOKENS
29 @@Description: (left|right|all|<number> <unit>)
30
31 @Type:
32 @@Name: LanguageCode
33 @@XMLType: CDATA
34 @@Description: HTML 3.0 Language Code (lang.country)
35 @Type
36 @@Name:
37 :LanguageCode
38 @@XMLType: CDATA
39 @@Description: IETF Language Tag or empty string (See XML 1.0 SE Errata)
40
41 @Type:
42 @@Name: md5
43 @@XMLType: CDATA
44 @@Description: MD5 checksum
45
46 @Type:
47 @@Name: NUMBER
48 @@XMLType: NMTOKEN
49 @@Description: SGML.NUMBER
50
51 @Type:
52 @@Name:
53 :URI
54 @@XMLType: CDATA
55 @@Description: URI Reference
56
57 Attribute:
58 @AttributeSet:
59 @@Name: common
60 @@REF:
61 xml:base
62 @@REF:
63 xml:lang
64 @@REF:
65 xml:space
66
67 @AttributeSet:
68 @@Name: block.align
69 @@Attribute:
70 @@@Name: "align"
71 @@@Type: "(bleedleft|left|center|right|bleedright|justify)"
72 @@@Default: "center"
73
74 @AttributeSet:
75 @@Name: class
76 @@Attribute:
77 @@@Name: "class"
78 @@@Type: classes
79
80 @AttributeSet:
81 @@Name: id
82 @@Attribute:
83 @@@Name: "id"
84 @@@Type: "ID"
85
86 @AttributeSet:
87 @@Name: imagemap
88 @@Attribute:
89 @@@Name: "imagemap"
90 @@@Type:
91 :URI
92 @@Description: a URI for processing image clicks and drags
93
94 @AttributeSet:
95 @@Name: lang
96 @@Attribute:
97 @@@Name: "lang"
98 @@@Type: LanguageCode
99 @@@Default: #IMPLIED
100 @@Description:
101 HTML 3.0 draft 00 declares default value as "en.us", which
102 has some problem with regard to inheriting.
103
104 @AttributeSet:
105 @@Name: Size
106 @@Attribute:
107 @@@Name: "width"
108 @@@Type: NUMBER
109 @@Attribute:
110 @@@Name: "height"
111 @@@Type: NUMBER
112 @@Attribute:
113 @@@Name: "units"
114 @@@Type: "(en|pixels)"
115 @@@Default: "pixels"
116
117 @AttributeSet:
118 @@Name: src
119 @@Attribute:
120 @@@Name: "src"
121 @@@Type:
122 :URI
123 @AttributeSet:
124 @@Name: src.required
125 @@Attribute:
126 @@@Name: "src"
127 @@@Type:
128 :URI
129 @@@Default: #REQUIRED
130
131 @AttributeSet:
132 @@Name: attrs
133 @@ref: id
134 @@ref: lang
135 @@ref: class
136
137 @AttributeSet:
138 @@Name: needs
139 @@Attribute:
140 @@@Name: "clear"
141 @@@Type: clear
142 @@Description: Attributes for controlling text flow
143
144 @AttributeSet:
145 @@Name: url.link
146 @@Attribute:
147 @@@Name: "md"
148 @@@Type: md5
149 @@Description: Attributes associated with URL based links
150
151 Module:
152 @ID: struct
153
154 @Element:
155 @@Name: banner
156 @@Content: $body.content
157 @@Attribute:
158 @@@ref: attrs
159 @@Description:
160 corporate logos, navigation aids, disclaimers and other information
161
162 @Element:
163 @@Name: bodytext
164 @@Content: $body.content
165 @@Description:
166 dummy element
167
168 @Element:
169 @@Name: fn
170 @@Content: $body.content
171 @@Attribute:
172 @@@ref: attrs
173 @@Description:
174 footnotes, and when practical, rendered as pop-up notes
175
176 @Element:
177 @@Name: note
178 @@Content: $body.content
179 @@Attribute:
180 @@@ref: attrs
181 @@@ref: src
182 @@@ref: url.link
183 @@@ref: needs
184 @@Description:
185 admonishments such as notes,
186 cautions or warnings, as commonly used in technical documentation
187
188 Module:
189 @Name: Inline
190 @ID: inline
191
192 @Element:
193 @@Name: au
194 @@Content: $text.content
195 @@Attribute:
196 @@@ref: attrs
197
198 @@Description:
199 the name of an author
200
201 @Element:
202 @@Name: person
203 @@Content: $text.content
204
205 @@Attribute:
206 @@@ref: attrs
207
208 @@Description:
209 names of people
210
211 Module:
212 @Name: List
213 @ID: list
214
215 @Element:
216 @@Name: lh
217 @@Content: $text.content
218 @@Attribute:
219 @@@ref: attrs
220
221 @@Description:
222 a title for a list
223
224 Module:
225 @Name: Figure
226 @ID: figure
227
228 @Element:
229 @@Name: fig
230 @@Content:
231 (
232 overlay*,
233 (:caption|caption)?,
234 figtext,
235 credit?
236 )
237 @@Attribute:
238 @@@ref: attrs
239 @@@ref: needs
240 @@@ref: url.link
241 @@@ref: block.align
242 @@@ref: src.required
243 @@@Attribute:
244 @@@@Name: "noflow"
245 @@@@Type: (noflow)
246 @@@ref: Size
247 @@@ref: imagemap
248
249 @@Description:
250 figures
251
252 @Element:
253 @@Name: overlay
254 @@Content: "EMPTY"
255 @@Attribute:
256 @@@ref: url.link
257 @@@ref: src.required
258 @@@ref: Size
259 @@@ref: imagemap
260 @@@Attribute:
261 @@@@Name: "x"
262 @@@@Type: NUMBER
263 @@@@Description: X offset from the top left corner of the base image
264 @@@Attribute:
265 @@@@Name: "y"
266 @@@@Type: NUMBER
267 @@@@Description: Y offset from the top left corner of the base image
268
269 @Element:
270 @@Name: figtext
271 @@Content: $body.content
272 @@Description: dummy element
273
274 @Element:
275 @@Name: credit
276 @@Content: $text.content
277 @@Attribute:
278 @@@ref: attrs
279 @@Description: name the source of a block quotation or figure

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24