blob: 1e855bcda205328ebd2c8dc3c7666ff2e2a36da9 [file] [log] [blame]
Marc Kupietzaa7524b2024-09-22 12:00:48 +02001<!-- ....................................................................... -->
2<!-- XHTML 1.1 DTD ........................................................ -->
3<!-- file: xhtml11.dtd
4-->
5
6<!-- XHTML 1.1 DTD
7
8 This is XHTML, a reformulation of HTML as a modular XML application.
9
10 The Extensible HyperText Markup Language (XHTML)
11 Copyright 1998-2008 World Wide Web Consortium
12 (Massachusetts Institute of Technology, European Research Consortium
13 for Informatics and Mathematics, Keio University).
14 All Rights Reserved.
15
16 Permission to use, copy, modify and distribute the XHTML DTD and its
17 accompanying documentation for any purpose and without fee is hereby
18 granted in perpetuity, provided that the above copyright notice and
19 this paragraph appear in all copies. The copyright holders make no
20 representation about the suitability of the DTD for any purpose.
21
22 It is provided "as is" without expressed or implied warranty.
23
24 Author: Murray M. Altheim <altheim@eng.sun.com>
25 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $
26
27-->
28<!-- This is the driver file for version 1.1 of the XHTML DTD.
29
30 Please use this public identifier to identify it:
31
32 "-//W3C//DTD XHTML 1.1//EN"
33-->
34<!ENTITY % XHTML.version "-//W3C//DTD XHTML 1.1//EN" >
35
36<!-- Use this URI to identify the default namespace:
37
38 "http://www.w3.org/1999/xhtml"
39
40 See the Qualified Names module for information
41 on the use of namespace prefixes in the DTD.
42
43 Note that XHTML namespace elements are not prefixed by default,
44 but the XHTML namespace prefix is defined as "xhtml" so that
45 other markup languages can extend this one and use the XHTML
46 prefixed global attributes if required.
47
48-->
49<!ENTITY % NS.prefixed "IGNORE" >
50<!ENTITY % XHTML.prefix "xhtml" >
51
52<!-- Be sure to include prefixed global attributes - we don't need
53 them, but languages that extend XHTML 1.1 might.
54-->
55<!ENTITY % XHTML.global.attrs.prefixed "INCLUDE" >
56
57<!-- Reserved for use with the XLink namespace:
58-->
59<!ENTITY % XLINK.xmlns "" >
60<!ENTITY % XLINK.xmlns.attrib "" >
61
62<!-- For example, if you are using XHTML 1.1 directly, use the public
63 identifier in the DOCTYPE declaration, with the namespace declaration
64 on the document element to identify the default namespace:
65
66 <?xml version="1.0"?>
67 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
68 "http://www.w3.org/MarkUp/DTD/xhtml11.dtd">
69 <html xmlns="http://www.w3.org/1999/xhtml"
70 xml:lang="en">
71 ...
72 </html>
73
74 Revisions:
75 (none)
76-->
77
78<!-- reserved for future use with document profiles -->
79<!ENTITY % XHTML.profile "" >
80
81<!-- ensure XHTML Notations are disabled -->
82<!ENTITY % xhtml-notations.module "IGNORE" >
83
84<!-- Bidirectional Text features
85 This feature-test entity is used to declare elements
86 and attributes used for bidirectional text support.
87-->
88<!ENTITY % XHTML.bidi "INCLUDE" >
89
90<?doc type="doctype" role="title" { XHTML 1.1 } ?>
91
92<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
93
94<!-- Pre-Framework Redeclaration placeholder .................... -->
95<!-- this serves as a location to insert markup declarations
96 into the DTD prior to the framework declarations.
97-->
98<!ENTITY % xhtml-prefw-redecl.module "IGNORE" >
99<![%xhtml-prefw-redecl.module;[
100%xhtml-prefw-redecl.mod;
101<!-- end of xhtml-prefw-redecl.module -->]]>
102
103<!ENTITY % xhtml-events.module "INCLUDE" >
104
105<!-- Inline Style Module ........................................ -->
106<!ENTITY % xhtml-inlstyle.module "INCLUDE" >
107<![%xhtml-inlstyle.module;[
108<!ENTITY % xhtml-inlstyle.mod
109 PUBLIC "-//W3C//ELEMENTS XHTML Inline Style 1.0//EN"
110 "http://www.w3.org/MarkUp/DTD/xhtml-inlstyle-1.mod" >
111<!-- ...................................................................... -->
112<!-- XHTML Inline Style Module ........................................... -->
113<!-- file: xhtml-inlstyle-1.mod
114
115 This is XHTML, a reformulation of HTML as a modular XML application.
116 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
117 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $
118
119 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
120
121 PUBLIC "-//W3C//ENTITIES XHTML Inline Style 1.0//EN"
122 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlstyle-1.mod"
123
124 Revisions:
125 (none)
126 ....................................................................... -->
127
128<!-- Inline Style
129
130 This module declares the 'style' attribute, used to support inline
131 style markup. This module must be instantiated prior to the XHTML
132 Common Attributes module in order to be included in %Core.attrib;.
133-->
134
135<!ENTITY % style.attrib
136 "style CDATA #IMPLIED"
137>
138
139
140<!ENTITY % Core.extra.attrib
141 "%style.attrib;"
142>
143
144<!-- end of xhtml-inlstyle-1.mod -->
145]]>
146
147<!-- declare Document Model module instantiated in framework
148-->
149<!ENTITY % xhtml-model.mod
150 PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN"
151 "http://www.w3.org/MarkUp/DTD/xhtml11-model-1.mod" >
152
153<!-- adding the lang attribute into the I18N collection -->
154
155<!ENTITY % xhtml-datatypes.module "INCLUDE" >
156<![%xhtml-datatypes.module;[
157<!ENTITY % xhtml-datatypes.mod
158 PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
159 "xhtml-datatypes-1.mod" >
160<!-- ...................................................................... -->
161<!-- XHTML Datatypes Module .............................................. -->
162<!-- file: xhtml-datatypes-1.mod
163
164 This is XHTML, a reformulation of HTML as a modular XML application.
165 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
166 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
167
168 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
169
170 PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
171 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-datatypes-1.mod"
172
173 Revisions:
174 (none)
175 ....................................................................... -->
176
177<!-- Datatypes
178
179 defines containers for the following datatypes, many of
180 these imported from other specifications and standards.
181-->
182
183<!-- Length defined for cellpadding/cellspacing -->
184
185<!-- nn for pixels or nn% for percentage length -->
186<!ENTITY % Length.datatype "CDATA" >
187
188<!-- space-separated list of link types -->
189<!ENTITY % LinkTypes.datatype "NMTOKENS" >
190
191<!-- single or comma-separated list of media descriptors -->
192<!ENTITY % MediaDesc.datatype "CDATA" >
193
194<!-- pixel, percentage, or relative -->
195<!ENTITY % MultiLength.datatype "CDATA" >
196
197<!-- one or more digits (NUMBER) -->
198<!ENTITY % Number.datatype "CDATA" >
199
200<!-- integer representing length in pixels -->
201<!ENTITY % Pixels.datatype "CDATA" >
202
203<!-- script expression -->
204<!ENTITY % Script.datatype "CDATA" >
205
206<!-- textual content -->
207<!ENTITY % Text.datatype "CDATA" >
208
209<!-- Placeholder Compact URI-related types -->
210<!ENTITY % CURIE.datatype "CDATA" >
211<!ENTITY % CURIEs.datatype "CDATA" >
212<!ENTITY % SafeCURIE.datatype "CDATA" >
213<!ENTITY % SafeCURIEs.datatype "CDATA" >
214<!ENTITY % URIorSafeCURIE.datatype "CDATA" >
215<!ENTITY % URIorSafeCURIEs.datatype "CDATA" >
216
217<!-- Imported Datatypes ................................ -->
218
219<!-- a single character from [ISO10646] -->
220<!ENTITY % Character.datatype "CDATA" >
221
222<!-- a character encoding, as per [RFC2045] -->
223<!ENTITY % Charset.datatype "CDATA" >
224
225<!-- a space separated list of character encodings, as per [RFC2045] -->
226<!ENTITY % Charsets.datatype "CDATA" >
227
228<!-- Color specification using color name or sRGB (#RRGGBB) values -->
229<!ENTITY % Color.datatype "CDATA" >
230
231<!-- media type, as per [RFC2045] -->
232<!ENTITY % ContentType.datatype "CDATA" >
233
234<!-- comma-separated list of media types, as per [RFC2045] -->
235<!ENTITY % ContentTypes.datatype "CDATA" >
236
237<!-- date and time information. ISO date format -->
238<!ENTITY % Datetime.datatype "CDATA" >
239
240<!-- formal public identifier, as per [ISO8879] -->
241<!ENTITY % FPI.datatype "CDATA" >
242
243<!-- a language code, as per [RFC3066] or its successor -->
244<!ENTITY % LanguageCode.datatype "CDATA" >
245
246<!-- a comma separated list of language code ranges -->
247<!ENTITY % LanguageCodes.datatype "CDATA" >
248
249<!-- a qualified name , as per [XMLNS] or its successor -->
250<!ENTITY % QName.datatype "CDATA" >
251<!ENTITY % QNames.datatype "CDATA" >
252
253<!-- a Uniform Resource Identifier, see [URI] -->
254<!ENTITY % URI.datatype "CDATA" >
255
256<!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
257<!ENTITY % URIs.datatype "CDATA" >
258
259<!-- a relative URI reference consisting of an initial '#' and a fragment ID -->
260<!ENTITY % URIREF.datatype "CDATA" >
261
262<!-- end of xhtml-datatypes-1.mod -->
263]]>
264
265<!ENTITY % lang.attrib
266 "xml:lang %LanguageCode.datatype; #IMPLIED
267 lang %LanguageCode.datatype; #IMPLIED"
268>
269
270<!-- Modular Framework Module (required) ......................... -->
271<!ENTITY % xhtml-framework.module "INCLUDE" >
272<![%xhtml-framework.module;[
273<!ENTITY % xhtml-framework.mod
274 PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
275 "http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod" >
276<!-- ...................................................................... -->
277<!-- XHTML Modular Framework Module ...................................... -->
278<!-- file: xhtml-framework-1.mod
279
280 This is XHTML, a reformulation of HTML as a modular XML application.
281 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
282 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
283
284 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
285
286 PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
287 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod"
288
289 Revisions:
290 (none)
291 ....................................................................... -->
292
293<!-- Modular Framework
294
295 This required module instantiates the modules needed
296 to support the XHTML modularization model, including:
297
298 + datatypes
299 + namespace-qualified names
300 + common attributes
301 + document model
302 + character entities
303
304 The Intrinsic Events module is ignored by default but
305 occurs in this module because it must be instantiated
306 prior to Attributes but after Datatypes.
307-->
308
309<!ENTITY % xhtml-arch.module "IGNORE" >
310<![%xhtml-arch.module;[
311<!ENTITY % xhtml-arch.mod
312 PUBLIC "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN"
313 "xhtml-arch-1.mod" >
314%xhtml-arch.mod;]]>
315
316<!ENTITY % xhtml-notations.module "IGNORE" >
317<![%xhtml-notations.module;[
318<!ENTITY % xhtml-notations.mod
319 PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
320 "xhtml-notations-1.mod" >
321%xhtml-notations.mod;]]>
322
323<!ENTITY % xhtml-datatypes.module "INCLUDE" >
324<![%xhtml-datatypes.module;[
325<!ENTITY % xhtml-datatypes.mod
326 PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
327 "xhtml-datatypes-1.mod" >
328<!-- ...................................................................... -->
329<!-- XHTML Datatypes Module .............................................. -->
330<!-- file: xhtml-datatypes-1.mod
331
332 This is XHTML, a reformulation of HTML as a modular XML application.
333 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
334 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
335
336 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
337
338 PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
339 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-datatypes-1.mod"
340
341 Revisions:
342 (none)
343 ....................................................................... -->
344
345<!-- Datatypes
346
347 defines containers for the following datatypes, many of
348 these imported from other specifications and standards.
349-->
350
351<!-- Length defined for cellpadding/cellspacing -->
352
353<!-- nn for pixels or nn% for percentage length -->
354<!ENTITY % Length.datatype "CDATA" >
355
356<!-- space-separated list of link types -->
357<!ENTITY % LinkTypes.datatype "NMTOKENS" >
358
359<!-- single or comma-separated list of media descriptors -->
360<!ENTITY % MediaDesc.datatype "CDATA" >
361
362<!-- pixel, percentage, or relative -->
363<!ENTITY % MultiLength.datatype "CDATA" >
364
365<!-- one or more digits (NUMBER) -->
366<!ENTITY % Number.datatype "CDATA" >
367
368<!-- integer representing length in pixels -->
369<!ENTITY % Pixels.datatype "CDATA" >
370
371<!-- script expression -->
372<!ENTITY % Script.datatype "CDATA" >
373
374<!-- textual content -->
375<!ENTITY % Text.datatype "CDATA" >
376
377<!-- Placeholder Compact URI-related types -->
378<!ENTITY % CURIE.datatype "CDATA" >
379<!ENTITY % CURIEs.datatype "CDATA" >
380<!ENTITY % SafeCURIE.datatype "CDATA" >
381<!ENTITY % SafeCURIEs.datatype "CDATA" >
382<!ENTITY % URIorSafeCURIE.datatype "CDATA" >
383<!ENTITY % URIorSafeCURIEs.datatype "CDATA" >
384
385<!-- Imported Datatypes ................................ -->
386
387<!-- a single character from [ISO10646] -->
388<!ENTITY % Character.datatype "CDATA" >
389
390<!-- a character encoding, as per [RFC2045] -->
391<!ENTITY % Charset.datatype "CDATA" >
392
393<!-- a space separated list of character encodings, as per [RFC2045] -->
394<!ENTITY % Charsets.datatype "CDATA" >
395
396<!-- Color specification using color name or sRGB (#RRGGBB) values -->
397<!ENTITY % Color.datatype "CDATA" >
398
399<!-- media type, as per [RFC2045] -->
400<!ENTITY % ContentType.datatype "CDATA" >
401
402<!-- comma-separated list of media types, as per [RFC2045] -->
403<!ENTITY % ContentTypes.datatype "CDATA" >
404
405<!-- date and time information. ISO date format -->
406<!ENTITY % Datetime.datatype "CDATA" >
407
408<!-- formal public identifier, as per [ISO8879] -->
409<!ENTITY % FPI.datatype "CDATA" >
410
411<!-- a language code, as per [RFC3066] or its successor -->
412<!ENTITY % LanguageCode.datatype "CDATA" >
413
414<!-- a comma separated list of language code ranges -->
415<!ENTITY % LanguageCodes.datatype "CDATA" >
416
417<!-- a qualified name , as per [XMLNS] or its successor -->
418<!ENTITY % QName.datatype "CDATA" >
419<!ENTITY % QNames.datatype "CDATA" >
420
421<!-- a Uniform Resource Identifier, see [URI] -->
422<!ENTITY % URI.datatype "CDATA" >
423
424<!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
425<!ENTITY % URIs.datatype "CDATA" >
426
427<!-- a relative URI reference consisting of an initial '#' and a fragment ID -->
428<!ENTITY % URIREF.datatype "CDATA" >
429
430<!-- end of xhtml-datatypes-1.mod -->
431]]>
432
433<!-- placeholder for XLink support module -->
434<!ENTITY % xhtml-xlink.mod "" >
435
436
437<!ENTITY % xhtml-qname.module "INCLUDE" >
438<![%xhtml-qname.module;[
439<!ENTITY % xhtml-qname.mod
440 PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
441 "xhtml-qname-1.mod" >
442<!-- ....................................................................... -->
443<!-- XHTML Qname Module ................................................... -->
444<!-- file: xhtml-qname-1.mod
445
446 This is XHTML, a reformulation of HTML as a modular XML application.
447 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
448 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
449
450 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
451
452 PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
453 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-qname-1.mod"
454
455 Revisions:
456 #2000-10-22: added qname declarations for ruby elements
457 ....................................................................... -->
458
459<!-- XHTML Qname (Qualified Name) Module
460
461 This module is contained in two parts, labeled Section 'A' and 'B':
462
463 Section A declares parameter entities to support namespace-
464 qualified names, namespace declarations, and name prefixing
465 for XHTML and extensions.
466
467 Section B declares parameter entities used to provide
468 namespace-qualified names for all XHTML element types:
469
470 %applet.qname; the xmlns-qualified name for <applet>
471 %base.qname; the xmlns-qualified name for <base>
472 ...
473
474 XHTML extensions would create a module similar to this one.
475 Included in the XHTML distribution is a template module
476 ('template-qname-1.mod') suitable for this purpose.
477-->
478
479<!-- Section A: XHTML XML Namespace Framework :::::::::::::::::::: -->
480
481<!-- 1. Declare a %XHTML.prefixed; conditional section keyword, used
482 to activate namespace prefixing. The default value should
483 inherit '%NS.prefixed;' from the DTD driver, so that unless
484 overridden, the default behaviour follows the overall DTD
485 prefixing scheme.
486-->
487<!ENTITY % NS.prefixed "IGNORE" >
488<!ENTITY % XHTML.prefixed "%NS.prefixed;" >
489
490<!-- By default, we always permit XHTML attribute collections to have
491 namespace-qualified prefixes as well.
492-->
493<!ENTITY % XHTML.global.attrs.prefixed "INCLUDE" >
494<!-- By default, we allow the XML Schema attributes on the root
495 element.
496-->
497<!ENTITY % XHTML.xsi.attrs "INCLUDE" >
498
499<!-- 2. Declare a parameter entity (eg., %XHTML.xmlns;) containing
500 the URI reference used to identify the XHTML namespace:
501-->
502<!ENTITY % XHTML.xmlns "http://www.w3.org/1999/xhtml" >
503
504<!-- 3. Declare parameter entities (eg., %XHTML.prefix;) containing
505 the default namespace prefix string(s) to use when prefixing
506 is enabled. This may be overridden in the DTD driver or the
507 internal subset of an document instance. If no default prefix
508 is desired, this may be declared as an empty string.
509
510 NOTE: As specified in [XMLNAMES], the namespace prefix serves
511 as a proxy for the URI reference, and is not in itself significant.
512-->
513<!ENTITY % XHTML.prefix "xhtml" >
514
515<!-- 4. Declare parameter entities (eg., %XHTML.pfx;) containing the
516 colonized prefix(es) (eg., '%XHTML.prefix;:') used when
517 prefixing is active, an empty string when it is not.
518-->
519<![%XHTML.prefixed;[
520<!ENTITY % XHTML.pfx "%XHTML.prefix;:" >
521]]>
522<!ENTITY % XHTML.pfx "" >
523
524<!-- declare qualified name extensions here ............ -->
525<!ENTITY % xhtml-qname-extra.mod "" >
526
527
528<!-- 5. The parameter entity %XHTML.xmlns.extra.attrib; may be
529 redeclared to contain any non-XHTML namespace declaration
530 attributes for namespaces embedded in XHTML. The default
531 is an empty string. XLink should be included here if used
532 in the DTD.
533-->
534<!ENTITY % XHTML.xmlns.extra.attrib "" >
535
536<!-- The remainder of Section A is only followed in XHTML, not extensions. -->
537
538<!-- Declare a parameter entity %NS.decl.attrib; containing
539 all XML Namespace declarations used in the DTD, plus the
540 xmlns declaration for XHTML, its form dependent on whether
541 prefixing is active.
542-->
543<!ENTITY % XHTML.xmlns.attrib.prefixed
544 "xmlns:%XHTML.prefix; %URI.datatype; #FIXED '%XHTML.xmlns;'"
545>
546<![%XHTML.prefixed;[
547<!ENTITY % NS.decl.attrib
548 "%XHTML.xmlns.attrib.prefixed;
549 %XHTML.xmlns.extra.attrib;"
550>
551]]>
552<!ENTITY % NS.decl.attrib
553 "%XHTML.xmlns.extra.attrib;"
554>
555
556<!-- Declare a parameter entity %XSI.prefix as a prefix to use for XML
557 Schema Instance attributes.
558-->
559<!ENTITY % XSI.prefix "xsi" >
560
561<!ENTITY % XSI.xmlns "http://www.w3.org/2001/XMLSchema-instance" >
562
563<!-- Declare a parameter entity %XSI.xmlns.attrib as support for the
564 schemaLocation attribute, since this is legal throughout the DTD.
565-->
566<!ENTITY % XSI.xmlns.attrib
567 "xmlns:%XSI.prefix; %URI.datatype; #FIXED '%XSI.xmlns;'" >
568
569<!-- This is a placeholder for future XLink support.
570-->
571<!ENTITY % XLINK.xmlns.attrib "" >
572
573<!-- This is the attribute for the XML Schema namespace - XHTML
574 Modularization is also expressed in XML Schema, and it needs to
575 be legal to declare the XML Schema namespace and the
576 schemaLocation attribute on the root element of XHTML family
577 documents.
578-->
579<![%XHTML.xsi.attrs;[
580<!ENTITY % XSI.prefix "xsi" >
581<!ENTITY % XSI.pfx "%XSI.prefix;:" >
582<!ENTITY % XSI.xmlns "http://www.w3.org/2001/XMLSchema-instance" >
583
584<!ENTITY % XSI.xmlns.attrib
585 "xmlns:%XSI.prefix; %URI.datatype; #FIXED '%XSI.xmlns;'"
586>
587]]>
588<!ENTITY % XSI.prefix "" >
589<!ENTITY % XSI.pfx "" >
590<!ENTITY % XSI.xmlns.attrib "" >
591
592
593<!-- Declare a parameter entity %NS.decl.attrib; containing all
594 XML namespace declaration attributes used by XHTML, including
595 a default xmlns attribute when prefixing is inactive.
596-->
597<![%XHTML.prefixed;[
598<!ENTITY % XHTML.xmlns.attrib
599 "%NS.decl.attrib;
600 %XSI.xmlns.attrib;
601 %XLINK.xmlns.attrib;"
602>
603]]>
604<!ENTITY % XHTML.xmlns.attrib
605 "xmlns %URI.datatype; #FIXED '%XHTML.xmlns;'
606 %NS.decl.attrib;
607 %XSI.xmlns.attrib;
608 %XLINK.xmlns.attrib;"
609>
610
611<!-- placeholder for qualified name redeclarations -->
612<!ENTITY % xhtml-qname.redecl "" >
613
614
615<!-- Section B: XHTML Qualified Names ::::::::::::::::::::::::::::: -->
616
617<!-- 6. This section declares parameter entities used to provide
618 namespace-qualified names for all XHTML element types.
619-->
620
621<!-- module: xhtml-applet-1.mod -->
622<!ENTITY % applet.qname "%XHTML.pfx;applet" >
623
624<!-- module: xhtml-base-1.mod -->
625<!ENTITY % base.qname "%XHTML.pfx;base" >
626
627<!-- module: xhtml-bdo-1.mod -->
628<!ENTITY % bdo.qname "%XHTML.pfx;bdo" >
629
630<!-- module: xhtml-blkphras-1.mod -->
631<!ENTITY % address.qname "%XHTML.pfx;address" >
632<!ENTITY % blockquote.qname "%XHTML.pfx;blockquote" >
633<!ENTITY % pre.qname "%XHTML.pfx;pre" >
634<!ENTITY % h1.qname "%XHTML.pfx;h1" >
635<!ENTITY % h2.qname "%XHTML.pfx;h2" >
636<!ENTITY % h3.qname "%XHTML.pfx;h3" >
637<!ENTITY % h4.qname "%XHTML.pfx;h4" >
638<!ENTITY % h5.qname "%XHTML.pfx;h5" >
639<!ENTITY % h6.qname "%XHTML.pfx;h6" >
640
641<!-- module: xhtml-blkpres-1.mod -->
642<!ENTITY % hr.qname "%XHTML.pfx;hr" >
643
644<!-- module: xhtml-blkstruct-1.mod -->
645<!ENTITY % div.qname "%XHTML.pfx;div" >
646<!ENTITY % p.qname "%XHTML.pfx;p" >
647
648<!-- module: xhtml-edit-1.mod -->
649<!ENTITY % ins.qname "%XHTML.pfx;ins" >
650<!ENTITY % del.qname "%XHTML.pfx;del" >
651
652<!-- module: xhtml-form-1.mod -->
653<!ENTITY % form.qname "%XHTML.pfx;form" >
654<!ENTITY % label.qname "%XHTML.pfx;label" >
655<!ENTITY % input.qname "%XHTML.pfx;input" >
656<!ENTITY % select.qname "%XHTML.pfx;select" >
657<!ENTITY % optgroup.qname "%XHTML.pfx;optgroup" >
658<!ENTITY % option.qname "%XHTML.pfx;option" >
659<!ENTITY % textarea.qname "%XHTML.pfx;textarea" >
660<!ENTITY % fieldset.qname "%XHTML.pfx;fieldset" >
661<!ENTITY % legend.qname "%XHTML.pfx;legend" >
662<!ENTITY % button.qname "%XHTML.pfx;button" >
663
664<!-- module: xhtml-hypertext-1.mod -->
665<!ENTITY % a.qname "%XHTML.pfx;a" >
666
667<!-- module: xhtml-image-1.mod -->
668<!ENTITY % img.qname "%XHTML.pfx;img" >
669
670<!-- module: xhtml-inlphras-1.mod -->
671<!ENTITY % abbr.qname "%XHTML.pfx;abbr" >
672<!ENTITY % acronym.qname "%XHTML.pfx;acronym" >
673<!ENTITY % cite.qname "%XHTML.pfx;cite" >
674<!ENTITY % code.qname "%XHTML.pfx;code" >
675<!ENTITY % dfn.qname "%XHTML.pfx;dfn" >
676<!ENTITY % em.qname "%XHTML.pfx;em" >
677<!ENTITY % kbd.qname "%XHTML.pfx;kbd" >
678<!ENTITY % q.qname "%XHTML.pfx;q" >
679<!ENTITY % samp.qname "%XHTML.pfx;samp" >
680<!ENTITY % strong.qname "%XHTML.pfx;strong" >
681<!ENTITY % var.qname "%XHTML.pfx;var" >
682
683<!-- module: xhtml-inlpres-1.mod -->
684<!ENTITY % b.qname "%XHTML.pfx;b" >
685<!ENTITY % big.qname "%XHTML.pfx;big" >
686<!ENTITY % i.qname "%XHTML.pfx;i" >
687<!ENTITY % small.qname "%XHTML.pfx;small" >
688<!ENTITY % sub.qname "%XHTML.pfx;sub" >
689<!ENTITY % sup.qname "%XHTML.pfx;sup" >
690<!ENTITY % tt.qname "%XHTML.pfx;tt" >
691
692<!-- module: xhtml-inlstruct-1.mod -->
693<!ENTITY % br.qname "%XHTML.pfx;br" >
694<!ENTITY % span.qname "%XHTML.pfx;span" >
695
696<!-- module: xhtml-ismap-1.mod (also csismap, ssismap) -->
697<!ENTITY % map.qname "%XHTML.pfx;map" >
698<!ENTITY % area.qname "%XHTML.pfx;area" >
699
700<!-- module: xhtml-link-1.mod -->
701<!ENTITY % link.qname "%XHTML.pfx;link" >
702
703<!-- module: xhtml-list-1.mod -->
704<!ENTITY % dl.qname "%XHTML.pfx;dl" >
705<!ENTITY % dt.qname "%XHTML.pfx;dt" >
706<!ENTITY % dd.qname "%XHTML.pfx;dd" >
707<!ENTITY % ol.qname "%XHTML.pfx;ol" >
708<!ENTITY % ul.qname "%XHTML.pfx;ul" >
709<!ENTITY % li.qname "%XHTML.pfx;li" >
710
711<!-- module: xhtml-meta-1.mod -->
712<!ENTITY % meta.qname "%XHTML.pfx;meta" >
713
714<!-- module: xhtml-param-1.mod -->
715<!ENTITY % param.qname "%XHTML.pfx;param" >
716
717<!-- module: xhtml-object-1.mod -->
718<!ENTITY % object.qname "%XHTML.pfx;object" >
719
720<!-- module: xhtml-script-1.mod -->
721<!ENTITY % script.qname "%XHTML.pfx;script" >
722<!ENTITY % noscript.qname "%XHTML.pfx;noscript" >
723
724<!-- module: xhtml-struct-1.mod -->
725<!ENTITY % html.qname "%XHTML.pfx;html" >
726<!ENTITY % head.qname "%XHTML.pfx;head" >
727<!ENTITY % title.qname "%XHTML.pfx;title" >
728<!ENTITY % body.qname "%XHTML.pfx;body" >
729
730<!-- module: xhtml-style-1.mod -->
731<!ENTITY % style.qname "%XHTML.pfx;style" >
732
733<!-- module: xhtml-table-1.mod -->
734<!ENTITY % table.qname "%XHTML.pfx;table" >
735<!ENTITY % caption.qname "%XHTML.pfx;caption" >
736<!ENTITY % thead.qname "%XHTML.pfx;thead" >
737<!ENTITY % tfoot.qname "%XHTML.pfx;tfoot" >
738<!ENTITY % tbody.qname "%XHTML.pfx;tbody" >
739<!ENTITY % colgroup.qname "%XHTML.pfx;colgroup" >
740<!ENTITY % col.qname "%XHTML.pfx;col" >
741<!ENTITY % tr.qname "%XHTML.pfx;tr" >
742<!ENTITY % th.qname "%XHTML.pfx;th" >
743<!ENTITY % td.qname "%XHTML.pfx;td" >
744
745<!-- module: xhtml-ruby-1.mod -->
746
747<!ENTITY % ruby.qname "%XHTML.pfx;ruby" >
748<!ENTITY % rbc.qname "%XHTML.pfx;rbc" >
749<!ENTITY % rtc.qname "%XHTML.pfx;rtc" >
750<!ENTITY % rb.qname "%XHTML.pfx;rb" >
751<!ENTITY % rt.qname "%XHTML.pfx;rt" >
752<!ENTITY % rp.qname "%XHTML.pfx;rp" >
753
754<!-- Provisional XHTML 2.0 Qualified Names ...................... -->
755
756<!-- module: xhtml-image-2.mod -->
757<!ENTITY % alt.qname "%XHTML.pfx;alt" >
758
759<!-- end of xhtml-qname-1.mod -->
760]]>
761
762<!ENTITY % xhtml-events.module "IGNORE" >
763<![%xhtml-events.module;[
764<!ENTITY % xhtml-events.mod
765 PUBLIC "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN"
766 "xhtml-events-1.mod" >
767<!-- ...................................................................... -->
768<!-- XHTML Intrinsic Events Module ....................................... -->
769<!-- file: xhtml-events-1.mod
770
771 This is XHTML, a reformulation of HTML as a modular XML application.
772 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
773 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
774
775 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
776
777 PUBLIC "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN"
778 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-events-1.mod"
779
780 Revisions:
781 (none)
782 ....................................................................... -->
783
784<!-- Intrinsic Event Attributes
785
786 These are the event attributes defined in HTML 4,
787 Section 18.2.3 "Intrinsic Events". This module must be
788 instantiated prior to the Attributes Module but after
789 the Datatype Module in the Modular Framework module.
790
791 "Note: Authors of HTML documents are advised that changes
792 are likely to occur in the realm of intrinsic events
793 (e.g., how scripts are bound to events). Research in
794 this realm is carried on by members of the W3C Document
795 Object Model Working Group (see the W3C Web site at
796 http://www.w3.org/ for more information)."
797-->
798<!-- NOTE: Because the ATTLIST declarations in this module occur
799 before their respective ELEMENT declarations in other
800 modules, there may be a dependency on this module that
801 should be considered if any of the parameter entities used
802 for element type names (eg., %a.qname;) are redeclared.
803-->
804
805<!ENTITY % Events.attrib
806 "onclick %Script.datatype; #IMPLIED
807 ondblclick %Script.datatype; #IMPLIED
808 onmousedown %Script.datatype; #IMPLIED
809 onmouseup %Script.datatype; #IMPLIED
810 onmouseover %Script.datatype; #IMPLIED
811 onmousemove %Script.datatype; #IMPLIED
812 onmouseout %Script.datatype; #IMPLIED
813 onkeypress %Script.datatype; #IMPLIED
814 onkeydown %Script.datatype; #IMPLIED
815 onkeyup %Script.datatype; #IMPLIED"
816>
817
818<![%XHTML.global.attrs.prefixed;[
819<!ENTITY % XHTML.global.events.attrib
820 "%XHTML.prefix;:onclick %Script.datatype; #IMPLIED
821 %XHTML.prefix;:ondblclick %Script.datatype; #IMPLIED
822 %XHTML.prefix;:onmousedown %Script.datatype; #IMPLIED
823 %XHTML.prefix;:onmouseup %Script.datatype; #IMPLIED
824 %XHTML.prefix;:onmouseover %Script.datatype; #IMPLIED
825 %XHTML.prefix;:onmousemove %Script.datatype; #IMPLIED
826 %XHTML.prefix;:onmouseout %Script.datatype; #IMPLIED
827 %XHTML.prefix;:onkeypress %Script.datatype; #IMPLIED
828 %XHTML.prefix;:onkeydown %Script.datatype; #IMPLIED
829 %XHTML.prefix;:onkeyup %Script.datatype; #IMPLIED"
830>
831]]>
832
833<!-- additional attributes on anchor element
834-->
835<!ATTLIST %a.qname;
836 onfocus %Script.datatype; #IMPLIED
837 onblur %Script.datatype; #IMPLIED
838>
839
840<!-- additional attributes on form element
841-->
842<!ATTLIST %form.qname;
843 onsubmit %Script.datatype; #IMPLIED
844 onreset %Script.datatype; #IMPLIED
845>
846
847<!-- additional attributes on label element
848-->
849<!ATTLIST %label.qname;
850 onfocus %Script.datatype; #IMPLIED
851 onblur %Script.datatype; #IMPLIED
852>
853
854<!-- additional attributes on input element
855-->
856<!ATTLIST %input.qname;
857 onfocus %Script.datatype; #IMPLIED
858 onblur %Script.datatype; #IMPLIED
859 onselect %Script.datatype; #IMPLIED
860 onchange %Script.datatype; #IMPLIED
861>
862
863<!-- additional attributes on select element
864-->
865<!ATTLIST %select.qname;
866 onfocus %Script.datatype; #IMPLIED
867 onblur %Script.datatype; #IMPLIED
868 onchange %Script.datatype; #IMPLIED
869>
870
871<!-- additional attributes on textarea element
872-->
873<!ATTLIST %textarea.qname;
874 onfocus %Script.datatype; #IMPLIED
875 onblur %Script.datatype; #IMPLIED
876 onselect %Script.datatype; #IMPLIED
877 onchange %Script.datatype; #IMPLIED
878>
879
880<!-- additional attributes on button element
881-->
882<!ATTLIST %button.qname;
883 onfocus %Script.datatype; #IMPLIED
884 onblur %Script.datatype; #IMPLIED
885>
886
887<!-- additional attributes on body element
888-->
889<!ATTLIST %body.qname;
890 onload %Script.datatype; #IMPLIED
891 onunload %Script.datatype; #IMPLIED
892>
893
894<!-- additional attributes on area element
895-->
896<!ATTLIST %area.qname;
897 onfocus %Script.datatype; #IMPLIED
898 onblur %Script.datatype; #IMPLIED
899>
900
901<!-- end of xhtml-events-1.mod -->
902]]>
903
904<!ENTITY % xhtml-attribs.module "INCLUDE" >
905<![%xhtml-attribs.module;[
906<!ENTITY % xhtml-attribs.mod
907 PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
908 "xhtml-attribs-1.mod" >
909<!-- ...................................................................... -->
910<!-- XHTML Common Attributes Module ...................................... -->
911<!-- file: xhtml-attribs-1.mod
912
913 This is XHTML, a reformulation of HTML as a modular XML application.
914 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
915 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
916
917 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
918
919 PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
920 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-attribs-1.mod"
921
922 Revisions:
923 (none)
924 ....................................................................... -->
925
926<!-- Common Attributes
927
928 This module declares many of the common attributes for the XHTML DTD.
929 %NS.decl.attrib; is declared in the XHTML Qname module.
930
931 Note that this file was extended in XHTML Modularization 1.1 to
932 include declarations of "global" versions of the attribute collections.
933 The global versions of the attributes are for use on elements in other
934 namespaces. The global version of "common" includes the xmlns declaration
935 for the prefixed version of the xhtml namespace. If you are only using a
936 specific attribute or an individual attribute collection, you must also
937 include the XHTML.xmlns.attrib.prefixed PE on your elements.
938-->
939
940<!ENTITY % id.attrib
941 "id ID #IMPLIED"
942>
943
944<![%XHTML.global.attrs.prefixed;[
945<!ENTITY % XHTML.global.id.attrib
946 "%XHTML.prefix;:id ID #IMPLIED"
947>
948]]>
949
950<!ENTITY % class.attrib
951 "class CDATA #IMPLIED"
952>
953
954<![%XHTML.global.attrs.prefixed;[
955<!ENTITY % XHTML.global.class.attrib
956 "%XHTML.prefix;:class CDATA #IMPLIED"
957>
958]]>
959
960<!ENTITY % title.attrib
961 "title %Text.datatype; #IMPLIED"
962>
963
964<![%XHTML.global.attrs.prefixed;[
965<!ENTITY % XHTML.global.title.attrib
966 "%XHTML.prefix;:title %Text.datatype; #IMPLIED"
967>
968]]>
969
970<!ENTITY % Core.extra.attrib "" >
971
972<!ENTITY % Core.attrib
973 "%XHTML.xmlns.attrib;
974 %id.attrib;
975 %class.attrib;
976 %title.attrib;
977 %Core.extra.attrib;"
978>
979
980<!ENTITY % XHTML.global.core.extra.attrib "" >
981
982<![%XHTML.global.attrs.prefixed;[
983
984<!ENTITY % XHTML.global.core.attrib
985 "%XHTML.global.id.attrib;
986 %XHTML.global.class.attrib;
987 %XHTML.global.title.attrib;
988 %XHTML.global.core.extra.attrib;"
989>
990]]>
991
992<!ENTITY % XHTML.global.core.attrib "" >
993
994
995<!ENTITY % lang.attrib
996 "xml:lang %LanguageCode.datatype; #IMPLIED"
997>
998
999<![%XHTML.bidi;[
1000<!ENTITY % dir.attrib
1001 "dir ( ltr | rtl ) #IMPLIED"
1002>
1003
1004<!ENTITY % I18n.attrib
1005 "%dir.attrib;
1006 %lang.attrib;"
1007>
1008
1009<![%XHTML.global.attrs.prefixed;[
1010<!ENTITY XHTML.global.i18n.attrib
1011 "%XHTML.prefix;:dir ( ltr | rtl ) #IMPLIED
1012 %lang.attrib;"
1013>
1014]]>
1015<!ENTITY XHTML.global.i18n.attrib "" >
1016
1017]]>
1018<!ENTITY % I18n.attrib
1019 "%lang.attrib;"
1020>
1021<!ENTITY % XHTML.global.i18n.attrib
1022 "%lang.attrib;"
1023>
1024
1025<!ENTITY % Common.extra.attrib "" >
1026<!ENTITY % XHTML.global.common.extra.attrib "" >
1027
1028<!-- intrinsic event attributes declared previously
1029-->
1030<!ENTITY % Events.attrib "" >
1031
1032<!ENTITY % XHTML.global.events.attrib "" >
1033
1034<!ENTITY % Common.attrib
1035 "%Core.attrib;
1036 %I18n.attrib;
1037 %Events.attrib;
1038 %Common.extra.attrib;"
1039>
1040
1041<!ENTITY % XHTML.global.common.attrib
1042 "%XHTML.xmlns.attrib.prefixed;
1043 %XHTML.global.core.attrib;
1044 %XHTML.global.i18n.attrib;
1045 %XHTML.global.events.attrib;
1046 %XHTML.global.common.extra.attrib;"
1047>
1048
1049<!-- end of xhtml-attribs-1.mod -->
1050]]>
1051
1052<!-- placeholder for content model redeclarations -->
1053<!ENTITY % xhtml-model.redecl "" >
1054
1055
1056<!ENTITY % xhtml-model.module "INCLUDE" >
1057<![%xhtml-model.module;[
1058<!-- instantiate the Document Model module declared in the DTD driver
1059-->
1060<!-- ....................................................................... -->
1061<!-- XHTML 1.1 Document Model Module ...................................... -->
1062<!-- file: xhtml11-model-1.mod
1063
1064 This is XHTML 1.1, a reformulation of HTML as a modular XML application.
1065 Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved.
1066 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
1067
1068 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
1069
1070 PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN"
1071 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml11-model-1.mod"
1072
1073 Revisions:
1074 (none)
1075 ....................................................................... -->
1076
1077<!-- XHTML 1.1 Document Model
1078
1079 This module describes the groupings of elements that make up
1080 common content models for XHTML elements.
1081
1082 XHTML has three basic content models:
1083
1084 %Inline.mix; character-level elements
1085 %Block.mix; block-like elements, eg., paragraphs and lists
1086 %Flow.mix; any block or inline elements
1087
1088 Any parameter entities declared in this module may be used
1089 to create element content models, but the above three are
1090 considered 'global' (insofar as that term applies here).
1091
1092 The reserved word '#PCDATA' (indicating a text string) is now
1093 included explicitly with each element declaration that is
1094 declared as mixed content, as XML requires that this token
1095 occur first in a content model specification.
1096-->
1097<!-- Extending the Model
1098
1099 While in some cases this module may need to be rewritten to
1100 accommodate changes to the document model, minor extensions
1101 may be accomplished by redeclaring any of the three *.extra;
1102 parameter entities to contain extension element types as follows:
1103
1104 %Misc.extra; whose parent may be any block or
1105 inline element.
1106
1107 %Inline.extra; whose parent may be any inline element.
1108
1109 %Block.extra; whose parent may be any block element.
1110
1111 If used, these parameter entities must be an OR-separated
1112 list beginning with an OR separator ("|"), eg., "| a | b | c"
1113
1114 All block and inline *.class parameter entities not part
1115 of the *struct.class classes begin with "| " to allow for
1116 exclusion from mixes.
1117-->
1118
1119<!-- .............. Optional Elements in head .................. -->
1120
1121<!ENTITY % HeadOpts.mix
1122 "( %script.qname; | %style.qname; | %meta.qname;
1123 | %link.qname; | %object.qname; )*"
1124>
1125
1126<!-- ................. Miscellaneous Elements .................. -->
1127
1128<!-- ins and del are used to denote editing changes
1129-->
1130<!ENTITY % Edit.class "| %ins.qname; | %del.qname;" >
1131
1132<!-- script and noscript are used to contain scripts
1133 and alternative content
1134-->
1135<!ENTITY % Script.class "| %script.qname; | %noscript.qname;" >
1136
1137<!ENTITY % Misc.extra "" >
1138
1139<!-- These elements are neither block nor inline, and can
1140 essentially be used anywhere in the document body.
1141-->
1142<!ENTITY % Misc.class
1143 "%Edit.class;
1144 %Script.class;
1145 %Misc.extra;"
1146>
1147
1148<!-- .................... Inline Elements ...................... -->
1149
1150<!ENTITY % InlStruct.class "%br.qname; | %span.qname;" >
1151
1152<!ENTITY % InlPhras.class
1153 "| %em.qname; | %strong.qname; | %dfn.qname; | %code.qname;
1154 | %samp.qname; | %kbd.qname; | %var.qname; | %cite.qname;
1155 | %abbr.qname; | %acronym.qname; | %q.qname;" >
1156
1157<!ENTITY % InlPres.class
1158 "| %tt.qname; | %i.qname; | %b.qname; | %big.qname;
1159 | %small.qname; | %sub.qname; | %sup.qname;" >
1160
1161<!ENTITY % I18n.class "| %bdo.qname;" >
1162
1163<!ENTITY % Anchor.class "| %a.qname;" >
1164
1165<!ENTITY % InlSpecial.class
1166 "| %img.qname; | %map.qname;
1167 | %object.qname;" >
1168
1169<!ENTITY % InlForm.class
1170 "| %input.qname; | %select.qname; | %textarea.qname;
1171 | %label.qname; | %button.qname;" >
1172
1173<!ENTITY % Inline.extra "" >
1174
1175<!ENTITY % Ruby.class "| %ruby.qname;" >
1176
1177<!-- %Inline.class; includes all inline elements,
1178 used as a component in mixes
1179-->
1180<!ENTITY % Inline.class
1181 "%InlStruct.class;
1182 %InlPhras.class;
1183 %InlPres.class;
1184 %I18n.class;
1185 %Anchor.class;
1186 %InlSpecial.class;
1187 %InlForm.class;
1188 %Ruby.class;
1189 %Inline.extra;"
1190>
1191
1192<!-- %InlNoRuby.class; includes all inline elements
1193 except ruby, used as a component in mixes
1194-->
1195<!ENTITY % InlNoRuby.class
1196 "%InlStruct.class;
1197 %InlPhras.class;
1198 %InlPres.class;
1199 %I18n.class;
1200 %Anchor.class;
1201 %InlSpecial.class;
1202 %InlForm.class;
1203 %Inline.extra;"
1204>
1205
1206<!-- %NoRuby.content; includes all inlines except ruby
1207-->
1208<!ENTITY % NoRuby.content
1209 "( #PCDATA
1210 | %InlNoRuby.class;
1211 %Misc.class; )*"
1212>
1213
1214<!-- %InlNoAnchor.class; includes all non-anchor inlines,
1215 used as a component in mixes
1216-->
1217<!ENTITY % InlNoAnchor.class
1218 "%InlStruct.class;
1219 %InlPhras.class;
1220 %InlPres.class;
1221 %I18n.class;
1222 %InlSpecial.class;
1223 %InlForm.class;
1224 %Ruby.class;
1225 %Inline.extra;"
1226>
1227
1228<!-- %InlNoAnchor.mix; includes all non-anchor inlines
1229-->
1230<!ENTITY % InlNoAnchor.mix
1231 "%InlNoAnchor.class;
1232 %Misc.class;"
1233>
1234
1235<!-- %Inline.mix; includes all inline elements, including %Misc.class;
1236-->
1237<!ENTITY % Inline.mix
1238 "%Inline.class;
1239 %Misc.class;"
1240>
1241
1242<!-- ..................... Block Elements ...................... -->
1243
1244<!-- In the HTML 4.0 DTD, heading and list elements were included
1245 in the %block; parameter entity. The %Heading.class; and
1246 %List.class; parameter entities must now be included explicitly
1247 on element declarations where desired.
1248-->
1249
1250<!ENTITY % Heading.class
1251 "%h1.qname; | %h2.qname; | %h3.qname;
1252 | %h4.qname; | %h5.qname; | %h6.qname;" >
1253
1254<!ENTITY % List.class "%ul.qname; | %ol.qname; | %dl.qname;" >
1255
1256<!ENTITY % Table.class "| %table.qname;" >
1257
1258<!ENTITY % Form.class "| %form.qname;" >
1259
1260<!ENTITY % Fieldset.class "| %fieldset.qname;" >
1261
1262<!ENTITY % BlkStruct.class "%p.qname; | %div.qname;" >
1263
1264<!ENTITY % BlkPhras.class
1265 "| %pre.qname; | %blockquote.qname; | %address.qname;" >
1266
1267<!ENTITY % BlkPres.class "| %hr.qname;" >
1268
1269<!ENTITY % BlkSpecial.class
1270 "%Table.class;
1271 %Form.class;
1272 %Fieldset.class;"
1273>
1274
1275<!ENTITY % Block.extra "" >
1276
1277<!-- %Block.class; includes all block elements,
1278 used as an component in mixes
1279-->
1280<!ENTITY % Block.class
1281 "%BlkStruct.class;
1282 %BlkPhras.class;
1283 %BlkPres.class;
1284 %BlkSpecial.class;
1285 %Block.extra;"
1286>
1287
1288<!-- %Block.mix; includes all block elements plus %Misc.class;
1289-->
1290<!ENTITY % Block.mix
1291 "%Heading.class;
1292 | %List.class;
1293 | %Block.class;
1294 %Misc.class;"
1295>
1296
1297<!-- ................ All Content Elements .................. -->
1298
1299<!-- %Flow.mix; includes all text content, block and inline
1300-->
1301<!ENTITY % Flow.mix
1302 "%Heading.class;
1303 | %List.class;
1304 | %Block.class;
1305 | %Inline.class;
1306 %Misc.class;"
1307>
1308
1309<!-- end of xhtml11-model-1.mod -->
1310]]>
1311
1312<!ENTITY % xhtml-charent.module "INCLUDE" >
1313<![%xhtml-charent.module;[
1314<!ENTITY % xhtml-charent.mod
1315 PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
1316 "xhtml-charent-1.mod" >
1317<!-- ...................................................................... -->
1318<!-- XHTML Character Entities Module ......................................... -->
1319<!-- file: xhtml-charent-1.mod
1320
1321 This is XHTML, a reformulation of HTML as a modular XML application.
1322 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
1323 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
1324
1325 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
1326
1327 PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
1328 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-charent-1.mod"
1329
1330 Revisions:
1331 (none)
1332 ....................................................................... -->
1333
1334<!-- Character Entities for XHTML
1335
1336 This module declares the set of character entities for XHTML,
1337 including the Latin 1, Symbol and Special character collections.
1338-->
1339
1340<!ENTITY % xhtml-lat1
1341 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
1342 "xhtml-lat1.ent" >
1343<!-- Portions (C) International Organization for Standardization 1986
1344 Permission to copy in any form is granted for use with
1345 conforming SGML systems and applications as defined in
1346 ISO 8879, provided this notice is included in all copies.
1347-->
1348<!-- Character entity set. Typical invocation:
1349 <!ENTITY % HTMLlat1 PUBLIC
1350 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
1351 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
1352 %HTMLlat1;
1353-->
1354
1355<!ENTITY nbsp "&#160;"> <!-- no-break space = non-breaking space,
1356 U+00A0 ISOnum -->
1357<!ENTITY iexcl "&#161;"> <!-- inverted exclamation mark, U+00A1 ISOnum -->
1358<!ENTITY cent "&#162;"> <!-- cent sign, U+00A2 ISOnum -->
1359<!ENTITY pound "&#163;"> <!-- pound sign, U+00A3 ISOnum -->
1360<!ENTITY curren "&#164;"> <!-- currency sign, U+00A4 ISOnum -->
1361<!ENTITY yen "&#165;"> <!-- yen sign = yuan sign, U+00A5 ISOnum -->
1362<!ENTITY brvbar "&#166;"> <!-- broken bar = broken vertical bar,
1363 U+00A6 ISOnum -->
1364<!ENTITY sect "&#167;"> <!-- section sign, U+00A7 ISOnum -->
1365<!ENTITY uml "&#168;"> <!-- diaeresis = spacing diaeresis,
1366 U+00A8 ISOdia -->
1367<!ENTITY copy "&#169;"> <!-- copyright sign, U+00A9 ISOnum -->
1368<!ENTITY ordf "&#170;"> <!-- feminine ordinal indicator, U+00AA ISOnum -->
1369<!ENTITY laquo "&#171;"> <!-- left-pointing double angle quotation mark
1370 = left pointing guillemet, U+00AB ISOnum -->
1371<!ENTITY not "&#172;"> <!-- not sign = angled dash,
1372 U+00AC ISOnum -->
1373<!ENTITY shy "&#173;"> <!-- soft hyphen = discretionary hyphen,
1374 U+00AD ISOnum -->
1375<!ENTITY reg "&#174;"> <!-- registered sign = registered trade mark sign,
1376 U+00AE ISOnum -->
1377<!ENTITY macr "&#175;"> <!-- macron = spacing macron = overline
1378 = APL overbar, U+00AF ISOdia -->
1379<!ENTITY deg "&#176;"> <!-- degree sign, U+00B0 ISOnum -->
1380<!ENTITY plusmn "&#177;"> <!-- plus-minus sign = plus-or-minus sign,
1381 U+00B1 ISOnum -->
1382<!ENTITY sup2 "&#178;"> <!-- superscript two = superscript digit two
1383 = squared, U+00B2 ISOnum -->
1384<!ENTITY sup3 "&#179;"> <!-- superscript three = superscript digit three
1385 = cubed, U+00B3 ISOnum -->
1386<!ENTITY acute "&#180;"> <!-- acute accent = spacing acute,
1387 U+00B4 ISOdia -->
1388<!ENTITY micro "&#181;"> <!-- micro sign, U+00B5 ISOnum -->
1389<!ENTITY para "&#182;"> <!-- pilcrow sign = paragraph sign,
1390 U+00B6 ISOnum -->
1391<!ENTITY middot "&#183;"> <!-- middle dot = Georgian comma
1392 = Greek middle dot, U+00B7 ISOnum -->
1393<!ENTITY cedil "&#184;"> <!-- cedilla = spacing cedilla, U+00B8 ISOdia -->
1394<!ENTITY sup1 "&#185;"> <!-- superscript one = superscript digit one,
1395 U+00B9 ISOnum -->
1396<!ENTITY ordm "&#186;"> <!-- masculine ordinal indicator,
1397 U+00BA ISOnum -->
1398<!ENTITY raquo "&#187;"> <!-- right-pointing double angle quotation mark
1399 = right pointing guillemet, U+00BB ISOnum -->
1400<!ENTITY frac14 "&#188;"> <!-- vulgar fraction one quarter
1401 = fraction one quarter, U+00BC ISOnum -->
1402<!ENTITY frac12 "&#189;"> <!-- vulgar fraction one half
1403 = fraction one half, U+00BD ISOnum -->
1404<!ENTITY frac34 "&#190;"> <!-- vulgar fraction three quarters
1405 = fraction three quarters, U+00BE ISOnum -->
1406<!ENTITY iquest "&#191;"> <!-- inverted question mark
1407 = turned question mark, U+00BF ISOnum -->
1408<!ENTITY Agrave "&#192;"> <!-- latin capital letter A with grave
1409 = latin capital letter A grave,
1410 U+00C0 ISOlat1 -->
1411<!ENTITY Aacute "&#193;"> <!-- latin capital letter A with acute,
1412 U+00C1 ISOlat1 -->
1413<!ENTITY Acirc "&#194;"> <!-- latin capital letter A with circumflex,
1414 U+00C2 ISOlat1 -->
1415<!ENTITY Atilde "&#195;"> <!-- latin capital letter A with tilde,
1416 U+00C3 ISOlat1 -->
1417<!ENTITY Auml "&#196;"> <!-- latin capital letter A with diaeresis,
1418 U+00C4 ISOlat1 -->
1419<!ENTITY Aring "&#197;"> <!-- latin capital letter A with ring above
1420 = latin capital letter A ring,
1421 U+00C5 ISOlat1 -->
1422<!ENTITY AElig "&#198;"> <!-- latin capital letter AE
1423 = latin capital ligature AE,
1424 U+00C6 ISOlat1 -->
1425<!ENTITY Ccedil "&#199;"> <!-- latin capital letter C with cedilla,
1426 U+00C7 ISOlat1 -->
1427<!ENTITY Egrave "&#200;"> <!-- latin capital letter E with grave,
1428 U+00C8 ISOlat1 -->
1429<!ENTITY Eacute "&#201;"> <!-- latin capital letter E with acute,
1430 U+00C9 ISOlat1 -->
1431<!ENTITY Ecirc "&#202;"> <!-- latin capital letter E with circumflex,
1432 U+00CA ISOlat1 -->
1433<!ENTITY Euml "&#203;"> <!-- latin capital letter E with diaeresis,
1434 U+00CB ISOlat1 -->
1435<!ENTITY Igrave "&#204;"> <!-- latin capital letter I with grave,
1436 U+00CC ISOlat1 -->
1437<!ENTITY Iacute "&#205;"> <!-- latin capital letter I with acute,
1438 U+00CD ISOlat1 -->
1439<!ENTITY Icirc "&#206;"> <!-- latin capital letter I with circumflex,
1440 U+00CE ISOlat1 -->
1441<!ENTITY Iuml "&#207;"> <!-- latin capital letter I with diaeresis,
1442 U+00CF ISOlat1 -->
1443<!ENTITY ETH "&#208;"> <!-- latin capital letter ETH, U+00D0 ISOlat1 -->
1444<!ENTITY Ntilde "&#209;"> <!-- latin capital letter N with tilde,
1445 U+00D1 ISOlat1 -->
1446<!ENTITY Ograve "&#210;"> <!-- latin capital letter O with grave,
1447 U+00D2 ISOlat1 -->
1448<!ENTITY Oacute "&#211;"> <!-- latin capital letter O with acute,
1449 U+00D3 ISOlat1 -->
1450<!ENTITY Ocirc "&#212;"> <!-- latin capital letter O with circumflex,
1451 U+00D4 ISOlat1 -->
1452<!ENTITY Otilde "&#213;"> <!-- latin capital letter O with tilde,
1453 U+00D5 ISOlat1 -->
1454<!ENTITY Ouml "&#214;"> <!-- latin capital letter O with diaeresis,
1455 U+00D6 ISOlat1 -->
1456<!ENTITY times "&#215;"> <!-- multiplication sign, U+00D7 ISOnum -->
1457<!ENTITY Oslash "&#216;"> <!-- latin capital letter O with stroke
1458 = latin capital letter O slash,
1459 U+00D8 ISOlat1 -->
1460<!ENTITY Ugrave "&#217;"> <!-- latin capital letter U with grave,
1461 U+00D9 ISOlat1 -->
1462<!ENTITY Uacute "&#218;"> <!-- latin capital letter U with acute,
1463 U+00DA ISOlat1 -->
1464<!ENTITY Ucirc "&#219;"> <!-- latin capital letter U with circumflex,
1465 U+00DB ISOlat1 -->
1466<!ENTITY Uuml "&#220;"> <!-- latin capital letter U with diaeresis,
1467 U+00DC ISOlat1 -->
1468<!ENTITY Yacute "&#221;"> <!-- latin capital letter Y with acute,
1469 U+00DD ISOlat1 -->
1470<!ENTITY THORN "&#222;"> <!-- latin capital letter THORN,
1471 U+00DE ISOlat1 -->
1472<!ENTITY szlig "&#223;"> <!-- latin small letter sharp s = ess-zed,
1473 U+00DF ISOlat1 -->
1474<!ENTITY agrave "&#224;"> <!-- latin small letter a with grave
1475 = latin small letter a grave,
1476 U+00E0 ISOlat1 -->
1477<!ENTITY aacute "&#225;"> <!-- latin small letter a with acute,
1478 U+00E1 ISOlat1 -->
1479<!ENTITY acirc "&#226;"> <!-- latin small letter a with circumflex,
1480 U+00E2 ISOlat1 -->
1481<!ENTITY atilde "&#227;"> <!-- latin small letter a with tilde,
1482 U+00E3 ISOlat1 -->
1483<!ENTITY auml "&#228;"> <!-- latin small letter a with diaeresis,
1484 U+00E4 ISOlat1 -->
1485<!ENTITY aring "&#229;"> <!-- latin small letter a with ring above
1486 = latin small letter a ring,
1487 U+00E5 ISOlat1 -->
1488<!ENTITY aelig "&#230;"> <!-- latin small letter ae
1489 = latin small ligature ae, U+00E6 ISOlat1 -->
1490<!ENTITY ccedil "&#231;"> <!-- latin small letter c with cedilla,
1491 U+00E7 ISOlat1 -->
1492<!ENTITY egrave "&#232;"> <!-- latin small letter e with grave,
1493 U+00E8 ISOlat1 -->
1494<!ENTITY eacute "&#233;"> <!-- latin small letter e with acute,
1495 U+00E9 ISOlat1 -->
1496<!ENTITY ecirc "&#234;"> <!-- latin small letter e with circumflex,
1497 U+00EA ISOlat1 -->
1498<!ENTITY euml "&#235;"> <!-- latin small letter e with diaeresis,
1499 U+00EB ISOlat1 -->
1500<!ENTITY igrave "&#236;"> <!-- latin small letter i with grave,
1501 U+00EC ISOlat1 -->
1502<!ENTITY iacute "&#237;"> <!-- latin small letter i with acute,
1503 U+00ED ISOlat1 -->
1504<!ENTITY icirc "&#238;"> <!-- latin small letter i with circumflex,
1505 U+00EE ISOlat1 -->
1506<!ENTITY iuml "&#239;"> <!-- latin small letter i with diaeresis,
1507 U+00EF ISOlat1 -->
1508<!ENTITY eth "&#240;"> <!-- latin small letter eth, U+00F0 ISOlat1 -->
1509<!ENTITY ntilde "&#241;"> <!-- latin small letter n with tilde,
1510 U+00F1 ISOlat1 -->
1511<!ENTITY ograve "&#242;"> <!-- latin small letter o with grave,
1512 U+00F2 ISOlat1 -->
1513<!ENTITY oacute "&#243;"> <!-- latin small letter o with acute,
1514 U+00F3 ISOlat1 -->
1515<!ENTITY ocirc "&#244;"> <!-- latin small letter o with circumflex,
1516 U+00F4 ISOlat1 -->
1517<!ENTITY otilde "&#245;"> <!-- latin small letter o with tilde,
1518 U+00F5 ISOlat1 -->
1519<!ENTITY ouml "&#246;"> <!-- latin small letter o with diaeresis,
1520 U+00F6 ISOlat1 -->
1521<!ENTITY divide "&#247;"> <!-- division sign, U+00F7 ISOnum -->
1522<!ENTITY oslash "&#248;"> <!-- latin small letter o with stroke,
1523 = latin small letter o slash,
1524 U+00F8 ISOlat1 -->
1525<!ENTITY ugrave "&#249;"> <!-- latin small letter u with grave,
1526 U+00F9 ISOlat1 -->
1527<!ENTITY uacute "&#250;"> <!-- latin small letter u with acute,
1528 U+00FA ISOlat1 -->
1529<!ENTITY ucirc "&#251;"> <!-- latin small letter u with circumflex,
1530 U+00FB ISOlat1 -->
1531<!ENTITY uuml "&#252;"> <!-- latin small letter u with diaeresis,
1532 U+00FC ISOlat1 -->
1533<!ENTITY yacute "&#253;"> <!-- latin small letter y with acute,
1534 U+00FD ISOlat1 -->
1535<!ENTITY thorn "&#254;"> <!-- latin small letter thorn,
1536 U+00FE ISOlat1 -->
1537<!ENTITY yuml "&#255;"> <!-- latin small letter y with diaeresis,
1538 U+00FF ISOlat1 -->
1539
1540
1541<!ENTITY % xhtml-symbol
1542 PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
1543 "xhtml-symbol.ent" >
1544<!-- Mathematical, Greek and Symbolic characters for XHTML -->
1545
1546<!-- Character entity set. Typical invocation:
1547 <!ENTITY % HTMLsymbol PUBLIC
1548 "-//W3C//ENTITIES Symbols for XHTML//EN"
1549 "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
1550 %HTMLsymbol;
1551-->
1552
1553<!-- Portions (C) International Organization for Standardization 1986:
1554 Permission to copy in any form is granted for use with
1555 conforming SGML systems and applications as defined in
1556 ISO 8879, provided this notice is included in all copies.
1557-->
1558
1559<!-- Relevant ISO entity set is given unless names are newly introduced.
1560 New names (i.e., not in ISO 8879 list) do not clash with any
1561 existing ISO 8879 entity names. ISO 10646 character numbers
1562 are given for each character, in hex. values are decimal
1563 conversions of the ISO 10646 values and refer to the document
1564 character set. Names are Unicode names.
1565-->
1566
1567<!-- Latin Extended-B -->
1568<!ENTITY fnof "&#402;"> <!-- latin small letter f with hook = function
1569 = florin, U+0192 ISOtech -->
1570
1571<!-- Greek -->
1572<!ENTITY Alpha "&#913;"> <!-- greek capital letter alpha, U+0391 -->
1573<!ENTITY Beta "&#914;"> <!-- greek capital letter beta, U+0392 -->
1574<!ENTITY Gamma "&#915;"> <!-- greek capital letter gamma,
1575 U+0393 ISOgrk3 -->
1576<!ENTITY Delta "&#916;"> <!-- greek capital letter delta,
1577 U+0394 ISOgrk3 -->
1578<!ENTITY Epsilon "&#917;"> <!-- greek capital letter epsilon, U+0395 -->
1579<!ENTITY Zeta "&#918;"> <!-- greek capital letter zeta, U+0396 -->
1580<!ENTITY Eta "&#919;"> <!-- greek capital letter eta, U+0397 -->
1581<!ENTITY Theta "&#920;"> <!-- greek capital letter theta,
1582 U+0398 ISOgrk3 -->
1583<!ENTITY Iota "&#921;"> <!-- greek capital letter iota, U+0399 -->
1584<!ENTITY Kappa "&#922;"> <!-- greek capital letter kappa, U+039A -->
1585<!ENTITY Lambda "&#923;"> <!-- greek capital letter lamda,
1586 U+039B ISOgrk3 -->
1587<!ENTITY Mu "&#924;"> <!-- greek capital letter mu, U+039C -->
1588<!ENTITY Nu "&#925;"> <!-- greek capital letter nu, U+039D -->
1589<!ENTITY Xi "&#926;"> <!-- greek capital letter xi, U+039E ISOgrk3 -->
1590<!ENTITY Omicron "&#927;"> <!-- greek capital letter omicron, U+039F -->
1591<!ENTITY Pi "&#928;"> <!-- greek capital letter pi, U+03A0 ISOgrk3 -->
1592<!ENTITY Rho "&#929;"> <!-- greek capital letter rho, U+03A1 -->
1593<!-- there is no Sigmaf, and no U+03A2 character either -->
1594<!ENTITY Sigma "&#931;"> <!-- greek capital letter sigma,
1595 U+03A3 ISOgrk3 -->
1596<!ENTITY Tau "&#932;"> <!-- greek capital letter tau, U+03A4 -->
1597<!ENTITY Upsilon "&#933;"> <!-- greek capital letter upsilon,
1598 U+03A5 ISOgrk3 -->
1599<!ENTITY Phi "&#934;"> <!-- greek capital letter phi,
1600 U+03A6 ISOgrk3 -->
1601<!ENTITY Chi "&#935;"> <!-- greek capital letter chi, U+03A7 -->
1602<!ENTITY Psi "&#936;"> <!-- greek capital letter psi,
1603 U+03A8 ISOgrk3 -->
1604<!ENTITY Omega "&#937;"> <!-- greek capital letter omega,
1605 U+03A9 ISOgrk3 -->
1606
1607<!ENTITY alpha "&#945;"> <!-- greek small letter alpha,
1608 U+03B1 ISOgrk3 -->
1609<!ENTITY beta "&#946;"> <!-- greek small letter beta, U+03B2 ISOgrk3 -->
1610<!ENTITY gamma "&#947;"> <!-- greek small letter gamma,
1611 U+03B3 ISOgrk3 -->
1612<!ENTITY delta "&#948;"> <!-- greek small letter delta,
1613 U+03B4 ISOgrk3 -->
1614<!ENTITY epsilon "&#949;"> <!-- greek small letter epsilon,
1615 U+03B5 ISOgrk3 -->
1616<!ENTITY zeta "&#950;"> <!-- greek small letter zeta, U+03B6 ISOgrk3 -->
1617<!ENTITY eta "&#951;"> <!-- greek small letter eta, U+03B7 ISOgrk3 -->
1618<!ENTITY theta "&#952;"> <!-- greek small letter theta,
1619 U+03B8 ISOgrk3 -->
1620<!ENTITY iota "&#953;"> <!-- greek small letter iota, U+03B9 ISOgrk3 -->
1621<!ENTITY kappa "&#954;"> <!-- greek small letter kappa,
1622 U+03BA ISOgrk3 -->
1623<!ENTITY lambda "&#955;"> <!-- greek small letter lamda,
1624 U+03BB ISOgrk3 -->
1625<!ENTITY mu "&#956;"> <!-- greek small letter mu, U+03BC ISOgrk3 -->
1626<!ENTITY nu "&#957;"> <!-- greek small letter nu, U+03BD ISOgrk3 -->
1627<!ENTITY xi "&#958;"> <!-- greek small letter xi, U+03BE ISOgrk3 -->
1628<!ENTITY omicron "&#959;"> <!-- greek small letter omicron, U+03BF NEW -->
1629<!ENTITY pi "&#960;"> <!-- greek small letter pi, U+03C0 ISOgrk3 -->
1630<!ENTITY rho "&#961;"> <!-- greek small letter rho, U+03C1 ISOgrk3 -->
1631<!ENTITY sigmaf "&#962;"> <!-- greek small letter final sigma,
1632 U+03C2 ISOgrk3 -->
1633<!ENTITY sigma "&#963;"> <!-- greek small letter sigma,
1634 U+03C3 ISOgrk3 -->
1635<!ENTITY tau "&#964;"> <!-- greek small letter tau, U+03C4 ISOgrk3 -->
1636<!ENTITY upsilon "&#965;"> <!-- greek small letter upsilon,
1637 U+03C5 ISOgrk3 -->
1638<!ENTITY phi "&#966;"> <!-- greek small letter phi, U+03C6 ISOgrk3 -->
1639<!ENTITY chi "&#967;"> <!-- greek small letter chi, U+03C7 ISOgrk3 -->
1640<!ENTITY psi "&#968;"> <!-- greek small letter psi, U+03C8 ISOgrk3 -->
1641<!ENTITY omega "&#969;"> <!-- greek small letter omega,
1642 U+03C9 ISOgrk3 -->
1643<!ENTITY thetasym "&#977;"> <!-- greek theta symbol,
1644 U+03D1 NEW -->
1645<!ENTITY upsih "&#978;"> <!-- greek upsilon with hook symbol,
1646 U+03D2 NEW -->
1647<!ENTITY piv "&#982;"> <!-- greek pi symbol, U+03D6 ISOgrk3 -->
1648
1649<!-- General Punctuation -->
1650<!ENTITY bull "&#8226;"> <!-- bullet = black small circle,
1651 U+2022 ISOpub -->
1652<!-- bullet is NOT the same as bullet operator, U+2219 -->
1653<!ENTITY hellip "&#8230;"> <!-- horizontal ellipsis = three dot leader,
1654 U+2026 ISOpub -->
1655<!ENTITY prime "&#8242;"> <!-- prime = minutes = feet, U+2032 ISOtech -->
1656<!ENTITY Prime "&#8243;"> <!-- double prime = seconds = inches,
1657 U+2033 ISOtech -->
1658<!ENTITY oline "&#8254;"> <!-- overline = spacing overscore,
1659 U+203E NEW -->
1660<!ENTITY frasl "&#8260;"> <!-- fraction slash, U+2044 NEW -->
1661
1662<!-- Letterlike Symbols -->
1663<!ENTITY weierp "&#8472;"> <!-- script capital P = power set
1664 = Weierstrass p, U+2118 ISOamso -->
1665<!ENTITY image "&#8465;"> <!-- black-letter capital I = imaginary part,
1666 U+2111 ISOamso -->
1667<!ENTITY real "&#8476;"> <!-- black-letter capital R = real part symbol,
1668 U+211C ISOamso -->
1669<!ENTITY trade "&#8482;"> <!-- trade mark sign, U+2122 ISOnum -->
1670<!ENTITY alefsym "&#8501;"> <!-- alef symbol = first transfinite cardinal,
1671 U+2135 NEW -->
1672<!-- alef symbol is NOT the same as hebrew letter alef,
1673 U+05D0 although the same glyph could be used to depict both characters -->
1674
1675<!-- Arrows -->
1676<!ENTITY larr "&#8592;"> <!-- leftwards arrow, U+2190 ISOnum -->
1677<!ENTITY uarr "&#8593;"> <!-- upwards arrow, U+2191 ISOnum-->
1678<!ENTITY rarr "&#8594;"> <!-- rightwards arrow, U+2192 ISOnum -->
1679<!ENTITY darr "&#8595;"> <!-- downwards arrow, U+2193 ISOnum -->
1680<!ENTITY harr "&#8596;"> <!-- left right arrow, U+2194 ISOamsa -->
1681<!ENTITY crarr "&#8629;"> <!-- downwards arrow with corner leftwards
1682 = carriage return, U+21B5 NEW -->
1683<!ENTITY lArr "&#8656;"> <!-- leftwards double arrow, U+21D0 ISOtech -->
1684<!-- Unicode does not say that lArr is the same as the 'is implied by' arrow
1685 but also does not have any other character for that function. So lArr can
1686 be used for 'is implied by' as ISOtech suggests -->
1687<!ENTITY uArr "&#8657;"> <!-- upwards double arrow, U+21D1 ISOamsa -->
1688<!ENTITY rArr "&#8658;"> <!-- rightwards double arrow,
1689 U+21D2 ISOtech -->
1690<!-- Unicode does not say this is the 'implies' character but does not have
1691 another character with this function so rArr can be used for 'implies'
1692 as ISOtech suggests -->
1693<!ENTITY dArr "&#8659;"> <!-- downwards double arrow, U+21D3 ISOamsa -->
1694<!ENTITY hArr "&#8660;"> <!-- left right double arrow,
1695 U+21D4 ISOamsa -->
1696
1697<!-- Mathematical Operators -->
1698<!ENTITY forall "&#8704;"> <!-- for all, U+2200 ISOtech -->
1699<!ENTITY part "&#8706;"> <!-- partial differential, U+2202 ISOtech -->
1700<!ENTITY exist "&#8707;"> <!-- there exists, U+2203 ISOtech -->
1701<!ENTITY empty "&#8709;"> <!-- empty set = null set, U+2205 ISOamso -->
1702<!ENTITY nabla "&#8711;"> <!-- nabla = backward difference,
1703 U+2207 ISOtech -->
1704<!ENTITY isin "&#8712;"> <!-- element of, U+2208 ISOtech -->
1705<!ENTITY notin "&#8713;"> <!-- not an element of, U+2209 ISOtech -->
1706<!ENTITY ni "&#8715;"> <!-- contains as member, U+220B ISOtech -->
1707<!ENTITY prod "&#8719;"> <!-- n-ary product = product sign,
1708 U+220F ISOamsb -->
1709<!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
1710 the same glyph might be used for both -->
1711<!ENTITY sum "&#8721;"> <!-- n-ary summation, U+2211 ISOamsb -->
1712<!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
1713 though the same glyph might be used for both -->
1714<!ENTITY minus "&#8722;"> <!-- minus sign, U+2212 ISOtech -->
1715<!ENTITY lowast "&#8727;"> <!-- asterisk operator, U+2217 ISOtech -->
1716<!ENTITY radic "&#8730;"> <!-- square root = radical sign,
1717 U+221A ISOtech -->
1718<!ENTITY prop "&#8733;"> <!-- proportional to, U+221D ISOtech -->
1719<!ENTITY infin "&#8734;"> <!-- infinity, U+221E ISOtech -->
1720<!ENTITY ang "&#8736;"> <!-- angle, U+2220 ISOamso -->
1721<!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
1722<!ENTITY or "&#8744;"> <!-- logical or = vee, U+2228 ISOtech -->
1723<!ENTITY cap "&#8745;"> <!-- intersection = cap, U+2229 ISOtech -->
1724<!ENTITY cup "&#8746;"> <!-- union = cup, U+222A ISOtech -->
1725<!ENTITY int "&#8747;"> <!-- integral, U+222B ISOtech -->
1726<!ENTITY there4 "&#8756;"> <!-- therefore, U+2234 ISOtech -->
1727<!ENTITY sim "&#8764;"> <!-- tilde operator = varies with = similar to,
1728 U+223C ISOtech -->
1729<!-- tilde operator is NOT the same character as the tilde, U+007E,
1730 although the same glyph might be used to represent both -->
1731<!ENTITY cong "&#8773;"> <!-- approximately equal to, U+2245 ISOtech -->
1732<!ENTITY asymp "&#8776;"> <!-- almost equal to = asymptotic to,
1733 U+2248 ISOamsr -->
1734<!ENTITY ne "&#8800;"> <!-- not equal to, U+2260 ISOtech -->
1735<!ENTITY equiv "&#8801;"> <!-- identical to, U+2261 ISOtech -->
1736<!ENTITY le "&#8804;"> <!-- less-than or equal to, U+2264 ISOtech -->
1737<!ENTITY ge "&#8805;"> <!-- greater-than or equal to,
1738 U+2265 ISOtech -->
1739<!ENTITY sub "&#8834;"> <!-- subset of, U+2282 ISOtech -->
1740<!ENTITY sup "&#8835;"> <!-- superset of, U+2283 ISOtech -->
1741<!ENTITY nsub "&#8836;"> <!-- not a subset of, U+2284 ISOamsn -->
1742<!ENTITY sube "&#8838;"> <!-- subset of or equal to, U+2286 ISOtech -->
1743<!ENTITY supe "&#8839;"> <!-- superset of or equal to,
1744 U+2287 ISOtech -->
1745<!ENTITY oplus "&#8853;"> <!-- circled plus = direct sum,
1746 U+2295 ISOamsb -->
1747<!ENTITY otimes "&#8855;"> <!-- circled times = vector product,
1748 U+2297 ISOamsb -->
1749<!ENTITY perp "&#8869;"> <!-- up tack = orthogonal to = perpendicular,
1750 U+22A5 ISOtech -->
1751<!ENTITY sdot "&#8901;"> <!-- dot operator, U+22C5 ISOamsb -->
1752<!-- dot operator is NOT the same character as U+00B7 middle dot -->
1753
1754<!-- Miscellaneous Technical -->
1755<!ENTITY lceil "&#8968;"> <!-- left ceiling = APL upstile,
1756 U+2308 ISOamsc -->
1757<!ENTITY rceil "&#8969;"> <!-- right ceiling, U+2309 ISOamsc -->
1758<!ENTITY lfloor "&#8970;"> <!-- left floor = APL downstile,
1759 U+230A ISOamsc -->
1760<!ENTITY rfloor "&#8971;"> <!-- right floor, U+230B ISOamsc -->
1761<!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
1762 U+2329 ISOtech -->
1763<!-- lang is NOT the same character as U+003C 'less than sign'
1764 or U+2039 'single left-pointing angle quotation mark' -->
1765<!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
1766 U+232A ISOtech -->
1767<!-- rang is NOT the same character as U+003E 'greater than sign'
1768 or U+203A 'single right-pointing angle quotation mark' -->
1769
1770<!-- Geometric Shapes -->
1771<!ENTITY loz "&#9674;"> <!-- lozenge, U+25CA ISOpub -->
1772
1773<!-- Miscellaneous Symbols -->
1774<!ENTITY spades "&#9824;"> <!-- black spade suit, U+2660 ISOpub -->
1775<!-- black here seems to mean filled as opposed to hollow -->
1776<!ENTITY clubs "&#9827;"> <!-- black club suit = shamrock,
1777 U+2663 ISOpub -->
1778<!ENTITY hearts "&#9829;"> <!-- black heart suit = valentine,
1779 U+2665 ISOpub -->
1780<!ENTITY diams "&#9830;"> <!-- black diamond suit, U+2666 ISOpub -->
1781
1782
1783<!ENTITY % xhtml-special
1784 PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
1785 "xhtml-special.ent" >
1786<!-- Special characters for XHTML -->
1787
1788<!-- Character entity set. Typical invocation:
1789 <!ENTITY % HTMLspecial PUBLIC
1790 "-//W3C//ENTITIES Special for XHTML//EN"
1791 "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
1792 %HTMLspecial;
1793-->
1794
1795<!-- Portions (C) International Organization for Standardization 1986:
1796 Permission to copy in any form is granted for use with
1797 conforming SGML systems and applications as defined in
1798 ISO 8879, provided this notice is included in all copies.
1799-->
1800
1801<!-- Relevant ISO entity set is given unless names are newly introduced.
1802 New names (i.e., not in ISO 8879 list) do not clash with any
1803 existing ISO 8879 entity names. ISO 10646 character numbers
1804 are given for each character, in hex. values are decimal
1805 conversions of the ISO 10646 values and refer to the document
1806 character set. Names are Unicode names.
1807-->
1808
1809<!-- C0 Controls and Basic Latin -->
1810<!ENTITY quot "&#34;"> <!-- quotation mark, U+0022 ISOnum -->
1811<!ENTITY amp "&#38;#38;"> <!-- ampersand, U+0026 ISOnum -->
1812<!ENTITY lt "&#38;#60;"> <!-- less-than sign, U+003C ISOnum -->
1813<!ENTITY gt "&#62;"> <!-- greater-than sign, U+003E ISOnum -->
1814<!ENTITY apos "&#39;"> <!-- apostrophe = APL quote, U+0027 ISOnum -->
1815
1816<!-- Latin Extended-A -->
1817<!ENTITY OElig "&#338;"> <!-- latin capital ligature OE,
1818 U+0152 ISOlat2 -->
1819<!ENTITY oelig "&#339;"> <!-- latin small ligature oe, U+0153 ISOlat2 -->
1820<!-- ligature is a misnomer, this is a separate character in some languages -->
1821<!ENTITY Scaron "&#352;"> <!-- latin capital letter S with caron,
1822 U+0160 ISOlat2 -->
1823<!ENTITY scaron "&#353;"> <!-- latin small letter s with caron,
1824 U+0161 ISOlat2 -->
1825<!ENTITY Yuml "&#376;"> <!-- latin capital letter Y with diaeresis,
1826 U+0178 ISOlat2 -->
1827
1828<!-- Spacing Modifier Letters -->
1829<!ENTITY circ "&#710;"> <!-- modifier letter circumflex accent,
1830 U+02C6 ISOpub -->
1831<!ENTITY tilde "&#732;"> <!-- small tilde, U+02DC ISOdia -->
1832
1833<!-- General Punctuation -->
1834<!ENTITY ensp "&#8194;"> <!-- en space, U+2002 ISOpub -->
1835<!ENTITY emsp "&#8195;"> <!-- em space, U+2003 ISOpub -->
1836<!ENTITY thinsp "&#8201;"> <!-- thin space, U+2009 ISOpub -->
1837<!ENTITY zwnj "&#8204;"> <!-- zero width non-joiner,
1838 U+200C NEW RFC 2070 -->
1839<!ENTITY zwj "&#8205;"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
1840<!ENTITY lrm "&#8206;"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
1841<!ENTITY rlm "&#8207;"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
1842<!ENTITY ndash "&#8211;"> <!-- en dash, U+2013 ISOpub -->
1843<!ENTITY mdash "&#8212;"> <!-- em dash, U+2014 ISOpub -->
1844<!ENTITY lsquo "&#8216;"> <!-- left single quotation mark,
1845 U+2018 ISOnum -->
1846<!ENTITY rsquo "&#8217;"> <!-- right single quotation mark,
1847 U+2019 ISOnum -->
1848<!ENTITY sbquo "&#8218;"> <!-- single low-9 quotation mark, U+201A NEW -->
1849<!ENTITY ldquo "&#8220;"> <!-- left double quotation mark,
1850 U+201C ISOnum -->
1851<!ENTITY rdquo "&#8221;"> <!-- right double quotation mark,
1852 U+201D ISOnum -->
1853<!ENTITY bdquo "&#8222;"> <!-- double low-9 quotation mark, U+201E NEW -->
1854<!ENTITY dagger "&#8224;"> <!-- dagger, U+2020 ISOpub -->
1855<!ENTITY Dagger "&#8225;"> <!-- double dagger, U+2021 ISOpub -->
1856<!ENTITY permil "&#8240;"> <!-- per mille sign, U+2030 ISOtech -->
1857<!ENTITY lsaquo "&#8249;"> <!-- single left-pointing angle quotation mark,
1858 U+2039 ISO proposed -->
1859<!-- lsaquo is proposed but not yet ISO standardized -->
1860<!ENTITY rsaquo "&#8250;"> <!-- single right-pointing angle quotation mark,
1861 U+203A ISO proposed -->
1862<!-- rsaquo is proposed but not yet ISO standardized -->
1863
1864<!-- Currency Symbols -->
1865<!ENTITY euro "&#8364;"> <!-- euro sign, U+20AC NEW -->
1866
1867
1868<!-- end of xhtml-charent-1.mod -->
1869]]>
1870
1871<!-- end of xhtml-framework-1.mod -->
1872]]>
1873
1874<!-- Post-Framework Redeclaration placeholder ................... -->
1875<!-- this serves as a location to insert markup declarations
1876 into the DTD following the framework declarations.
1877-->
1878<!ENTITY % xhtml-postfw-redecl.module "IGNORE" >
1879<![%xhtml-postfw-redecl.module;[
1880%xhtml-postfw-redecl.mod;
1881<!-- end of xhtml-postfw-redecl.module -->]]>
1882
1883<!-- Text Module (Required) ..................................... -->
1884<!ENTITY % xhtml-text.module "INCLUDE" >
1885<![%xhtml-text.module;[
1886<!ENTITY % xhtml-text.mod
1887 PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
1888 "http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod" >
1889<!-- ...................................................................... -->
1890<!-- XHTML Text Module ................................................... -->
1891<!-- file: xhtml-text-1.mod
1892
1893 This is XHTML, a reformulation of HTML as a modular XML application.
1894 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
1895 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
1896
1897 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
1898
1899 PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
1900 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod"
1901
1902 Revisions:
1903 (none)
1904 ....................................................................... -->
1905
1906<!-- Textual Content
1907
1908 The Text module includes declarations for all core
1909 text container elements and their attributes.
1910-->
1911
1912<!ENTITY % xhtml-inlstruct.module "INCLUDE" >
1913<![%xhtml-inlstruct.module;[
1914<!ENTITY % xhtml-inlstruct.mod
1915 PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
1916 "xhtml-inlstruct-1.mod" >
1917<!-- ...................................................................... -->
1918<!-- XHTML Inline Structural Module ...................................... -->
1919<!-- file: xhtml-inlstruct-1.mod
1920
1921 This is XHTML, a reformulation of HTML as a modular XML application.
1922 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
1923 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
1924
1925 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
1926
1927 PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
1928 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlstruct-1.mod"
1929
1930 Revisions:
1931 (none)
1932 ....................................................................... -->
1933
1934<!-- Inline Structural
1935
1936 br, span
1937
1938 This module declares the elements and their attributes
1939 used to support inline-level structural markup.
1940-->
1941
1942<!-- br: forced line break ............................. -->
1943
1944<!ENTITY % br.element "INCLUDE" >
1945<![%br.element;[
1946
1947<!ENTITY % br.content "EMPTY" >
1948<!ENTITY % br.qname "br" >
1949<!ELEMENT %br.qname; %br.content; >
1950
1951<!-- end of br.element -->]]>
1952
1953<!ENTITY % br.attlist "INCLUDE" >
1954<![%br.attlist;[
1955<!ATTLIST %br.qname;
1956 %Core.attrib;
1957>
1958<!-- end of br.attlist -->]]>
1959
1960<!-- span: generic inline container .................... -->
1961
1962<!ENTITY % span.element "INCLUDE" >
1963<![%span.element;[
1964<!ENTITY % span.content
1965 "( #PCDATA | %Inline.mix; )*"
1966>
1967<!ENTITY % span.qname "span" >
1968<!ELEMENT %span.qname; %span.content; >
1969<!-- end of span.element -->]]>
1970
1971<!ENTITY % span.attlist "INCLUDE" >
1972<![%span.attlist;[
1973<!ATTLIST %span.qname;
1974 %Common.attrib;
1975>
1976<!-- end of span.attlist -->]]>
1977
1978<!-- end of xhtml-inlstruct-1.mod -->
1979]]>
1980
1981<!ENTITY % xhtml-inlphras.module "INCLUDE" >
1982<![%xhtml-inlphras.module;[
1983<!ENTITY % xhtml-inlphras.mod
1984 PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
1985 "xhtml-inlphras-1.mod" >
1986<!-- ...................................................................... -->
1987<!-- XHTML Inline Phrasal Module ......................................... -->
1988<!-- file: xhtml-inlphras-1.mod
1989
1990 This is XHTML, a reformulation of HTML as a modular XML application.
1991 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
1992 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
1993
1994 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
1995
1996 PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
1997 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlphras-1.mod"
1998
1999 Revisions:
2000 (none)
2001 ....................................................................... -->
2002
2003<!-- Inline Phrasal
2004
2005 abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
2006
2007 This module declares the elements and their attributes used to
2008 support inline-level phrasal markup.
2009-->
2010
2011<!ENTITY % abbr.element "INCLUDE" >
2012<![%abbr.element;[
2013<!ENTITY % abbr.content
2014 "( #PCDATA | %Inline.mix; )*"
2015>
2016<!ENTITY % abbr.qname "abbr" >
2017<!ELEMENT %abbr.qname; %abbr.content; >
2018<!-- end of abbr.element -->]]>
2019
2020<!ENTITY % abbr.attlist "INCLUDE" >
2021<![%abbr.attlist;[
2022<!ATTLIST %abbr.qname;
2023 %Common.attrib;
2024>
2025<!-- end of abbr.attlist -->]]>
2026
2027<!ENTITY % acronym.element "INCLUDE" >
2028<![%acronym.element;[
2029<!ENTITY % acronym.content
2030 "( #PCDATA | %Inline.mix; )*"
2031>
2032<!ENTITY % acronym.qname "acronym" >
2033<!ELEMENT %acronym.qname; %acronym.content; >
2034<!-- end of acronym.element -->]]>
2035
2036<!ENTITY % acronym.attlist "INCLUDE" >
2037<![%acronym.attlist;[
2038<!ATTLIST %acronym.qname;
2039 %Common.attrib;
2040>
2041<!-- end of acronym.attlist -->]]>
2042
2043<!ENTITY % cite.element "INCLUDE" >
2044<![%cite.element;[
2045<!ENTITY % cite.content
2046 "( #PCDATA | %Inline.mix; )*"
2047>
2048<!ENTITY % cite.qname "cite" >
2049<!ELEMENT %cite.qname; %cite.content; >
2050<!-- end of cite.element -->]]>
2051
2052<!ENTITY % cite.attlist "INCLUDE" >
2053<![%cite.attlist;[
2054<!ATTLIST %cite.qname;
2055 %Common.attrib;
2056>
2057<!-- end of cite.attlist -->]]>
2058
2059<!ENTITY % code.element "INCLUDE" >
2060<![%code.element;[
2061<!ENTITY % code.content
2062 "( #PCDATA | %Inline.mix; )*"
2063>
2064<!ENTITY % code.qname "code" >
2065<!ELEMENT %code.qname; %code.content; >
2066<!-- end of code.element -->]]>
2067
2068<!ENTITY % code.attlist "INCLUDE" >
2069<![%code.attlist;[
2070<!ATTLIST %code.qname;
2071 %Common.attrib;
2072>
2073<!-- end of code.attlist -->]]>
2074
2075<!ENTITY % dfn.element "INCLUDE" >
2076<![%dfn.element;[
2077<!ENTITY % dfn.content
2078 "( #PCDATA | %Inline.mix; )*"
2079>
2080<!ENTITY % dfn.qname "dfn" >
2081<!ELEMENT %dfn.qname; %dfn.content; >
2082<!-- end of dfn.element -->]]>
2083
2084<!ENTITY % dfn.attlist "INCLUDE" >
2085<![%dfn.attlist;[
2086<!ATTLIST %dfn.qname;
2087 %Common.attrib;
2088>
2089<!-- end of dfn.attlist -->]]>
2090
2091<!ENTITY % em.element "INCLUDE" >
2092<![%em.element;[
2093<!ENTITY % em.content
2094 "( #PCDATA | %Inline.mix; )*"
2095>
2096<!ENTITY % em.qname "em" >
2097<!ELEMENT %em.qname; %em.content; >
2098<!-- end of em.element -->]]>
2099
2100<!ENTITY % em.attlist "INCLUDE" >
2101<![%em.attlist;[
2102<!ATTLIST %em.qname;
2103 %Common.attrib;
2104>
2105<!-- end of em.attlist -->]]>
2106
2107<!ENTITY % kbd.element "INCLUDE" >
2108<![%kbd.element;[
2109<!ENTITY % kbd.content
2110 "( #PCDATA | %Inline.mix; )*"
2111>
2112<!ENTITY % kbd.qname "kbd" >
2113<!ELEMENT %kbd.qname; %kbd.content; >
2114<!-- end of kbd.element -->]]>
2115
2116<!ENTITY % kbd.attlist "INCLUDE" >
2117<![%kbd.attlist;[
2118<!ATTLIST %kbd.qname;
2119 %Common.attrib;
2120>
2121<!-- end of kbd.attlist -->]]>
2122
2123<!ENTITY % q.element "INCLUDE" >
2124<![%q.element;[
2125<!ENTITY % q.content
2126 "( #PCDATA | %Inline.mix; )*"
2127>
2128<!ENTITY % q.qname "q" >
2129<!ELEMENT %q.qname; %q.content; >
2130<!-- end of q.element -->]]>
2131
2132<!ENTITY % q.attlist "INCLUDE" >
2133<![%q.attlist;[
2134<!ATTLIST %q.qname;
2135 %Common.attrib;
2136 cite %URI.datatype; #IMPLIED
2137>
2138<!-- end of q.attlist -->]]>
2139
2140<!ENTITY % samp.element "INCLUDE" >
2141<![%samp.element;[
2142<!ENTITY % samp.content
2143 "( #PCDATA | %Inline.mix; )*"
2144>
2145<!ENTITY % samp.qname "samp" >
2146<!ELEMENT %samp.qname; %samp.content; >
2147<!-- end of samp.element -->]]>
2148
2149<!ENTITY % samp.attlist "INCLUDE" >
2150<![%samp.attlist;[
2151<!ATTLIST %samp.qname;
2152 %Common.attrib;
2153>
2154<!-- end of samp.attlist -->]]>
2155
2156<!ENTITY % strong.element "INCLUDE" >
2157<![%strong.element;[
2158<!ENTITY % strong.content
2159 "( #PCDATA | %Inline.mix; )*"
2160>
2161<!ENTITY % strong.qname "strong" >
2162<!ELEMENT %strong.qname; %strong.content; >
2163<!-- end of strong.element -->]]>
2164
2165<!ENTITY % strong.attlist "INCLUDE" >
2166<![%strong.attlist;[
2167<!ATTLIST %strong.qname;
2168 %Common.attrib;
2169>
2170<!-- end of strong.attlist -->]]>
2171
2172<!ENTITY % var.element "INCLUDE" >
2173<![%var.element;[
2174<!ENTITY % var.content
2175 "( #PCDATA | %Inline.mix; )*"
2176>
2177<!ENTITY % var.qname "var" >
2178<!ELEMENT %var.qname; %var.content; >
2179<!-- end of var.element -->]]>
2180
2181<!ENTITY % var.attlist "INCLUDE" >
2182<![%var.attlist;[
2183<!ATTLIST %var.qname;
2184 %Common.attrib;
2185>
2186<!-- end of var.attlist -->]]>
2187
2188<!-- end of xhtml-inlphras-1.mod -->
2189]]>
2190
2191<!ENTITY % xhtml-blkstruct.module "INCLUDE" >
2192<![%xhtml-blkstruct.module;[
2193<!ENTITY % xhtml-blkstruct.mod
2194 PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
2195 "xhtml-blkstruct-1.mod" >
2196<!-- ...................................................................... -->
2197<!-- XHTML Block Structural Module ....................................... -->
2198<!-- file: xhtml-blkstruct-1.mod
2199
2200 This is XHTML, a reformulation of HTML as a modular XML application.
2201 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
2202 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
2203
2204 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2205
2206 PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
2207 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-blkstruct-1.mod"
2208
2209 Revisions:
2210 (none)
2211 ....................................................................... -->
2212
2213<!-- Block Structural
2214
2215 div, p
2216
2217 This module declares the elements and their attributes used to
2218 support block-level structural markup.
2219-->
2220
2221<!ENTITY % div.element "INCLUDE" >
2222<![%div.element;[
2223<!ENTITY % div.content
2224 "( #PCDATA | %Flow.mix; )*"
2225>
2226<!ENTITY % div.qname "div" >
2227<!ELEMENT %div.qname; %div.content; >
2228<!-- end of div.element -->]]>
2229
2230<!ENTITY % div.attlist "INCLUDE" >
2231<![%div.attlist;[
2232<!ATTLIST %div.qname;
2233 %Common.attrib;
2234>
2235<!-- end of div.attlist -->]]>
2236
2237<!ENTITY % p.element "INCLUDE" >
2238<![%p.element;[
2239<!ENTITY % p.content
2240 "( #PCDATA | %Inline.mix; )*" >
2241<!ENTITY % p.qname "p" >
2242<!ELEMENT %p.qname; %p.content; >
2243<!-- end of p.element -->]]>
2244
2245<!ENTITY % p.attlist "INCLUDE" >
2246<![%p.attlist;[
2247<!ATTLIST %p.qname;
2248 %Common.attrib;
2249>
2250<!-- end of p.attlist -->]]>
2251
2252<!-- end of xhtml-blkstruct-1.mod -->
2253]]>
2254
2255<!ENTITY % xhtml-blkphras.module "INCLUDE" >
2256<![%xhtml-blkphras.module;[
2257<!ENTITY % xhtml-blkphras.mod
2258 PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
2259 "xhtml-blkphras-1.mod" >
2260<!-- ...................................................................... -->
2261<!-- XHTML Block Phrasal Module .......................................... -->
2262<!-- file: xhtml-blkphras-1.mod
2263
2264 This is XHTML, a reformulation of HTML as a modular XML application.
2265 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
2266 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
2267
2268 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2269
2270 PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
2271 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-blkphras-1.mod"
2272
2273 Revisions:
2274 (none)
2275 ....................................................................... -->
2276
2277<!-- Block Phrasal
2278
2279 address, blockquote, pre, h1, h2, h3, h4, h5, h6
2280
2281 This module declares the elements and their attributes used to
2282 support block-level phrasal markup.
2283-->
2284
2285<!ENTITY % address.element "INCLUDE" >
2286<![%address.element;[
2287<!ENTITY % address.content
2288 "( #PCDATA | %Inline.mix; )*" >
2289<!ENTITY % address.qname "address" >
2290<!ELEMENT %address.qname; %address.content; >
2291<!-- end of address.element -->]]>
2292
2293<!ENTITY % address.attlist "INCLUDE" >
2294<![%address.attlist;[
2295<!ATTLIST %address.qname;
2296 %Common.attrib;
2297>
2298<!-- end of address.attlist -->]]>
2299
2300<!ENTITY % blockquote.element "INCLUDE" >
2301<![%blockquote.element;[
2302<!ENTITY % blockquote.content
2303 "( %Block.mix; )*"
2304>
2305<!ENTITY % blockquote.qname "blockquote" >
2306<!ELEMENT %blockquote.qname; %blockquote.content; >
2307<!-- end of blockquote.element -->]]>
2308
2309<!ENTITY % blockquote.attlist "INCLUDE" >
2310<![%blockquote.attlist;[
2311<!ATTLIST %blockquote.qname;
2312 %Common.attrib;
2313 cite %URI.datatype; #IMPLIED
2314>
2315<!-- end of blockquote.attlist -->]]>
2316
2317<!ENTITY % pre.element "INCLUDE" >
2318<![%pre.element;[
2319<!ENTITY % pre.content
2320 "( #PCDATA
2321 | %InlStruct.class;
2322 %InlPhras.class;
2323 | %tt.qname; | %i.qname; | %b.qname;
2324 %I18n.class;
2325 %Anchor.class;
2326 | %map.qname;
2327 %Misc.class;
2328 %Inline.extra; )*"
2329>
2330<!ENTITY % pre.qname "pre" >
2331<!ELEMENT %pre.qname; %pre.content; >
2332<!-- end of pre.element -->]]>
2333
2334<!ENTITY % pre.attlist "INCLUDE" >
2335<![%pre.attlist;[
2336<!ATTLIST %pre.qname;
2337 %Common.attrib;
2338>
2339<!-- end of pre.attlist -->]]>
2340
2341<!-- ................... Heading Elements ................... -->
2342
2343<!ENTITY % Heading.content "( #PCDATA | %Inline.mix; )*" >
2344
2345<!ENTITY % h1.element "INCLUDE" >
2346<![%h1.element;[
2347<!ENTITY % h1.qname "h1" >
2348<!ELEMENT %h1.qname; %Heading.content; >
2349<!-- end of h1.element -->]]>
2350
2351<!ENTITY % h1.attlist "INCLUDE" >
2352<![%h1.attlist;[
2353<!ATTLIST %h1.qname;
2354 %Common.attrib;
2355>
2356<!-- end of h1.attlist -->]]>
2357
2358<!ENTITY % h2.element "INCLUDE" >
2359<![%h2.element;[
2360<!ENTITY % h2.qname "h2" >
2361<!ELEMENT %h2.qname; %Heading.content; >
2362<!-- end of h2.element -->]]>
2363
2364<!ENTITY % h2.attlist "INCLUDE" >
2365<![%h2.attlist;[
2366<!ATTLIST %h2.qname;
2367 %Common.attrib;
2368>
2369<!-- end of h2.attlist -->]]>
2370
2371<!ENTITY % h3.element "INCLUDE" >
2372<![%h3.element;[
2373<!ENTITY % h3.qname "h3" >
2374<!ELEMENT %h3.qname; %Heading.content; >
2375<!-- end of h3.element -->]]>
2376
2377<!ENTITY % h3.attlist "INCLUDE" >
2378<![%h3.attlist;[
2379<!ATTLIST %h3.qname;
2380 %Common.attrib;
2381>
2382<!-- end of h3.attlist -->]]>
2383
2384<!ENTITY % h4.element "INCLUDE" >
2385<![%h4.element;[
2386<!ENTITY % h4.qname "h4" >
2387<!ELEMENT %h4.qname; %Heading.content; >
2388<!-- end of h4.element -->]]>
2389
2390<!ENTITY % h4.attlist "INCLUDE" >
2391<![%h4.attlist;[
2392<!ATTLIST %h4.qname;
2393 %Common.attrib;
2394>
2395<!-- end of h4.attlist -->]]>
2396
2397<!ENTITY % h5.element "INCLUDE" >
2398<![%h5.element;[
2399<!ENTITY % h5.qname "h5" >
2400<!ELEMENT %h5.qname; %Heading.content; >
2401<!-- end of h5.element -->]]>
2402
2403<!ENTITY % h5.attlist "INCLUDE" >
2404<![%h5.attlist;[
2405<!ATTLIST %h5.qname;
2406 %Common.attrib;
2407>
2408<!-- end of h5.attlist -->]]>
2409
2410<!ENTITY % h6.element "INCLUDE" >
2411<![%h6.element;[
2412<!ENTITY % h6.qname "h6" >
2413<!ELEMENT %h6.qname; %Heading.content; >
2414<!-- end of h6.element -->]]>
2415
2416<!ENTITY % h6.attlist "INCLUDE" >
2417<![%h6.attlist;[
2418<!ATTLIST %h6.qname;
2419 %Common.attrib;
2420>
2421<!-- end of h6.attlist -->]]>
2422
2423<!-- end of xhtml-blkphras-1.mod -->
2424]]>
2425
2426<!-- end of xhtml-text-1.mod -->
2427]]>
2428
2429<!-- Hypertext Module (required) ................................. -->
2430<!ENTITY % xhtml-hypertext.module "INCLUDE" >
2431<![%xhtml-hypertext.module;[
2432<!ENTITY % xhtml-hypertext.mod
2433 PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
2434 "http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod" >
2435<!-- ...................................................................... -->
2436<!-- XHTML Hypertext Module .............................................. -->
2437<!-- file: xhtml-hypertext-1.mod
2438
2439 This is XHTML, a reformulation of HTML as a modular XML application.
2440 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
2441 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
2442
2443 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2444
2445 PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
2446 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod"
2447
2448 Revisions:
2449 (none)
2450 ....................................................................... -->
2451
2452<!-- Hypertext
2453
2454 a
2455
2456 This module declares the anchor ('a') element type, which
2457 defines the source of a hypertext link. The destination
2458 (or link 'target') is identified via its 'id' attribute
2459 rather than the 'name' attribute as was used in HTML.
2460-->
2461
2462<!-- ............ Anchor Element ............ -->
2463
2464<!ENTITY % a.element "INCLUDE" >
2465<![%a.element;[
2466<!ENTITY % a.content
2467 "( #PCDATA | %InlNoAnchor.mix; )*"
2468>
2469<!ENTITY % a.qname "a" >
2470<!ELEMENT %a.qname; %a.content; >
2471<!-- end of a.element -->]]>
2472
2473<!ENTITY % a.attlist "INCLUDE" >
2474<![%a.attlist;[
2475<!ATTLIST %a.qname;
2476 %Common.attrib;
2477 href %URI.datatype; #IMPLIED
2478 charset %Charset.datatype; #IMPLIED
2479 type %ContentType.datatype; #IMPLIED
2480 hreflang %LanguageCode.datatype; #IMPLIED
2481 rel %LinkTypes.datatype; #IMPLIED
2482 rev %LinkTypes.datatype; #IMPLIED
2483 accesskey %Character.datatype; #IMPLIED
2484 tabindex %Number.datatype; #IMPLIED
2485>
2486<!-- end of a.attlist -->]]>
2487
2488<!-- end of xhtml-hypertext-1.mod -->
2489]]>
2490
2491<!-- Lists Module (required) .................................... -->
2492<!ENTITY % xhtml-list.module "INCLUDE" >
2493<![%xhtml-list.module;[
2494<!ENTITY % xhtml-list.mod
2495 PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
2496 "http://www.w3.org/MarkUp/DTD/xhtml-list-1.mod" >
2497<!-- ...................................................................... -->
2498<!-- XHTML Lists Module .................................................. -->
2499<!-- file: xhtml-list-1.mod
2500
2501 This is XHTML, a reformulation of HTML as a modular XML application.
2502 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
2503 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
2504
2505 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2506
2507 PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
2508 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-list-1.mod"
2509
2510 Revisions:
2511 (none)
2512 ....................................................................... -->
2513
2514<!-- Lists
2515
2516 dl, dt, dd, ol, ul, li
2517
2518 This module declares the list-oriented element types
2519 and their attributes.
2520-->
2521
2522<!ENTITY % dl.qname "dl" >
2523<!ENTITY % dt.qname "dt" >
2524<!ENTITY % dd.qname "dd" >
2525<!ENTITY % ol.qname "ol" >
2526<!ENTITY % ul.qname "ul" >
2527<!ENTITY % li.qname "li" >
2528
2529<!-- dl: Definition List ............................... -->
2530
2531<!ENTITY % dl.element "INCLUDE" >
2532<![%dl.element;[
2533<!ENTITY % dl.content "( %dt.qname; | %dd.qname; )+" >
2534<!ELEMENT %dl.qname; %dl.content; >
2535<!-- end of dl.element -->]]>
2536
2537<!ENTITY % dl.attlist "INCLUDE" >
2538<![%dl.attlist;[
2539<!ATTLIST %dl.qname;
2540 %Common.attrib;
2541>
2542<!-- end of dl.attlist -->]]>
2543
2544<!-- dt: Definition Term ............................... -->
2545
2546<!ENTITY % dt.element "INCLUDE" >
2547<![%dt.element;[
2548<!ENTITY % dt.content
2549 "( #PCDATA | %Inline.mix; )*"
2550>
2551<!ELEMENT %dt.qname; %dt.content; >
2552<!-- end of dt.element -->]]>
2553
2554<!ENTITY % dt.attlist "INCLUDE" >
2555<![%dt.attlist;[
2556<!ATTLIST %dt.qname;
2557 %Common.attrib;
2558>
2559<!-- end of dt.attlist -->]]>
2560
2561<!-- dd: Definition Description ........................ -->
2562
2563<!ENTITY % dd.element "INCLUDE" >
2564<![%dd.element;[
2565<!ENTITY % dd.content
2566 "( #PCDATA | %Flow.mix; )*"
2567>
2568<!ELEMENT %dd.qname; %dd.content; >
2569<!-- end of dd.element -->]]>
2570
2571<!ENTITY % dd.attlist "INCLUDE" >
2572<![%dd.attlist;[
2573<!ATTLIST %dd.qname;
2574 %Common.attrib;
2575>
2576<!-- end of dd.attlist -->]]>
2577
2578<!-- ol: Ordered List (numbered styles) ................ -->
2579
2580<!ENTITY % ol.element "INCLUDE" >
2581<![%ol.element;[
2582<!ENTITY % ol.content "( %li.qname; )+" >
2583<!ELEMENT %ol.qname; %ol.content; >
2584<!-- end of ol.element -->]]>
2585
2586<!ENTITY % ol.attlist "INCLUDE" >
2587<![%ol.attlist;[
2588<!ATTLIST %ol.qname;
2589 %Common.attrib;
2590>
2591<!-- end of ol.attlist -->]]>
2592
2593<!-- ul: Unordered List (bullet styles) ................ -->
2594
2595<!ENTITY % ul.element "INCLUDE" >
2596<![%ul.element;[
2597<!ENTITY % ul.content "( %li.qname; )+" >
2598<!ELEMENT %ul.qname; %ul.content; >
2599<!-- end of ul.element -->]]>
2600
2601<!ENTITY % ul.attlist "INCLUDE" >
2602<![%ul.attlist;[
2603<!ATTLIST %ul.qname;
2604 %Common.attrib;
2605>
2606<!-- end of ul.attlist -->]]>
2607
2608<!-- li: List Item ..................................... -->
2609
2610<!ENTITY % li.element "INCLUDE" >
2611<![%li.element;[
2612<!ENTITY % li.content
2613 "( #PCDATA | %Flow.mix; )*"
2614>
2615<!ELEMENT %li.qname; %li.content; >
2616<!-- end of li.element -->]]>
2617
2618<!ENTITY % li.attlist "INCLUDE" >
2619<![%li.attlist;[
2620<!ATTLIST %li.qname;
2621 %Common.attrib;
2622>
2623<!-- end of li.attlist -->]]>
2624
2625<!-- end of xhtml-list-1.mod -->
2626]]>
2627
2628<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
2629
2630<!-- Edit Module ................................................ -->
2631<!ENTITY % xhtml-edit.module "INCLUDE" >
2632<![%xhtml-edit.module;[
2633<!ENTITY % xhtml-edit.mod
2634 PUBLIC "-//W3C//ELEMENTS XHTML Editing Elements 1.0//EN"
2635 "http://www.w3.org/MarkUp/DTD/xhtml-edit-1.mod" >
2636<!-- ...................................................................... -->
2637<!-- XHTML Editing Elements Module ....................................... -->
2638<!-- file: xhtml-edit-1.mod
2639
2640 This is XHTML, a reformulation of HTML as a modular XML application.
2641 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
2642 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
2643
2644 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2645
2646 PUBLIC "-//W3C//ELEMENTS XHTML Editing Markup 1.0//EN"
2647 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-edit-1.mod"
2648
2649 Revisions:
2650 (none)
2651 ....................................................................... -->
2652
2653<!-- Editing Elements
2654
2655 ins, del
2656
2657 This module declares element types and attributes used to indicate
2658 inserted and deleted content while editing a document.
2659-->
2660
2661<!-- ins: Inserted Text ............................... -->
2662
2663<!ENTITY % ins.element "INCLUDE" >
2664<![%ins.element;[
2665<!ENTITY % ins.content
2666 "( #PCDATA | %Flow.mix; )*"
2667>
2668<!ENTITY % ins.qname "ins" >
2669<!ELEMENT %ins.qname; %ins.content; >
2670<!-- end of ins.element -->]]>
2671
2672<!ENTITY % ins.attlist "INCLUDE" >
2673<![%ins.attlist;[
2674<!ATTLIST %ins.qname;
2675 %Common.attrib;
2676 cite %URI.datatype; #IMPLIED
2677 datetime %Datetime.datatype; #IMPLIED
2678>
2679<!-- end of ins.attlist -->]]>
2680
2681<!-- del: Deleted Text ................................ -->
2682
2683<!ENTITY % del.element "INCLUDE" >
2684<![%del.element;[
2685<!ENTITY % del.content
2686 "( #PCDATA | %Flow.mix; )*"
2687>
2688<!ENTITY % del.qname "del" >
2689<!ELEMENT %del.qname; %del.content; >
2690<!-- end of del.element -->]]>
2691
2692<!ENTITY % del.attlist "INCLUDE" >
2693<![%del.attlist;[
2694<!ATTLIST %del.qname;
2695 %Common.attrib;
2696 cite %URI.datatype; #IMPLIED
2697 datetime %Datetime.datatype; #IMPLIED
2698>
2699<!-- end of del.attlist -->]]>
2700
2701<!-- end of xhtml-edit-1.mod -->
2702]]>
2703
2704<!-- BIDI Override Module ....................................... -->
2705<!ENTITY % xhtml-bdo.module "%XHTML.bidi;" >
2706<![%xhtml-bdo.module;[
2707<!ENTITY % xhtml-bdo.mod
2708 PUBLIC "-//W3C//ELEMENTS XHTML BIDI Override Element 1.0//EN"
2709 "http://www.w3.org/MarkUp/DTD/xhtml-bdo-1.mod" >
2710<!-- ...................................................................... -->
2711<!-- XHTML BDO Element Module ............................................. -->
2712<!-- file: xhtml-bdo-1.mod
2713
2714 This is XHTML, a reformulation of HTML as a modular XML application.
2715 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
2716 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
2717
2718 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2719
2720 PUBLIC "-//W3C//ELEMENTS XHTML BDO Element 1.0//EN"
2721 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-bdo-1.mod"
2722
2723 Revisions:
2724 (none)
2725 ....................................................................... -->
2726
2727<!-- Bidirectional Override (bdo) Element
2728
2729 This modules declares the element 'bdo', used to override the
2730 Unicode bidirectional algorithm for selected fragments of text.
2731
2732 DEPENDENCIES:
2733 Relies on the conditional section keyword %XHTML.bidi; declared
2734 as "INCLUDE". Bidirectional text support includes both the bdo
2735 element and the 'dir' attribute.
2736-->
2737
2738<!ENTITY % bdo.element "INCLUDE" >
2739<![%bdo.element;[
2740<!ENTITY % bdo.content
2741 "( #PCDATA | %Inline.mix; )*"
2742>
2743<!ENTITY % bdo.qname "bdo" >
2744<!ELEMENT %bdo.qname; %bdo.content; >
2745<!-- end of bdo.element -->]]>
2746
2747<!ENTITY % bdo.attlist "INCLUDE" >
2748<![%bdo.attlist;[
2749<!ATTLIST %bdo.qname;
2750 %Core.attrib;
2751 %lang.attrib;
2752 dir ( ltr | rtl ) #REQUIRED
2753>
2754]]>
2755
2756<!-- end of xhtml-bdo-1.mod -->
2757]]>
2758
2759<!-- Ruby Module ................................................ -->
2760<!ENTITY % Ruby.common.attlists "INCLUDE" >
2761<!ENTITY % Ruby.common.attrib "%Common.attrib;" >
2762<!ENTITY % xhtml-ruby.module "INCLUDE" >
2763<![%xhtml-ruby.module;[
2764<!ENTITY % xhtml-ruby.mod
2765 PUBLIC "-//W3C//ELEMENTS XHTML Ruby 1.0//EN"
2766 "http://www.w3.org/MarkUp/DTD/xhtml-ruby-1.mod" >
2767<!-- ...................................................................... -->
2768<!-- XHTML Ruby Module .................................................... -->
2769<!-- file: xhtml-ruby-1.mod
2770
2771 This is XHTML, a reformulation of HTML as a modular XML application.
2772 Copyright 1999-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
2773 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $
2774
2775 This module is based on the W3C Ruby Annotation Specification:
2776
2777 http://www.w3.org/TR/ruby
2778
2779 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
2780
2781 PUBLIC "-//W3C//ELEMENTS XHTML Ruby 1.0//EN"
2782 SYSTEM "http://www.w3.org/TR/ruby/xhtml-ruby-1.mod"
2783
2784 ...................................................................... -->
2785
2786<!-- Ruby Elements
2787
2788 ruby, rbc, rtc, rb, rt, rp
2789
2790 This module declares the elements and their attributes used to
2791 support ruby annotation markup.
2792-->
2793
2794<!-- declare qualified element type names:
2795-->
2796<!ENTITY % ruby.qname "ruby" >
2797<!ENTITY % rbc.qname "rbc" >
2798<!ENTITY % rtc.qname "rtc" >
2799<!ENTITY % rb.qname "rb" >
2800<!ENTITY % rt.qname "rt" >
2801<!ENTITY % rp.qname "rp" >
2802
2803<!-- rp fallback is included by default.
2804-->
2805<!ENTITY % Ruby.fallback "INCLUDE" >
2806<!ENTITY % Ruby.fallback.mandatory "IGNORE" >
2807
2808<!-- Complex ruby is included by default; it may be
2809 overridden by other modules to ignore it.
2810-->
2811<!ENTITY % Ruby.complex "INCLUDE" >
2812
2813<!-- Fragments for the content model of the ruby element -->
2814<![%Ruby.fallback;[
2815<![%Ruby.fallback.mandatory;[
2816<!ENTITY % Ruby.content.simple
2817 "( %rb.qname;, %rp.qname;, %rt.qname;, %rp.qname; )"
2818>
2819]]>
2820<!ENTITY % Ruby.content.simple
2821 "( %rb.qname;, ( %rt.qname; | ( %rp.qname;, %rt.qname;, %rp.qname; ) ) )"
2822>
2823]]>
2824<!ENTITY % Ruby.content.simple "( %rb.qname;, %rt.qname; )" >
2825
2826<![%Ruby.complex;[
2827<!ENTITY % Ruby.content.complex
2828 "| ( %rbc.qname;, %rtc.qname;, %rtc.qname;? )"
2829>
2830]]>
2831<!ENTITY % Ruby.content.complex "" >
2832
2833<!-- Content models of the rb and the rt elements are intended to
2834 allow other inline-level elements of its parent markup language,
2835 but it should not include ruby descendent elements. The following
2836 parameter entity %NoRuby.content; can be used to redefine
2837 those content models with minimum effort. It's defined as
2838 '( #PCDATA )' by default.
2839-->
2840<!ENTITY % NoRuby.content "( #PCDATA )" >
2841
2842<!-- one or more digits (NUMBER) -->
2843<!ENTITY % Number.datatype "CDATA" >
2844
2845<!-- ruby element ...................................... -->
2846
2847<!ENTITY % ruby.element "INCLUDE" >
2848<![%ruby.element;[
2849<!ENTITY % ruby.content
2850 "( %Ruby.content.simple; %Ruby.content.complex; )"
2851>
2852<!ELEMENT %ruby.qname; %ruby.content; >
2853<!-- end of ruby.element -->]]>
2854
2855<![%Ruby.complex;[
2856<!-- rbc (ruby base component) element ................. -->
2857
2858<!ENTITY % rbc.element "INCLUDE" >
2859<![%rbc.element;[
2860<!ENTITY % rbc.content
2861 "(%rb.qname;)+"
2862>
2863<!ELEMENT %rbc.qname; %rbc.content; >
2864<!-- end of rbc.element -->]]>
2865
2866<!-- rtc (ruby text component) element ................. -->
2867
2868<!ENTITY % rtc.element "INCLUDE" >
2869<![%rtc.element;[
2870<!ENTITY % rtc.content
2871 "(%rt.qname;)+"
2872>
2873<!ELEMENT %rtc.qname; %rtc.content; >
2874<!-- end of rtc.element -->]]>
2875]]>
2876
2877<!-- rb (ruby base) element ............................ -->
2878
2879<!ENTITY % rb.element "INCLUDE" >
2880<![%rb.element;[
2881<!-- %rb.content; uses %NoRuby.content; as its content model,
2882 which is '( #PCDATA )' by default. It may be overridden
2883 by other modules to allow other inline-level elements
2884 of its parent markup language, but it should not include
2885 ruby descendent elements.
2886-->
2887<!ENTITY % rb.content "%NoRuby.content;" >
2888<!ELEMENT %rb.qname; %rb.content; >
2889<!-- end of rb.element -->]]>
2890
2891<!-- rt (ruby text) element ............................ -->
2892
2893<!ENTITY % rt.element "INCLUDE" >
2894<![%rt.element;[
2895<!-- %rt.content; uses %NoRuby.content; as its content model,
2896 which is '( #PCDATA )' by default. It may be overridden
2897 by other modules to allow other inline-level elements
2898 of its parent markup language, but it should not include
2899 ruby descendent elements.
2900-->
2901<!ENTITY % rt.content "%NoRuby.content;" >
2902
2903<!ELEMENT %rt.qname; %rt.content; >
2904<!-- end of rt.element -->]]>
2905
2906<!-- rbspan attribute is used for complex ruby only ...... -->
2907<![%Ruby.complex;[
2908<!ENTITY % rt.attlist "INCLUDE" >
2909<![%rt.attlist;[
2910<!ATTLIST %rt.qname;
2911 rbspan %Number.datatype; "1"
2912>
2913<!-- end of rt.attlist -->]]>
2914]]>
2915
2916<!-- rp (ruby parenthesis) element ..................... -->
2917
2918<![%Ruby.fallback;[
2919<!ENTITY % rp.element "INCLUDE" >
2920<![%rp.element;[
2921<!ENTITY % rp.content
2922 "( #PCDATA )"
2923>
2924<!ELEMENT %rp.qname; %rp.content; >
2925<!-- end of rp.element -->]]>
2926]]>
2927
2928<!-- Ruby Common Attributes
2929
2930 The following optional ATTLIST declarations provide an easy way
2931 to define common attributes for ruby elements. These declarations
2932 are ignored by default.
2933
2934 Ruby elements are intended to have common attributes of its
2935 parent markup language. For example, if a markup language defines
2936 common attributes as a parameter entity %attrs;, you may add
2937 those attributes by just declaring the following parameter entities
2938
2939 <!ENTITY % Ruby.common.attlists "INCLUDE" >
2940 <!ENTITY % Ruby.common.attrib "%attrs;" >
2941
2942 before including the Ruby module.
2943-->
2944
2945<!ENTITY % Ruby.common.attlists "IGNORE" >
2946<![%Ruby.common.attlists;[
2947<!ENTITY % Ruby.common.attrib "" >
2948
2949<!-- common attributes for ruby ........................ -->
2950
2951<!ENTITY % Ruby.common.attlist "INCLUDE" >
2952<![%Ruby.common.attlist;[
2953<!ATTLIST %ruby.qname;
2954 %Ruby.common.attrib;
2955>
2956<!-- end of Ruby.common.attlist -->]]>
2957
2958<![%Ruby.complex;[
2959<!-- common attributes for rbc ......................... -->
2960
2961<!ENTITY % Rbc.common.attlist "INCLUDE" >
2962<![%Rbc.common.attlist;[
2963<!ATTLIST %rbc.qname;
2964 %Ruby.common.attrib;
2965>
2966<!-- end of Rbc.common.attlist -->]]>
2967
2968<!-- common attributes for rtc ......................... -->
2969
2970<!ENTITY % Rtc.common.attlist "INCLUDE" >
2971<![%Rtc.common.attlist;[
2972<!ATTLIST %rtc.qname;
2973 %Ruby.common.attrib;
2974>
2975<!-- end of Rtc.common.attlist -->]]>
2976]]>
2977
2978<!-- common attributes for rb .......................... -->
2979
2980<!ENTITY % Rb.common.attlist "INCLUDE" >
2981<![%Rb.common.attlist;[
2982<!ATTLIST %rb.qname;
2983 %Ruby.common.attrib;
2984>
2985<!-- end of Rb.common.attlist -->]]>
2986
2987<!-- common attributes for rt .......................... -->
2988
2989<!ENTITY % Rt.common.attlist "INCLUDE" >
2990<![%Rt.common.attlist;[
2991<!ATTLIST %rt.qname;
2992 %Ruby.common.attrib;
2993>
2994<!-- end of Rt.common.attlist -->]]>
2995
2996<![%Ruby.fallback;[
2997<!-- common attributes for rp .......................... -->
2998
2999<!ENTITY % Rp.common.attlist "INCLUDE" >
3000<![%Rp.common.attlist;[
3001<!ATTLIST %rp.qname;
3002 %Ruby.common.attrib;
3003>
3004<!-- end of Rp.common.attlist -->]]>
3005]]>
3006]]>
3007
3008<!-- end of xhtml-ruby-1.mod -->
3009]]>
3010
3011<!-- Presentation Module ........................................ -->
3012<!ENTITY % xhtml-pres.module "INCLUDE" >
3013<![%xhtml-pres.module;[
3014<!ENTITY % xhtml-pres.mod
3015 PUBLIC "-//W3C//ELEMENTS XHTML Presentation 1.0//EN"
3016 "http://www.w3.org/MarkUp/DTD/xhtml-pres-1.mod" >
3017<!-- ...................................................................... -->
3018<!-- XHTML Presentation Module ............................................ -->
3019<!-- file: xhtml-pres-1.mod
3020
3021 This is XHTML, a reformulation of HTML as a modular XML application.
3022 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3023 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3024
3025 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3026
3027 PUBLIC "-//W3C//ELEMENTS XHTML Presentation 1.0//EN"
3028 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-pres-1.mod"
3029
3030 Revisions:
3031 (none)
3032 ....................................................................... -->
3033
3034<!-- Presentational Elements
3035
3036 This module defines elements and their attributes for
3037 simple presentation-related markup.
3038-->
3039
3040<!ENTITY % xhtml-inlpres.module "INCLUDE" >
3041<![%xhtml-inlpres.module;[
3042<!ENTITY % xhtml-inlpres.mod
3043 PUBLIC "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN"
3044 "xhtml-inlpres-1.mod" >
3045<!-- ...................................................................... -->
3046<!-- XHTML Inline Presentation Module .................................... -->
3047<!-- file: xhtml-inlpres-1.mod
3048
3049 This is XHTML, a reformulation of HTML as a modular XML application.
3050 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3051 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3052
3053 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3054
3055 PUBLIC "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN"
3056 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlpres-1.mod"
3057
3058 Revisions:
3059 (none)
3060 ....................................................................... -->
3061
3062<!-- Inline Presentational Elements
3063
3064 b, big, i, small, sub, sup, tt
3065
3066 This module declares the elements and their attributes used to
3067 support inline-level presentational markup.
3068-->
3069
3070<!ENTITY % b.element "INCLUDE" >
3071<![%b.element;[
3072<!ENTITY % b.content
3073 "( #PCDATA | %Inline.mix; )*"
3074>
3075<!ENTITY % b.qname "b" >
3076<!ELEMENT %b.qname; %b.content; >
3077<!-- end of b.element -->]]>
3078
3079<!ENTITY % b.attlist "INCLUDE" >
3080<![%b.attlist;[
3081<!ATTLIST %b.qname;
3082 %Common.attrib;
3083>
3084<!-- end of b.attlist -->]]>
3085
3086<!ENTITY % big.element "INCLUDE" >
3087<![%big.element;[
3088<!ENTITY % big.content
3089 "( #PCDATA | %Inline.mix; )*"
3090>
3091<!ENTITY % big.qname "big" >
3092<!ELEMENT %big.qname; %big.content; >
3093<!-- end of big.element -->]]>
3094
3095<!ENTITY % big.attlist "INCLUDE" >
3096<![%big.attlist;[
3097<!ATTLIST %big.qname;
3098 %Common.attrib;
3099>
3100<!-- end of big.attlist -->]]>
3101
3102<!ENTITY % i.element "INCLUDE" >
3103<![%i.element;[
3104<!ENTITY % i.content
3105 "( #PCDATA | %Inline.mix; )*"
3106>
3107<!ENTITY % i.qname "i" >
3108<!ELEMENT %i.qname; %i.content; >
3109<!-- end of i.element -->]]>
3110
3111<!ENTITY % i.attlist "INCLUDE" >
3112<![%i.attlist;[
3113<!ATTLIST %i.qname;
3114 %Common.attrib;
3115>
3116<!-- end of i.attlist -->]]>
3117
3118<!ENTITY % small.element "INCLUDE" >
3119<![%small.element;[
3120<!ENTITY % small.content
3121 "( #PCDATA | %Inline.mix; )*"
3122>
3123<!ENTITY % small.qname "small" >
3124<!ELEMENT %small.qname; %small.content; >
3125<!-- end of small.element -->]]>
3126
3127<!ENTITY % small.attlist "INCLUDE" >
3128<![%small.attlist;[
3129<!ATTLIST %small.qname;
3130 %Common.attrib;
3131>
3132<!-- end of small.attlist -->]]>
3133
3134<!ENTITY % sub.element "INCLUDE" >
3135<![%sub.element;[
3136<!ENTITY % sub.content
3137 "( #PCDATA | %Inline.mix; )*"
3138>
3139<!ENTITY % sub.qname "sub" >
3140<!ELEMENT %sub.qname; %sub.content; >
3141<!-- end of sub.element -->]]>
3142
3143<!ENTITY % sub.attlist "INCLUDE" >
3144<![%sub.attlist;[
3145<!ATTLIST %sub.qname;
3146 %Common.attrib;
3147>
3148<!-- end of sub.attlist -->]]>
3149
3150<!ENTITY % sup.element "INCLUDE" >
3151<![%sup.element;[
3152<!ENTITY % sup.content
3153 "( #PCDATA | %Inline.mix; )*"
3154>
3155<!ENTITY % sup.qname "sup" >
3156<!ELEMENT %sup.qname; %sup.content; >
3157<!-- end of sup.element -->]]>
3158
3159<!ENTITY % sup.attlist "INCLUDE" >
3160<![%sup.attlist;[
3161<!ATTLIST %sup.qname;
3162 %Common.attrib;
3163>
3164<!-- end of sup.attlist -->]]>
3165
3166<!ENTITY % tt.element "INCLUDE" >
3167<![%tt.element;[
3168<!ENTITY % tt.content
3169 "( #PCDATA | %Inline.mix; )*"
3170>
3171<!ENTITY % tt.qname "tt" >
3172<!ELEMENT %tt.qname; %tt.content; >
3173<!-- end of tt.element -->]]>
3174
3175<!ENTITY % tt.attlist "INCLUDE" >
3176<![%tt.attlist;[
3177<!ATTLIST %tt.qname;
3178 %Common.attrib;
3179>
3180<!-- end of tt.attlist -->]]>
3181
3182<!-- end of xhtml-inlpres-1.mod -->
3183]]>
3184
3185<!ENTITY % xhtml-blkpres.module "INCLUDE" >
3186<![%xhtml-blkpres.module;[
3187<!ENTITY % xhtml-blkpres.mod
3188 PUBLIC "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN"
3189 "xhtml-blkpres-1.mod" >
3190<!-- ...................................................................... -->
3191<!-- XHTML Block Presentation Module ..................................... -->
3192<!-- file: xhtml-blkpres-1.mod
3193
3194 This is XHTML, a reformulation of HTML as a modular XML application.
3195 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3196 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3197
3198 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3199
3200 PUBLIC "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN"
3201 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-blkpres-1.mod"
3202
3203 Revisions:
3204 (none)
3205 ....................................................................... -->
3206
3207<!-- Block Presentational Elements
3208
3209 hr
3210
3211 This module declares the elements and their attributes used to
3212 support block-level presentational markup.
3213-->
3214
3215<!ENTITY % hr.element "INCLUDE" >
3216<![%hr.element;[
3217<!ENTITY % hr.content "EMPTY" >
3218<!ENTITY % hr.qname "hr" >
3219<!ELEMENT %hr.qname; %hr.content; >
3220<!-- end of hr.element -->]]>
3221
3222<!ENTITY % hr.attlist "INCLUDE" >
3223<![%hr.attlist;[
3224<!ATTLIST %hr.qname;
3225 %Common.attrib;
3226>
3227<!-- end of hr.attlist -->]]>
3228
3229<!-- end of xhtml-blkpres-1.mod -->
3230]]>
3231
3232<!-- end of xhtml-pres-1.mod -->
3233]]>
3234
3235<!-- Link Element Module ........................................ -->
3236<!ENTITY % xhtml-link.module "INCLUDE" >
3237<![%xhtml-link.module;[
3238<!ENTITY % xhtml-link.mod
3239 PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"
3240 "http://www.w3.org/MarkUp/DTD/xhtml-link-1.mod" >
3241<!-- ...................................................................... -->
3242<!-- XHTML Link Element Module ........................................... -->
3243<!-- file: xhtml-link-1.mod
3244
3245 This is XHTML, a reformulation of HTML as a modular XML application.
3246 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3247 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3248
3249 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3250
3251 PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"
3252 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-link-1.mod"
3253
3254 Revisions:
3255 (none)
3256 ....................................................................... -->
3257
3258<!-- Link element
3259
3260 link
3261
3262 This module declares the link element type and its attributes,
3263 which could (in principle) be used to define document-level links
3264 to external resources such as:
3265
3266 a) for document specific toolbars/menus, e.g. start, contents,
3267 previous, next, index, end, help
3268 b) to link to a separate style sheet (rel="stylesheet")
3269 c) to make a link to a script (rel="script")
3270 d) by style sheets to control how collections of html nodes are
3271 rendered into printed documents
3272 e) to make a link to a printable version of this document
3273 e.g. a postscript or pdf version (rel="alternate" media="print")
3274-->
3275
3276<!-- link: Media-Independent Link ...................... -->
3277
3278<!ENTITY % link.element "INCLUDE" >
3279<![%link.element;[
3280<!ENTITY % link.content "EMPTY" >
3281<!ENTITY % link.qname "link" >
3282<!ELEMENT %link.qname; %link.content; >
3283<!-- end of link.element -->]]>
3284
3285<!ENTITY % link.attlist "INCLUDE" >
3286<![%link.attlist;[
3287<!ATTLIST %link.qname;
3288 %Common.attrib;
3289 charset %Charset.datatype; #IMPLIED
3290 href %URI.datatype; #IMPLIED
3291 hreflang %LanguageCode.datatype; #IMPLIED
3292 type %ContentType.datatype; #IMPLIED
3293 rel %LinkTypes.datatype; #IMPLIED
3294 rev %LinkTypes.datatype; #IMPLIED
3295 media %MediaDesc.datatype; #IMPLIED
3296>
3297<!-- end of link.attlist -->]]>
3298
3299<!-- end of xhtml-link-1.mod -->
3300]]>
3301
3302<!-- Document Metainformation Module ............................ -->
3303<!ENTITY % xhtml-meta.module "INCLUDE" >
3304<![%xhtml-meta.module;[
3305<!ENTITY % xhtml-meta.mod
3306 PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"
3307 "http://www.w3.org/MarkUp/DTD/xhtml-meta-1.mod" >
3308<!-- ...................................................................... -->
3309<!-- XHTML Document Metainformation Module ............................... -->
3310<!-- file: xhtml-meta-1.mod
3311
3312 This is XHTML, a reformulation of HTML as a modular XML application.
3313 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3314 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3315
3316 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3317
3318 PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"
3319 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-meta-1.mod"
3320
3321 Revisions:
3322 (none)
3323 ....................................................................... -->
3324
3325<!-- Meta Information
3326
3327 meta
3328
3329 This module declares the meta element type and its attributes,
3330 used to provide declarative document metainformation.
3331-->
3332
3333<!-- meta: Generic Metainformation ..................... -->
3334
3335<!ENTITY % meta.element "INCLUDE" >
3336<![%meta.element;[
3337<!ENTITY % meta.content "EMPTY" >
3338<!ENTITY % meta.qname "meta" >
3339<!ELEMENT %meta.qname; %meta.content; >
3340<!-- end of meta.element -->]]>
3341
3342<!ENTITY % meta.attlist "INCLUDE" >
3343<![%meta.attlist;[
3344<!ATTLIST %meta.qname;
3345 %XHTML.xmlns.attrib;
3346 %I18n.attrib;
3347 http-equiv NMTOKEN #IMPLIED
3348 name NMTOKEN #IMPLIED
3349 content CDATA #REQUIRED
3350 scheme CDATA #IMPLIED
3351>
3352<!-- end of meta.attlist -->]]>
3353
3354<!-- end of xhtml-meta-1.mod -->
3355]]>
3356
3357<!-- Base Element Module ........................................ -->
3358<!ENTITY % xhtml-base.module "INCLUDE" >
3359<![%xhtml-base.module;[
3360<!ENTITY % xhtml-base.mod
3361 PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"
3362 "http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod" >
3363<!-- ...................................................................... -->
3364<!-- XHTML Base Element Module ........................................... -->
3365<!-- file: xhtml-base-1.mod
3366
3367 This is XHTML, a reformulation of HTML as a modular XML application.
3368 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3369 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3370
3371 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3372
3373 PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"
3374 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod"
3375
3376 Revisions:
3377 (none)
3378 ....................................................................... -->
3379
3380<!-- Base element
3381
3382 base
3383
3384 This module declares the base element type and its attributes,
3385 used to define a base URI against which relative URIs in the
3386 document will be resolved.
3387
3388 Note that this module also redeclares the content model for
3389 the head element to include the base element.
3390-->
3391
3392<!-- base: Document Base URI ........................... -->
3393
3394<!ENTITY % base.element "INCLUDE" >
3395<![%base.element;[
3396<!ENTITY % base.content "EMPTY" >
3397<!ENTITY % base.qname "base" >
3398<!ELEMENT %base.qname; %base.content; >
3399<!-- end of base.element -->]]>
3400
3401<!ENTITY % base.attlist "INCLUDE" >
3402<![%base.attlist;[
3403<!ATTLIST %base.qname;
3404 %XHTML.xmlns.attrib;
3405 href %URI.datatype; #REQUIRED
3406>
3407<!-- end of base.attlist -->]]>
3408
3409<!ENTITY % head.content
3410 "( %HeadOpts.mix;,
3411 ( ( %title.qname;, %HeadOpts.mix;, ( %base.qname;, %HeadOpts.mix; )? )
3412 | ( %base.qname;, %HeadOpts.mix;, ( %title.qname;, %HeadOpts.mix; ))))"
3413>
3414
3415<!-- end of xhtml-base-1.mod -->
3416]]>
3417
3418<!-- Scripting Module ........................................... -->
3419<!ENTITY % xhtml-script.module "INCLUDE" >
3420<![%xhtml-script.module;[
3421<!ENTITY % xhtml-script.mod
3422 PUBLIC "-//W3C//ELEMENTS XHTML Scripting 1.0//EN"
3423 "http://www.w3.org/MarkUp/DTD/xhtml-script-1.mod" >
3424<!-- ...................................................................... -->
3425<!-- XHTML Document Scripting Module ..................................... -->
3426<!-- file: xhtml-script-1.mod
3427
3428 This is XHTML, a reformulation of HTML as a modular XML application.
3429 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3430 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3431
3432 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3433
3434 PUBLIC "-//W3C//ELEMENTS XHTML Scripting 1.0//EN"
3435 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-script-1.mod"
3436
3437 Revisions:
3438 (none)
3439 ....................................................................... -->
3440
3441<!-- Scripting
3442
3443 script, noscript
3444
3445 This module declares element types and attributes used to provide
3446 support for executable scripts as well as an alternate content
3447 container where scripts are not supported.
3448-->
3449
3450<!-- script: Scripting Statement ....................... -->
3451
3452<!ENTITY % script.element "INCLUDE" >
3453<![%script.element;[
3454<!ENTITY % script.content "( #PCDATA )" >
3455<!ENTITY % script.qname "script" >
3456<!ELEMENT %script.qname; %script.content; >
3457<!-- end of script.element -->]]>
3458
3459<!ENTITY % script.attlist "INCLUDE" >
3460<![%script.attlist;[
3461<!ATTLIST %script.qname;
3462 %XHTML.xmlns.attrib;
3463 %id.attrib;
3464 xml:space ( preserve ) #FIXED 'preserve'
3465 charset %Charset.datatype; #IMPLIED
3466 type %ContentType.datatype; #REQUIRED
3467 src %URI.datatype; #IMPLIED
3468 defer ( defer ) #IMPLIED
3469>
3470<!-- end of script.attlist -->]]>
3471
3472<!-- noscript: No-Script Alternate Content ............. -->
3473
3474<!ENTITY % noscript.element "INCLUDE" >
3475<![%noscript.element;[
3476<!ENTITY % noscript.content
3477 "( %Block.mix; )+"
3478>
3479<!ENTITY % noscript.qname "noscript" >
3480<!ELEMENT %noscript.qname; %noscript.content; >
3481<!-- end of noscript.element -->]]>
3482
3483<!ENTITY % noscript.attlist "INCLUDE" >
3484<![%noscript.attlist;[
3485<!ATTLIST %noscript.qname;
3486 %Common.attrib;
3487>
3488<!-- end of noscript.attlist -->]]>
3489
3490<!-- end of xhtml-script-1.mod -->
3491]]>
3492
3493<!-- Style Sheets Module ......................................... -->
3494<!ENTITY % xhtml-style.module "INCLUDE" >
3495<![%xhtml-style.module;[
3496<!ENTITY % xhtml-style.mod
3497 PUBLIC "-//W3C//ELEMENTS XHTML Style Sheets 1.0//EN"
3498 "http://www.w3.org/MarkUp/DTD/xhtml-style-1.mod" >
3499<!-- ...................................................................... -->
3500<!-- XHTML Document Style Sheet Module ................................... -->
3501<!-- file: xhtml-style-1.mod
3502
3503 This is XHTML, a reformulation of HTML as a modular XML application.
3504 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3505 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3506
3507 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3508
3509 PUBLIC "-//W3C//DTD XHTML Style Sheets 1.0//EN"
3510 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-style-1.mod"
3511
3512 Revisions:
3513 (none)
3514 ....................................................................... -->
3515
3516<!-- Style Sheets
3517
3518 style
3519
3520 This module declares the style element type and its attributes,
3521 used to embed style sheet information in the document head element.
3522-->
3523
3524<!-- style: Style Sheet Information .................... -->
3525
3526<!ENTITY % style.element "INCLUDE" >
3527<![%style.element;[
3528<!ENTITY % style.content "( #PCDATA )" >
3529<!ENTITY % style.qname "style" >
3530<!ELEMENT %style.qname; %style.content; >
3531<!-- end of style.element -->]]>
3532
3533<!ENTITY % style.attlist "INCLUDE" >
3534<![%style.attlist;[
3535<!ATTLIST %style.qname;
3536 %XHTML.xmlns.attrib;
3537 %id.attrib;
3538 %title.attrib;
3539 %I18n.attrib;
3540 xml:space ( preserve ) #FIXED 'preserve'
3541 type %ContentType.datatype; #REQUIRED
3542 media %MediaDesc.datatype; #IMPLIED
3543>
3544<!-- end of style.attlist -->]]>
3545
3546<!-- end of xhtml-style-1.mod -->
3547]]>
3548
3549<!-- Image Module ............................................... -->
3550<!ENTITY % xhtml-image.module "INCLUDE" >
3551<![%xhtml-image.module;[
3552<!ENTITY % xhtml-image.mod
3553 PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"
3554 "http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod" >
3555<!-- ...................................................................... -->
3556<!-- XHTML Images Module ................................................. -->
3557<!-- file: xhtml-image-1.mod
3558
3559 This is XHTML, a reformulation of HTML as a modular XML application.
3560 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3561 Rovision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3562
3563 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3564
3565 PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"
3566 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod"
3567
3568 Revisions:
3569 (none)
3570 ....................................................................... -->
3571
3572<!-- Images
3573
3574 img
3575
3576 This module provides markup to support basic image embedding.
3577-->
3578
3579<!-- To avoid problems with text-only UAs as well as to make
3580 image content understandable and navigable to users of
3581 non-visual UAs, you need to provide a description with
3582 the 'alt' attribute, and avoid server-side image maps.
3583-->
3584
3585<!ENTITY % img.element "INCLUDE" >
3586<![%img.element;[
3587<!ENTITY % img.content "EMPTY" >
3588<!ENTITY % img.qname "img" >
3589<!ELEMENT %img.qname; %img.content; >
3590<!-- end of img.element -->]]>
3591
3592<!ENTITY % img.attlist "INCLUDE" >
3593<![%img.attlist;[
3594<!ATTLIST %img.qname;
3595 %Common.attrib;
3596 src %URI.datatype; #REQUIRED
3597 alt %Text.datatype; #REQUIRED
3598 longdesc %URI.datatype; #IMPLIED
3599 name CDATA #IMPLIED
3600 height %Length.datatype; #IMPLIED
3601 width %Length.datatype; #IMPLIED
3602>
3603<!-- end of img.attlist -->]]>
3604
3605<!-- end of xhtml-image-1.mod -->
3606]]>
3607
3608<!-- Client-side Image Map Module ............................... -->
3609<!ENTITY % xhtml-csismap.module "INCLUDE" >
3610<![%xhtml-csismap.module;[
3611<!ENTITY % xhtml-csismap.mod
3612 PUBLIC "-//W3C//ELEMENTS XHTML Client-side Image Maps 1.0//EN"
3613 "http://www.w3.org/MarkUp/DTD/xhtml-csismap-1.mod" >
3614<!-- ...................................................................... -->
3615<!-- XHTML Client-side Image Map Module .................................. -->
3616<!-- file: xhtml-csismap-1.mod
3617
3618 This is XHTML, a reformulation of HTML as a modular XML application.
3619 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3620 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3621
3622 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3623
3624 PUBLIC "-//W3C//ELEMENTS XHTML Client-side Image Maps 1.0//EN"
3625 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-csismap-1.mod"
3626
3627 Revisions:
3628 (none)
3629 ....................................................................... -->
3630
3631<!-- Client-side Image Maps
3632
3633 area, map
3634
3635 This module declares elements and attributes to support client-side
3636 image maps. This requires that the Image Module (or a module
3637 declaring the img element type) be included in the DTD.
3638
3639 These can be placed in the same document or grouped in a
3640 separate document, although the latter isn't widely supported
3641-->
3642
3643<!ENTITY % area.element "INCLUDE" >
3644<![%area.element;[
3645<!ENTITY % area.content "EMPTY" >
3646<!ENTITY % area.qname "area" >
3647<!ELEMENT %area.qname; %area.content; >
3648<!-- end of area.element -->]]>
3649
3650<!ENTITY % Shape.datatype "( rect | circle | poly | default )">
3651<!ENTITY % Coords.datatype "CDATA" >
3652
3653<!ENTITY % area.attlist "INCLUDE" >
3654<![%area.attlist;[
3655<!ATTLIST %area.qname;
3656 %Common.attrib;
3657 href %URI.datatype; #IMPLIED
3658 shape %Shape.datatype; 'rect'
3659 coords %Coords.datatype; #IMPLIED
3660 nohref ( nohref ) #IMPLIED
3661 alt %Text.datatype; #REQUIRED
3662 tabindex %Number.datatype; #IMPLIED
3663 accesskey %Character.datatype; #IMPLIED
3664>
3665<!-- end of area.attlist -->]]>
3666
3667<!-- modify anchor attribute definition list
3668 to allow for client-side image maps
3669-->
3670<!ATTLIST %a.qname;
3671 shape %Shape.datatype; 'rect'
3672 coords %Coords.datatype; #IMPLIED
3673>
3674
3675<!-- modify img attribute definition list
3676 to allow for client-side image maps
3677-->
3678<!ATTLIST %img.qname;
3679 usemap %URIREF.datatype; #IMPLIED
3680>
3681
3682<!-- modify form input attribute definition list
3683 to allow for client-side image maps
3684-->
3685<!ATTLIST %input.qname;
3686 usemap %URIREF.datatype; #IMPLIED
3687>
3688
3689<!-- modify object attribute definition list
3690 to allow for client-side image maps
3691-->
3692<!ATTLIST %object.qname;
3693 usemap %URIREF.datatype; #IMPLIED
3694>
3695
3696<!-- 'usemap' points to the 'id' attribute of a <map> element,
3697 which must be in the same document; support for external
3698 document maps was not widely supported in HTML and is
3699 eliminated in XHTML.
3700
3701 It is considered an error for the element pointed to by
3702 a usemap IDREF to occur in anything but a <map> element.
3703-->
3704
3705<!ENTITY % map.element "INCLUDE" >
3706<![%map.element;[
3707<!ENTITY % map.content
3708 "(( %Block.mix; ) | %area.qname; )+"
3709>
3710<!ENTITY % map.qname "map" >
3711<!ELEMENT %map.qname; %map.content; >
3712<!-- end of map.element -->]]>
3713
3714<!ENTITY % map.attlist "INCLUDE" >
3715<![%map.attlist;[
3716<!ATTLIST %map.qname;
3717 %XHTML.xmlns.attrib;
3718 id ID #REQUIRED
3719 %class.attrib;
3720 %title.attrib;
3721 %Core.extra.attrib;
3722 %I18n.attrib;
3723 %Events.attrib;
3724>
3725<!-- end of map.attlist -->]]>
3726
3727<!-- end of xhtml-csismap-1.mod -->
3728]]>
3729
3730<!-- Server-side Image Map Module ............................... -->
3731<!ENTITY % xhtml-ssismap.module "INCLUDE" >
3732<![%xhtml-ssismap.module;[
3733<!ENTITY % xhtml-ssismap.mod
3734 PUBLIC "-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN"
3735 "http://www.w3.org/MarkUp/DTD/xhtml-ssismap-1.mod" >
3736<!-- ...................................................................... -->
3737<!-- XHTML Server-side Image Map Module .................................. -->
3738<!-- file: xhtml-ssismap-1.mod
3739
3740 This is XHTML, a reformulation of HTML as a modular XML application.
3741 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3742 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3743
3744 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3745
3746 PUBLIC "-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN"
3747 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-ssismap-1.mod"
3748
3749 Revisions:
3750#2000-10-22: added declaration for 'ismap' on <input>
3751 ....................................................................... -->
3752
3753<!-- Server-side Image Maps
3754
3755 This adds the 'ismap' attribute to the img and input elements
3756 to support server-side processing of a user selection.
3757-->
3758
3759<!ATTLIST %img.qname;
3760 ismap ( ismap ) #IMPLIED
3761>
3762
3763<!ATTLIST %input.qname;
3764 ismap ( ismap ) #IMPLIED
3765>
3766
3767<!-- end of xhtml-ssismap-1.mod -->
3768]]>
3769
3770<!-- Param Element Module ....................................... -->
3771<!ENTITY % xhtml-param.module "INCLUDE" >
3772<![%xhtml-param.module;[
3773<!ENTITY % xhtml-param.mod
3774 PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
3775 "http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod" >
3776<!-- ...................................................................... -->
3777<!-- XHTML Param Element Module ..................................... -->
3778<!-- file: xhtml-param-1.mod
3779
3780 This is XHTML, a reformulation of HTML as a modular XML application.
3781 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3782 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3783
3784 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3785
3786 PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
3787 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod"
3788
3789 Revisions:
3790 (none)
3791 ....................................................................... -->
3792
3793<!-- Parameters for Java Applets and Embedded Objects
3794
3795 param
3796
3797 This module provides declarations for the param element,
3798 used to provide named property values for the applet
3799 and object elements.
3800-->
3801
3802<!-- param: Named Property Value ....................... -->
3803
3804<!ENTITY % param.element "INCLUDE" >
3805<![%param.element;[
3806<!ENTITY % param.content "EMPTY" >
3807<!ENTITY % param.qname "param" >
3808<!ELEMENT %param.qname; %param.content; >
3809<!-- end of param.element -->]]>
3810
3811<!ENTITY % param.attlist "INCLUDE" >
3812<![%param.attlist;[
3813<!ATTLIST %param.qname;
3814 %XHTML.xmlns.attrib;
3815 %id.attrib;
3816 name CDATA #REQUIRED
3817 value CDATA #IMPLIED
3818 valuetype ( data | ref | object ) 'data'
3819 type %ContentType.datatype; #IMPLIED
3820>
3821<!-- end of param.attlist -->]]>
3822
3823<!-- end of xhtml-param-1.mod -->
3824]]>
3825
3826<!-- Embedded Object Module ..................................... -->
3827<!ENTITY % xhtml-object.module "INCLUDE" >
3828<![%xhtml-object.module;[
3829<!ENTITY % xhtml-object.mod
3830 PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"
3831 "http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod" >
3832<!-- ...................................................................... -->
3833<!-- XHTML Embedded Object Module ........................................ -->
3834<!-- file: xhtml-object-1.mod
3835
3836 This is XHTML, a reformulation of HTML as a modular XML application.
3837 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3838 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3839
3840 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3841
3842 PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"
3843 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod"
3844
3845 Revisions:
3846 (none)
3847 ....................................................................... -->
3848
3849<!-- Embedded Objects
3850
3851 object
3852
3853 This module declares the object element type and its attributes, used
3854 to embed external objects as part of XHTML pages. In the document,
3855 place param elements prior to other content within the object element.
3856
3857 Note that use of this module requires instantiation of the Param
3858 Element Module.
3859-->
3860
3861<!-- object: Generic Embedded Object ................... -->
3862
3863<!ENTITY % object.element "INCLUDE" >
3864<![%object.element;[
3865<!ENTITY % object.content
3866 "( #PCDATA | %Flow.mix; | %param.qname; )*"
3867>
3868<!ENTITY % object.qname "object" >
3869<!ELEMENT %object.qname; %object.content; >
3870<!-- end of object.element -->]]>
3871
3872<!ENTITY % object.attlist "INCLUDE" >
3873<![%object.attlist;[
3874<!ATTLIST %object.qname;
3875 %Common.attrib;
3876 declare ( declare ) #IMPLIED
3877 classid %URI.datatype; #IMPLIED
3878 codebase %URI.datatype; #IMPLIED
3879 data %URI.datatype; #IMPLIED
3880 type %ContentType.datatype; #IMPLIED
3881 codetype %ContentType.datatype; #IMPLIED
3882 archive %URIs.datatype; #IMPLIED
3883 standby %Text.datatype; #IMPLIED
3884 height %Length.datatype; #IMPLIED
3885 width %Length.datatype; #IMPLIED
3886 name CDATA #IMPLIED
3887 tabindex %Number.datatype; #IMPLIED
3888>
3889<!-- end of object.attlist -->]]>
3890
3891<!-- end of xhtml-object-1.mod -->
3892]]>
3893
3894<!-- Tables Module ............................................... -->
3895<!ENTITY % xhtml-table.module "INCLUDE" >
3896<![%xhtml-table.module;[
3897<!ENTITY % xhtml-table.mod
3898 PUBLIC "-//W3C//ELEMENTS XHTML Tables 1.0//EN"
3899 "http://www.w3.org/MarkUp/DTD/xhtml-table-1.mod" >
3900<!-- ...................................................................... -->
3901<!-- XHTML Table Module .................................................. -->
3902<!-- file: xhtml-table-1.mod
3903
3904 This is XHTML, a reformulation of HTML as a modular XML application.
3905 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
3906 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
3907
3908 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
3909
3910 PUBLIC "-//W3C//ELEMENTS XHTML Tables 1.0//EN"
3911 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-table-1.mod"
3912
3913 Revisions:
3914 (none)
3915 ....................................................................... -->
3916
3917<!-- Tables
3918
3919 table, caption, thead, tfoot, tbody, colgroup, col, tr, th, td
3920
3921 This module declares element types and attributes used to provide
3922 table markup similar to HTML 4, including features that enable
3923 better accessibility for non-visual user agents.
3924-->
3925
3926<!-- declare qualified element type names:
3927-->
3928<!ENTITY % table.qname "table" >
3929<!ENTITY % caption.qname "caption" >
3930<!ENTITY % thead.qname "thead" >
3931<!ENTITY % tfoot.qname "tfoot" >
3932<!ENTITY % tbody.qname "tbody" >
3933<!ENTITY % colgroup.qname "colgroup" >
3934<!ENTITY % col.qname "col" >
3935<!ENTITY % tr.qname "tr" >
3936<!ENTITY % th.qname "th" >
3937<!ENTITY % td.qname "td" >
3938
3939<!-- The frame attribute specifies which parts of the frame around
3940 the table should be rendered. The values are not the same as
3941 CALS to avoid a name clash with the valign attribute.
3942-->
3943<!ENTITY % frame.attrib
3944 "frame ( void
3945 | above
3946 | below
3947 | hsides
3948 | lhs
3949 | rhs
3950 | vsides
3951 | box
3952 | border ) #IMPLIED"
3953>
3954
3955<!-- The rules attribute defines which rules to draw between cells:
3956
3957 If rules is absent then assume:
3958
3959 "none" if border is absent or border="0" otherwise "all"
3960-->
3961<!ENTITY % rules.attrib
3962 "rules ( none
3963 | groups
3964 | rows
3965 | cols
3966 | all ) #IMPLIED"
3967>
3968
3969<!-- horizontal alignment attributes for cell contents
3970-->
3971<!ENTITY % CellHAlign.attrib
3972 "align ( left
3973 | center
3974 | right
3975 | justify
3976 | char ) #IMPLIED
3977 char %Character.datatype; #IMPLIED
3978 charoff %Length.datatype; #IMPLIED"
3979>
3980
3981<!-- vertical alignment attribute for cell contents
3982-->
3983<!ENTITY % CellVAlign.attrib
3984 "valign ( top
3985 | middle
3986 | bottom
3987 | baseline ) #IMPLIED"
3988>
3989
3990<!-- scope is simpler than axes attribute for common tables
3991-->
3992<!ENTITY % scope.attrib
3993 "scope ( row
3994 | col
3995 | rowgroup
3996 | colgroup ) #IMPLIED"
3997>
3998
3999<!-- table: Table Element .............................. -->
4000
4001<!ENTITY % table.element "INCLUDE" >
4002<![%table.element;[
4003<!ENTITY % table.content
4004 "( %caption.qname;?, ( %col.qname;* | %colgroup.qname;* ),
4005 (( %thead.qname;?, %tfoot.qname;?, %tbody.qname;+ ) | ( %tr.qname;+ )))"
4006>
4007<!ELEMENT %table.qname; %table.content; >
4008<!-- end of table.element -->]]>
4009
4010<!ENTITY % table.attlist "INCLUDE" >
4011<![%table.attlist;[
4012<!ATTLIST %table.qname;
4013 %Common.attrib;
4014 summary %Text.datatype; #IMPLIED
4015 width %Length.datatype; #IMPLIED
4016 border %Pixels.datatype; #IMPLIED
4017 %frame.attrib;
4018 %rules.attrib;
4019 cellspacing %Length.datatype; #IMPLIED
4020 cellpadding %Length.datatype; #IMPLIED
4021>
4022<!-- end of table.attlist -->]]>
4023
4024<!-- caption: Table Caption ............................ -->
4025
4026<!ENTITY % caption.element "INCLUDE" >
4027<![%caption.element;[
4028<!ENTITY % caption.content
4029 "( #PCDATA | %Inline.mix; )*"
4030>
4031<!ELEMENT %caption.qname; %caption.content; >
4032<!-- end of caption.element -->]]>
4033
4034<!ENTITY % caption.attlist "INCLUDE" >
4035<![%caption.attlist;[
4036<!ATTLIST %caption.qname;
4037 %Common.attrib;
4038>
4039<!-- end of caption.attlist -->]]>
4040
4041<!-- thead: Table Header ............................... -->
4042
4043<!-- Use thead to duplicate headers when breaking table
4044 across page boundaries, or for static headers when
4045 tbody sections are rendered in scrolling panel.
4046-->
4047
4048<!ENTITY % thead.element "INCLUDE" >
4049<![%thead.element;[
4050<!ENTITY % thead.content "( %tr.qname; )+" >
4051<!ELEMENT %thead.qname; %thead.content; >
4052<!-- end of thead.element -->]]>
4053
4054<!ENTITY % thead.attlist "INCLUDE" >
4055<![%thead.attlist;[
4056<!ATTLIST %thead.qname;
4057 %Common.attrib;
4058 %CellHAlign.attrib;
4059 %CellVAlign.attrib;
4060>
4061<!-- end of thead.attlist -->]]>
4062
4063<!-- tfoot: Table Footer ............................... -->
4064
4065<!-- Use tfoot to duplicate footers when breaking table
4066 across page boundaries, or for static footers when
4067 tbody sections are rendered in scrolling panel.
4068-->
4069
4070<!ENTITY % tfoot.element "INCLUDE" >
4071<![%tfoot.element;[
4072<!ENTITY % tfoot.content "( %tr.qname; )+" >
4073<!ELEMENT %tfoot.qname; %tfoot.content; >
4074<!-- end of tfoot.element -->]]>
4075
4076<!ENTITY % tfoot.attlist "INCLUDE" >
4077<![%tfoot.attlist;[
4078<!ATTLIST %tfoot.qname;
4079 %Common.attrib;
4080 %CellHAlign.attrib;
4081 %CellVAlign.attrib;
4082>
4083<!-- end of tfoot.attlist -->]]>
4084
4085<!-- tbody: Table Body ................................. -->
4086
4087<!-- Use multiple tbody sections when rules are needed
4088 between groups of table rows.
4089-->
4090
4091<!ENTITY % tbody.element "INCLUDE" >
4092<![%tbody.element;[
4093<!ENTITY % tbody.content "( %tr.qname; )+" >
4094<!ELEMENT %tbody.qname; %tbody.content; >
4095<!-- end of tbody.element -->]]>
4096
4097<!ENTITY % tbody.attlist "INCLUDE" >
4098<![%tbody.attlist;[
4099<!ATTLIST %tbody.qname;
4100 %Common.attrib;
4101 %CellHAlign.attrib;
4102 %CellVAlign.attrib;
4103>
4104<!-- end of tbody.attlist -->]]>
4105
4106<!-- colgroup: Table Column Group ...................... -->
4107
4108<!-- colgroup groups a set of col elements. It allows you
4109 to group several semantically-related columns together.
4110-->
4111
4112<!ENTITY % colgroup.element "INCLUDE" >
4113<![%colgroup.element;[
4114<!ENTITY % colgroup.content "( %col.qname; )*" >
4115<!ELEMENT %colgroup.qname; %colgroup.content; >
4116<!-- end of colgroup.element -->]]>
4117
4118<!ENTITY % colgroup.attlist "INCLUDE" >
4119<![%colgroup.attlist;[
4120<!ATTLIST %colgroup.qname;
4121 %Common.attrib;
4122 span %Number.datatype; '1'
4123 width %MultiLength.datatype; #IMPLIED
4124 %CellHAlign.attrib;
4125 %CellVAlign.attrib;
4126>
4127<!-- end of colgroup.attlist -->]]>
4128
4129<!-- col: Table Column ................................. -->
4130
4131<!-- col elements define the alignment properties for
4132 cells in one or more columns.
4133
4134 The width attribute specifies the width of the
4135 columns, e.g.
4136
4137 width="64" width in screen pixels
4138 width="0.5*" relative width of 0.5
4139
4140 The span attribute causes the attributes of one
4141 col element to apply to more than one column.
4142-->
4143
4144<!ENTITY % col.element "INCLUDE" >
4145<![%col.element;[
4146<!ENTITY % col.content "EMPTY" >
4147<!ELEMENT %col.qname; %col.content; >
4148<!-- end of col.element -->]]>
4149
4150<!ENTITY % col.attlist "INCLUDE" >
4151<![%col.attlist;[
4152<!ATTLIST %col.qname;
4153 %Common.attrib;
4154 span %Number.datatype; '1'
4155 width %MultiLength.datatype; #IMPLIED
4156 %CellHAlign.attrib;
4157 %CellVAlign.attrib;
4158>
4159<!-- end of col.attlist -->]]>
4160
4161<!-- tr: Table Row ..................................... -->
4162
4163<!ENTITY % tr.element "INCLUDE" >
4164<![%tr.element;[
4165<!ENTITY % tr.content "( %th.qname; | %td.qname; )+" >
4166<!ELEMENT %tr.qname; %tr.content; >
4167<!-- end of tr.element -->]]>
4168
4169<!ENTITY % tr.attlist "INCLUDE" >
4170<![%tr.attlist;[
4171<!ATTLIST %tr.qname;
4172 %Common.attrib;
4173 %CellHAlign.attrib;
4174 %CellVAlign.attrib;
4175>
4176<!-- end of tr.attlist -->]]>
4177
4178<!-- th: Table Header Cell ............................. -->
4179
4180<!-- th is for header cells, td for data,
4181 but for cells acting as both use td
4182-->
4183
4184<!ENTITY % th.element "INCLUDE" >
4185<![%th.element;[
4186<!ENTITY % th.content
4187 "( #PCDATA | %Flow.mix; )*"
4188>
4189<!ELEMENT %th.qname; %th.content; >
4190<!-- end of th.element -->]]>
4191
4192<!ENTITY % th.attlist "INCLUDE" >
4193<![%th.attlist;[
4194<!ATTLIST %th.qname;
4195 %Common.attrib;
4196 abbr %Text.datatype; #IMPLIED
4197 axis CDATA #IMPLIED
4198 headers IDREFS #IMPLIED
4199 %scope.attrib;
4200 rowspan %Number.datatype; '1'
4201 colspan %Number.datatype; '1'
4202 %CellHAlign.attrib;
4203 %CellVAlign.attrib;
4204>
4205<!-- end of th.attlist -->]]>
4206
4207<!-- td: Table Data Cell ............................... -->
4208
4209<!ENTITY % td.element "INCLUDE" >
4210<![%td.element;[
4211<!ENTITY % td.content
4212 "( #PCDATA | %Flow.mix; )*"
4213>
4214<!ELEMENT %td.qname; %td.content; >
4215<!-- end of td.element -->]]>
4216
4217<!ENTITY % td.attlist "INCLUDE" >
4218<![%td.attlist;[
4219<!ATTLIST %td.qname;
4220 %Common.attrib;
4221 abbr %Text.datatype; #IMPLIED
4222 axis CDATA #IMPLIED
4223 headers IDREFS #IMPLIED
4224 %scope.attrib;
4225 rowspan %Number.datatype; '1'
4226 colspan %Number.datatype; '1'
4227 %CellHAlign.attrib;
4228 %CellVAlign.attrib;
4229>
4230<!-- end of td.attlist -->]]>
4231
4232<!-- end of xhtml-table-1.mod -->
4233]]>
4234
4235<!-- Forms Module ............................................... -->
4236<!ENTITY % xhtml-form.module "INCLUDE" >
4237<![%xhtml-form.module;[
4238<!ENTITY % xhtml-form.mod
4239 PUBLIC "-//W3C//ELEMENTS XHTML Forms 1.0//EN"
4240 "http://www.w3.org/MarkUp/DTD/xhtml-form-1.mod" >
4241<!-- ...................................................................... -->
4242<!-- XHTML Forms Module .................................................. -->
4243<!-- file: xhtml-form-1.mod
4244
4245 This is XHTML, a reformulation of HTML as a modular XML application.
4246 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
4247 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
4248
4249 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
4250
4251 PUBLIC "-//W3C//ELEMENTS XHTML Forms 1.0//EN"
4252 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-form-1.mod"
4253
4254 Revisions:
4255 (none)
4256 ....................................................................... -->
4257
4258<!-- Forms
4259
4260 form, label, input, select, optgroup, option,
4261 textarea, fieldset, legend, button
4262
4263 This module declares markup to provide support for online
4264 forms, based on the features found in HTML 4 forms.
4265-->
4266
4267<!-- declare qualified element type names:
4268-->
4269<!ENTITY % form.qname "form" >
4270<!ENTITY % label.qname "label" >
4271<!ENTITY % input.qname "input" >
4272<!ENTITY % select.qname "select" >
4273<!ENTITY % optgroup.qname "optgroup" >
4274<!ENTITY % option.qname "option" >
4275<!ENTITY % textarea.qname "textarea" >
4276<!ENTITY % fieldset.qname "fieldset" >
4277<!ENTITY % legend.qname "legend" >
4278<!ENTITY % button.qname "button" >
4279
4280<!-- %BlkNoForm.mix; includes all non-form block elements,
4281 plus %Misc.class;
4282-->
4283<!ENTITY % BlkNoForm.mix
4284 "%Heading.class;
4285 | %List.class;
4286 | %BlkStruct.class;
4287 %BlkPhras.class;
4288 %BlkPres.class;
4289 %Table.class;
4290 %Block.extra;
4291 %Misc.class;"
4292>
4293
4294<!-- form: Form Element ................................ -->
4295
4296<!ENTITY % form.element "INCLUDE" >
4297<![%form.element;[
4298<!ENTITY % form.content
4299 "( %BlkNoForm.mix;
4300 | %fieldset.qname; )+"
4301>
4302<!ELEMENT %form.qname; %form.content; >
4303<!-- end of form.element -->]]>
4304
4305<!ENTITY % form.attlist "INCLUDE" >
4306<![%form.attlist;[
4307<!ATTLIST %form.qname;
4308 %Common.attrib;
4309 action %URI.datatype; #REQUIRED
4310 method ( get | post ) 'get'
4311 name CDATA #IMPLIED
4312 enctype %ContentType.datatype; 'application/x-www-form-urlencoded'
4313 accept-charset %Charsets.datatype; #IMPLIED
4314 accept %ContentTypes.datatype; #IMPLIED
4315>
4316<!-- end of form.attlist -->]]>
4317
4318<!-- label: Form Field Label Text ...................... -->
4319
4320<!-- Each label must not contain more than ONE field
4321-->
4322
4323<!ENTITY % label.element "INCLUDE" >
4324<![%label.element;[
4325<!ENTITY % label.content
4326 "( #PCDATA
4327 | %input.qname; | %select.qname; | %textarea.qname; | %button.qname;
4328 | %InlStruct.class;
4329 %InlPhras.class;
4330 %I18n.class;
4331 %InlPres.class;
4332 %Anchor.class;
4333 %InlSpecial.class;
4334 %Inline.extra;
4335 %Misc.class; )*"
4336>
4337<!ELEMENT %label.qname; %label.content; >
4338<!-- end of label.element -->]]>
4339
4340<!ENTITY % label.attlist "INCLUDE" >
4341<![%label.attlist;[
4342<!ATTLIST %label.qname;
4343 %Common.attrib;
4344 for IDREF #IMPLIED
4345 accesskey %Character.datatype; #IMPLIED
4346>
4347<!-- end of label.attlist -->]]>
4348
4349<!-- input: Form Control ............................... -->
4350
4351<!ENTITY % input.element "INCLUDE" >
4352<![%input.element;[
4353<!ENTITY % input.content "EMPTY" >
4354<!ELEMENT %input.qname; %input.content; >
4355<!-- end of input.element -->]]>
4356
4357<!ENTITY % input.attlist "INCLUDE" >
4358<![%input.attlist;[
4359<!ENTITY % InputType.class
4360 "( text | password | checkbox | radio | submit
4361 | reset | file | hidden | image | button )"
4362>
4363<!-- attribute 'name' required for all but submit & reset
4364-->
4365<!ATTLIST %input.qname;
4366 %Common.attrib;
4367 type %InputType.class; 'text'
4368 name CDATA #IMPLIED
4369 value CDATA #IMPLIED
4370 checked ( checked ) #IMPLIED
4371 disabled ( disabled ) #IMPLIED
4372 readonly ( readonly ) #IMPLIED
4373 size %Number.datatype; #IMPLIED
4374 maxlength %Number.datatype; #IMPLIED
4375 src %URI.datatype; #IMPLIED
4376 alt %Text.datatype; #IMPLIED
4377 tabindex %Number.datatype; #IMPLIED
4378 accesskey %Character.datatype; #IMPLIED
4379 accept %ContentTypes.datatype; #IMPLIED
4380>
4381<!-- end of input.attlist -->]]>
4382
4383<!-- select: Option Selector ........................... -->
4384
4385<!ENTITY % select.element "INCLUDE" >
4386<![%select.element;[
4387<!ENTITY % select.content
4388 "( %optgroup.qname; | %option.qname; )+"
4389>
4390<!ELEMENT %select.qname; %select.content; >
4391<!-- end of select.element -->]]>
4392
4393<!ENTITY % select.attlist "INCLUDE" >
4394<![%select.attlist;[
4395<!ATTLIST %select.qname;
4396 %Common.attrib;
4397 name CDATA #IMPLIED
4398 size %Number.datatype; #IMPLIED
4399 multiple ( multiple ) #IMPLIED
4400 disabled ( disabled ) #IMPLIED
4401 tabindex %Number.datatype; #IMPLIED
4402>
4403<!-- end of select.attlist -->]]>
4404
4405<!-- optgroup: Option Group ............................ -->
4406
4407<!ENTITY % optgroup.element "INCLUDE" >
4408<![%optgroup.element;[
4409<!ENTITY % optgroup.content "( %option.qname; )+" >
4410<!ELEMENT %optgroup.qname; %optgroup.content; >
4411<!-- end of optgroup.element -->]]>
4412
4413<!ENTITY % optgroup.attlist "INCLUDE" >
4414<![%optgroup.attlist;[
4415<!ATTLIST %optgroup.qname;
4416 %Common.attrib;
4417 disabled ( disabled ) #IMPLIED
4418 label %Text.datatype; #REQUIRED
4419>
4420<!-- end of optgroup.attlist -->]]>
4421
4422<!-- option: Selectable Choice ......................... -->
4423
4424<!ENTITY % option.element "INCLUDE" >
4425<![%option.element;[
4426<!ENTITY % option.content "( #PCDATA )" >
4427<!ELEMENT %option.qname; %option.content; >
4428<!-- end of option.element -->]]>
4429
4430<!ENTITY % option.attlist "INCLUDE" >
4431<![%option.attlist;[
4432<!ATTLIST %option.qname;
4433 %Common.attrib;
4434 selected ( selected ) #IMPLIED
4435 disabled ( disabled ) #IMPLIED
4436 label %Text.datatype; #IMPLIED
4437 value CDATA #IMPLIED
4438>
4439<!-- end of option.attlist -->]]>
4440
4441<!-- textarea: Multi-Line Text Field ................... -->
4442
4443<!ENTITY % textarea.element "INCLUDE" >
4444<![%textarea.element;[
4445<!ENTITY % textarea.content "( #PCDATA )" >
4446<!ELEMENT %textarea.qname; %textarea.content; >
4447<!-- end of textarea.element -->]]>
4448
4449<!ENTITY % textarea.attlist "INCLUDE" >
4450<![%textarea.attlist;[
4451<!ATTLIST %textarea.qname;
4452 %Common.attrib;
4453 name CDATA #IMPLIED
4454 rows %Number.datatype; #REQUIRED
4455 cols %Number.datatype; #REQUIRED
4456 disabled ( disabled ) #IMPLIED
4457 readonly ( readonly ) #IMPLIED
4458 tabindex %Number.datatype; #IMPLIED
4459 accesskey %Character.datatype; #IMPLIED
4460>
4461<!-- end of textarea.attlist -->]]>
4462
4463<!-- fieldset: Form Control Group ...................... -->
4464
4465<!-- #PCDATA is to solve the mixed content problem,
4466 per specification only whitespace is allowed
4467-->
4468
4469<!ENTITY % fieldset.element "INCLUDE" >
4470<![%fieldset.element;[
4471<!ENTITY % fieldset.content
4472 "( #PCDATA | %legend.qname; | %Flow.mix; )*"
4473>
4474<!ELEMENT %fieldset.qname; %fieldset.content; >
4475<!-- end of fieldset.element -->]]>
4476
4477<!ENTITY % fieldset.attlist "INCLUDE" >
4478<![%fieldset.attlist;[
4479<!ATTLIST %fieldset.qname;
4480 %Common.attrib;
4481>
4482<!-- end of fieldset.attlist -->]]>
4483
4484<!-- legend: Fieldset Legend ........................... -->
4485
4486<!ENTITY % legend.element "INCLUDE" >
4487<![%legend.element;[
4488<!ENTITY % legend.content
4489 "( #PCDATA | %Inline.mix; )*"
4490>
4491<!ELEMENT %legend.qname; %legend.content; >
4492<!-- end of legend.element -->]]>
4493
4494<!ENTITY % legend.attlist "INCLUDE" >
4495<![%legend.attlist;[
4496<!ATTLIST %legend.qname;
4497 %Common.attrib;
4498 accesskey %Character.datatype; #IMPLIED
4499>
4500<!-- end of legend.attlist -->]]>
4501
4502<!-- button: Push Button ............................... -->
4503
4504<!ENTITY % button.element "INCLUDE" >
4505<![%button.element;[
4506<!ENTITY % button.content
4507 "( #PCDATA
4508 | %BlkNoForm.mix;
4509 | %InlStruct.class;
4510 %InlPhras.class;
4511 %InlPres.class;
4512 %I18n.class;
4513 %InlSpecial.class;
4514 %Inline.extra; )*"
4515>
4516<!ELEMENT %button.qname; %button.content; >
4517<!-- end of button.element -->]]>
4518
4519<!ENTITY % button.attlist "INCLUDE" >
4520<![%button.attlist;[
4521<!ATTLIST %button.qname;
4522 %Common.attrib;
4523 name CDATA #IMPLIED
4524 value CDATA #IMPLIED
4525 type ( button | submit | reset ) 'submit'
4526 disabled ( disabled ) #IMPLIED
4527 tabindex %Number.datatype; #IMPLIED
4528 accesskey %Character.datatype; #IMPLIED
4529>
4530<!-- end of button.attlist -->]]>
4531
4532<!-- end of xhtml-form-1.mod -->
4533]]>
4534
4535<!-- Legacy Markup ............................................... -->
4536<!ENTITY % xhtml-legacy.module "IGNORE" >
4537<![%xhtml-legacy.module;[
4538<!ENTITY % xhtml-legacy.mod
4539 PUBLIC "-//W3C//ELEMENTS XHTML Legacy Markup 1.0//EN"
4540 "http://www.w3.org/MarkUp/DTD/xhtml-legacy-1.mod" >
4541%xhtml-legacy.mod;]]>
4542
4543<!-- Document Structure Module (required) ....................... -->
4544<!ENTITY % xhtml-struct.module "INCLUDE" >
4545<![%xhtml-struct.module;[
4546<!ENTITY % xhtml-struct.mod
4547 PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
4548 "http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod" >
4549<!-- ...................................................................... -->
4550<!-- XHTML Structure Module .............................................. -->
4551<!-- file: xhtml-struct-1.mod
4552
4553 This is XHTML, a reformulation of HTML as a modular XML application.
4554 Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
4555 Revision: $Id: xhtml11-flat.dtd,v 1.1 2010/11/24 20:56:19 bertails Exp $ SMI
4556
4557 This DTD module is identified by the PUBLIC and SYSTEM identifiers:
4558
4559 PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
4560 SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod"
4561
4562 Revisions:
4563 (none)
4564 ....................................................................... -->
4565
4566<!-- Document Structure
4567
4568 title, head, body, html
4569
4570 The Structure Module defines the major structural elements and
4571 their attributes.
4572
4573 Note that the content model of the head element type is redeclared
4574 when the Base Module is included in the DTD.
4575
4576 The parameter entity containing the XML namespace URI value used
4577 for XHTML is '%XHTML.xmlns;', defined in the Qualified Names module.
4578-->
4579
4580<!-- title: Document Title ............................. -->
4581
4582<!-- The title element is not considered part of the flow of text.
4583 It should be displayed, for example as the page header or
4584 window title. Exactly one title is required per document.
4585-->
4586
4587<!ENTITY % title.element "INCLUDE" >
4588<![%title.element;[
4589<!ENTITY % title.content "( #PCDATA )" >
4590<!ENTITY % title.qname "title" >
4591<!ELEMENT %title.qname; %title.content; >
4592<!-- end of title.element -->]]>
4593
4594<!ENTITY % title.attlist "INCLUDE" >
4595<![%title.attlist;[
4596<!ATTLIST %title.qname;
4597 %XHTML.xmlns.attrib;
4598 %I18n.attrib;
4599>
4600<!-- end of title.attlist -->]]>
4601
4602<!-- head: Document Head ............................... -->
4603
4604<!ENTITY % head.element "INCLUDE" >
4605<![%head.element;[
4606<!ENTITY % head.content
4607 "( %HeadOpts.mix;, %title.qname;, %HeadOpts.mix; )"
4608>
4609<!ENTITY % head.qname "head" >
4610<!ELEMENT %head.qname; %head.content; >
4611<!-- end of head.element -->]]>
4612
4613<!ENTITY % head.attlist "INCLUDE" >
4614<![%head.attlist;[
4615<!-- reserved for future use with document profiles
4616-->
4617<!ENTITY % profile.attrib
4618 "profile %URIs.datatype; '%XHTML.profile;'"
4619>
4620
4621<!ATTLIST %head.qname;
4622 %XHTML.xmlns.attrib;
4623 %I18n.attrib;
4624 %profile.attrib;
4625 %id.attrib;
4626>
4627<!-- end of head.attlist -->]]>
4628
4629<!-- body: Document Body ............................... -->
4630
4631<!ENTITY % body.element "INCLUDE" >
4632<![%body.element;[
4633<!ENTITY % body.content
4634 "( %Block.mix; )*"
4635>
4636<!ENTITY % body.qname "body" >
4637<!ELEMENT %body.qname; %body.content; >
4638<!-- end of body.element -->]]>
4639
4640<!ENTITY % body.attlist "INCLUDE" >
4641<![%body.attlist;[
4642<!ATTLIST %body.qname;
4643 %Common.attrib;
4644>
4645<!-- end of body.attlist -->]]>
4646
4647<!-- html: XHTML Document Element ...................... -->
4648
4649<!ENTITY % html.element "INCLUDE" >
4650<![%html.element;[
4651<!ENTITY % html.content "( %head.qname;, %body.qname; )" >
4652<!ENTITY % html.qname "html" >
4653<!ELEMENT %html.qname; %html.content; >
4654<!-- end of html.element -->]]>
4655
4656<![%XHTML.xsi.attrs;[
4657<!-- define a parameter for the XSI schemaLocation attribute -->
4658<!ENTITY % XSI.schemaLocation.attrib
4659 "%XSI.pfx;schemaLocation %URIs.datatype; #IMPLIED"
4660>
4661]]>
4662<!ENTITY % XSI.schemaLocation.attrib "">
4663
4664<!ENTITY % html.attlist "INCLUDE" >
4665<![%html.attlist;[
4666<!-- version attribute value defined in driver
4667-->
4668<!ENTITY % XHTML.version.attrib
4669 "version %FPI.datatype; #FIXED '%XHTML.version;'"
4670>
4671
4672<!-- see the Qualified Names module for information
4673 on how to extend XHTML using XML namespaces
4674-->
4675<!ATTLIST %html.qname;
4676 %XHTML.xmlns.attrib;
4677 %XSI.schemaLocation.attrib;
4678 %XHTML.version.attrib;
4679 %I18n.attrib;
4680 %id.attrib;
4681>
4682<!-- end of html.attlist -->]]>
4683
4684<!-- end of xhtml-struct-1.mod -->
4685]]>
4686
4687<!-- end of XHTML 1.1 DTD ................................................. -->
4688<!-- ....................................................................... -->
4689