1<!-- ...................................................................... -->
2<!-- XHTML Datatypes Module  .............................................. -->
3<!-- file: xhtml-datatypes-1.mod
4
5     This is XHTML, a reformulation of HTML as a modular XML application.
6     Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
7     Revision: $Id: xhtml-datatypes-1.mod,v 1.10 2000/10/16 21:15:23 radams Exp $ SMI
8
9     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
11       PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
12       SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-datatypes-1.mod"
13
14     Revisions:
15     (none)
16     ....................................................................... -->
17
18<!-- Datatypes
19
20     defines containers for the following datatypes, many of
21     these imported from other specifications and standards.
22-->
23
24<!-- Length defined for cellpadding/cellspacing -->
25
26<!-- nn for pixels or nn% for percentage length -->
27<!ENTITY % Length.datatype "CDATA" >
28
29<!-- space-separated list of link types -->
30<!ENTITY % LinkTypes.datatype "NMTOKENS" >
31
32<!-- single or comma-separated list of media descriptors -->
33<!ENTITY % MediaDesc.datatype "CDATA" >
34
35<!-- pixel, percentage, or relative -->
36<!ENTITY % MultiLength.datatype "CDATA" >
37
38<!-- one or more digits (NUMBER) -->
39<!ENTITY % Number.datatype "CDATA" >
40
41<!-- integer representing length in pixels -->
42<!ENTITY % Pixels.datatype "CDATA" >
43
44<!-- script expression -->
45<!ENTITY % Script.datatype "CDATA" >
46
47<!-- textual content -->
48<!ENTITY % Text.datatype "CDATA" >
49
50<!-- Imported Datatypes ................................ -->
51
52<!-- a single character from [ISO10646] -->
53<!ENTITY % Character.datatype "CDATA" >
54
55<!-- a character encoding, as per [RFC2045] -->
56<!ENTITY % Charset.datatype "CDATA" >
57
58<!-- a space separated list of character encodings, as per [RFC2045] -->
59<!ENTITY % Charsets.datatype "CDATA" >
60
61<!-- media type, as per [RFC2045] -->
62<!ENTITY % ContentType.datatype "CDATA" >
63
64<!-- comma-separated list of media types, as per [RFC2045] -->
65<!ENTITY % ContentTypes.datatype "CDATA" >
66
67<!-- date and time information. ISO date format -->
68<!ENTITY % Datetime.datatype "CDATA" >
69
70<!-- formal public identifier, as per [ISO8879] -->
71<!ENTITY % FPI.datatype "CDATA" >
72
73<!-- a language code, as per [RFC1766] -->
74<!ENTITY % LanguageCode.datatype "NMTOKEN" >
75
76<!-- a Uniform Resource Identifier, see [URI] -->
77<!ENTITY % URI.datatype "CDATA" >
78
79<!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
80<!ENTITY % URIs.datatype "CDATA" >
81
82<!-- end of xhtml-datatypes-1.mod -->
83