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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Thu Oct 23 23:49:27 2003 UTC revision 1.2 by wakaba, Tue May 25 08:47:21 2004 UTC
# Line 14  ModuleSet: Line 14  ModuleSet:
14      @@UsePrefix: 0      @@UsePrefix: 0
15        
16    @Copyright: Wakaba <w@suika.fam.cx>    @Copyright: Wakaba <w@suika.fam.cx>
17    @RCSDate: $Date$    @RCSDate:
18        $Date$
19    
20  Datatype:  Datatype:
21    @Type:    @Type:
# Line 43  Datatype: Line 44  Datatype:
44      @@Description: MD5 checksum      @@Description: MD5 checksum
45        
46    @Type:    @Type:
47        @@Name: NUMBER
48        @@XMLType: NMTOKEN
49        @@Description: SGML.NUMBER
50      
51      @Type:
52      @@Name:      @@Name:
53        :URI        :URI
54      @@XMLType: CDATA      @@XMLType: CDATA
# Line 59  Attribute: Line 65  Attribute:
65        xml:space        xml:space
66        
67    @AttributeSet:    @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      @@Name: class
76      @@Attribute:      @@Attribute:
77        @@@Name: "class"        @@@Name: "class"
# Line 71  Attribute: Line 84  Attribute:
84        @@@Type: "ID"        @@@Type: "ID"
85        
86    @AttributeSet:    @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      @@Name: lang
96      @@Attribute:      @@Attribute:
97        @@@Name: "lang"        @@@Name: "lang"
98        @@@Type: LanguageCode        @@@Type: LanguageCode
99        @@@Default: "en.us"        @@@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:    @AttributeSet:
118      @@Name: src      @@Name: src
# Line 83  Attribute: Line 120  Attribute:
120        @@@Name: "src"        @@@Name: "src"
121        @@@Type:        @@@Type:
122          :URI          :URI
123      @AttributeSet:
124        @@Name: src.required
125        @@Attribute:
126          @@@Name: "src"
127          @@@Type:
128            :URI
129          @@@Default: #REQUIRED
130        
131    @AttributeSet:    @AttributeSet:
132      @@Name: attrs      @@Name: attrs
# Line 108  Module: Line 152  Module:
152    @ID: struct    @ID: struct
153        
154    @Element:    @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      @@Name: note
178      @@Content:      @@Content: $body.content
       (#PCDATA | $:Flow.mix)*  
       
179      @@Attribute:      @@Attribute:
180        @@@ref: attrs        @@@ref: attrs
181        @@@ref: src        @@@ref: src
182        @@@ref: url.link        @@@ref: url.link
183        @@@ref: needs        @@@ref: needs
       
184      @@Description:      @@Description:
185        note: admonishments such as notes,        admonishments such as notes,
186        cautions or warnings, as commonly used in technical documentation        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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24