1 |
wakaba |
1.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: $Date:$
|
18 |
|
|
|
19 |
|
|
Datatype:
|
20 |
|
|
@Type:
|
21 |
|
|
@@Name: classes
|
22 |
|
|
@@XMLType: NMTOKENS
|
23 |
|
|
@@Description: HTML 3.0 classes (SGML NAMES)
|
24 |
|
|
|
25 |
|
|
@Type:
|
26 |
|
|
@@Name: clear
|
27 |
|
|
@@XMLType: NMTOKENS
|
28 |
|
|
@@Description: (left|right|all|<number> <unit>)
|
29 |
|
|
|
30 |
|
|
@Type:
|
31 |
|
|
@@Name: LanguageCode
|
32 |
|
|
@@XMLType: CDATA
|
33 |
|
|
@@Description: HTML 3.0 Language Code (lang.country)
|
34 |
|
|
@Type
|
35 |
|
|
@@Name:
|
36 |
|
|
:LanguageCode
|
37 |
|
|
@@XMLType: CDATA
|
38 |
|
|
@@Description: IETF Language Tag or empty string (See XML 1.0 SE Errata)
|
39 |
|
|
|
40 |
|
|
@Type:
|
41 |
|
|
@@Name: md5
|
42 |
|
|
@@XMLType: CDATA
|
43 |
|
|
@@Description: MD5 checksum
|
44 |
|
|
|
45 |
|
|
@Type:
|
46 |
|
|
@@Name:
|
47 |
|
|
:URI
|
48 |
|
|
@@XMLType: CDATA
|
49 |
|
|
@@Description: URI Reference
|
50 |
|
|
|
51 |
|
|
Attribute:
|
52 |
|
|
@AttributeSet:
|
53 |
|
|
@@Name: common
|
54 |
|
|
@@REF:
|
55 |
|
|
xml:base
|
56 |
|
|
@@REF:
|
57 |
|
|
xml:lang
|
58 |
|
|
@@REF:
|
59 |
|
|
xml:space
|
60 |
|
|
|
61 |
|
|
@AttributeSet:
|
62 |
|
|
@@Name: class
|
63 |
|
|
@@Attribute:
|
64 |
|
|
@@@Name: "class"
|
65 |
|
|
@@@Type: classes
|
66 |
|
|
|
67 |
|
|
@AttributeSet:
|
68 |
|
|
@@Name: id
|
69 |
|
|
@@Attribute:
|
70 |
|
|
@@@Name: "id"
|
71 |
|
|
@@@Type: "ID"
|
72 |
|
|
|
73 |
|
|
@AttributeSet:
|
74 |
|
|
@@Name: lang
|
75 |
|
|
@@Attribute:
|
76 |
|
|
@@@Name: "lang"
|
77 |
|
|
@@@Type: LanguageCode
|
78 |
|
|
@@@Default: "en.us"
|
79 |
|
|
|
80 |
|
|
@AttributeSet:
|
81 |
|
|
@@Name: src
|
82 |
|
|
@@Attribute:
|
83 |
|
|
@@@Name: "src"
|
84 |
|
|
@@@Type:
|
85 |
|
|
:URI
|
86 |
|
|
|
87 |
|
|
@AttributeSet:
|
88 |
|
|
@@Name: attrs
|
89 |
|
|
@@ref: id
|
90 |
|
|
@@ref: lang
|
91 |
|
|
@@ref: class
|
92 |
|
|
|
93 |
|
|
@AttributeSet:
|
94 |
|
|
@@Name: needs
|
95 |
|
|
@@Attribute:
|
96 |
|
|
@@@Name: "clear"
|
97 |
|
|
@@@Type: clear
|
98 |
|
|
@@Description: Attributes for controlling text flow
|
99 |
|
|
|
100 |
|
|
@AttributeSet:
|
101 |
|
|
@@Name: url.link
|
102 |
|
|
@@Attribute:
|
103 |
|
|
@@@Name: "md"
|
104 |
|
|
@@@Type: md5
|
105 |
|
|
@@Description: Attributes associated with URL based links
|
106 |
|
|
|
107 |
|
|
Module:
|
108 |
|
|
@ID: struct
|
109 |
|
|
|
110 |
|
|
@Element:
|
111 |
|
|
@@Name: note
|
112 |
|
|
@@Content:
|
113 |
|
|
(#PCDATA | $:Flow.mix)*
|
114 |
|
|
|
115 |
|
|
@@Attribute:
|
116 |
|
|
@@@ref: attrs
|
117 |
|
|
@@@ref: src
|
118 |
|
|
@@@ref: url.link
|
119 |
|
|
@@@ref: needs
|
120 |
|
|
|
121 |
|
|
@@Description:
|
122 |
|
|
note: admonishments such as notes,
|
123 |
|
|
cautions or warnings, as commonly used in technical documentation
|