Html.dtd
上传用户:jingke1993
上传日期:2022-06-08
资源大小:140k
文件大小:74k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <!--
  2.     This HTML DTD is based on loose.dtd from the W3C, but it is even looser
  3.     so as to allow for the types of real world messy HTML you find out on the
  4.     web.  For example, allowing all kinds of content like <script> inside a <TD>
  5.     and so forth.
  6. -->
  7. <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 Transitional//EN"
  8.   -- Typical usage:
  9.     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  10.             "http://www.w3.org/TR/html4/loose.dtd">
  11.     <html>
  12.     <head>
  13.     ...
  14.     </head>
  15.     <body>
  16.     ...
  17.     </body>
  18.     </html>
  19.     The URI used as a system identifier with the public identifier allows
  20.     the user agent to download the DTD and entity sets as needed.
  21.     The FPI for the Strict HTML 4.01 DTD is:
  22.         "-//W3C//DTD HTML 4.01//EN"
  23.     This version of the strict DTD is:
  24.         http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd
  25.     Authors should use the Strict DTD unless they need the
  26.     presentation control for user agents that don't (adequately)
  27.     support style sheets.
  28.     If you are writing a document that includes frames, use 
  29.     the following FPI:
  30.         "-//W3C//DTD HTML 4.01 Frameset//EN"
  31.     This version of the frameset DTD is:
  32.         http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd
  33. -->
  34. <!--================== Imported Names ====================================-->
  35. <!-- Feature Switch for frameset documents -->
  36. <!ENTITY % HTML.Frameset "IGNORE">
  37. <!ENTITY % ContentType "CDATA"
  38.     -- media type, as per [RFC2045]
  39.     -->
  40. <!ENTITY % ContentTypes "CDATA"
  41.     -- comma-separated list of media types, as per [RFC2045]
  42.     -->
  43. <!ENTITY % Charset "CDATA"
  44.     -- a character encoding, as per [RFC2045]
  45.     -->
  46. <!ENTITY % Charsets "CDATA"
  47.     -- a space-separated list of character encodings, as per [RFC2045]
  48.     -->
  49. <!ENTITY % LanguageCode "NAME"
  50.     -- a language code, as per [RFC1766]
  51.     -->
  52. <!ENTITY % Character "CDATA"
  53.     -- a single character from [ISO10646] 
  54.     -->
  55. <!ENTITY % LinkTypes "CDATA"
  56.     -- space-separated list of link types
  57.     -->
  58. <!ENTITY % MediaDesc "CDATA"
  59.     -- single or comma-separated list of media descriptors
  60.     -->
  61. <!ENTITY % URI "CDATA"
  62.     -- a Uniform Resource Identifier,
  63.        see [URI]
  64.     -->
  65. <!ENTITY % Datetime "CDATA" -- date and time information. ISO date format -->
  66. <!ENTITY % Script "CDATA" -- script expression -->
  67. <!ENTITY % StyleSheet "CDATA" -- style sheet data -->
  68. <!ENTITY % FrameTarget "CDATA" -- render in this frame -->
  69. <!ENTITY % Text "CDATA">
  70. <!-- Parameter Entities -->
  71. <!ENTITY % head.misc "SCRIPT|STYLE|META|LINK|OBJECT" -- repeatable head elements -->
  72. <!ENTITY % heading "H1|H2|H3|H4|H5|H6">
  73. <!ENTITY % list "UL | OL |  DIR | MENU">
  74. <!ENTITY % preformatted "PRE">
  75. <!ENTITY % Color "CDATA" -- a color using sRGB: #RRGGBB as Hex values -->
  76. <!-- There are also 16 widely known color names with their sRGB values:
  77.     Black  = #000000    Green  = #008000
  78.     Silver = #C0C0C0    Lime   = #00FF00
  79.     Gray   = #808080    Olive  = #808000
  80.     White  = #FFFFFF    Yellow = #FFFF00
  81.     Maroon = #800000    Navy   = #000080
  82.     Red    = #FF0000    Blue   = #0000FF
  83.     Purple = #800080    Teal   = #008080
  84.     Fuchsia= #FF00FF    Aqua   = #00FFFF
  85.  -->
  86. <!ENTITY % bodycolors "
  87.   bgcolor     %Color;        #IMPLIED  -- document background color --
  88.   text        %Color;        #IMPLIED  -- document text color --
  89.   link        %Color;        #IMPLIED  -- color of links --
  90.   vlink       %Color;        #IMPLIED  -- color of visited links --
  91.   alink       %Color;        #IMPLIED  -- color of selected links --
  92.   ">
  93. <!--================ Character mnemonic entities =========================-->
  94. <!-- Portions (C) International Organization for Standardization 1986
  95.      Permission to copy in any form is granted for use with
  96.      conforming SGML systems and applications as defined in
  97.      ISO 8879, provided this notice is included in all copies.
  98. -->
  99. <!-- Character entity set. Typical invocation:
  100.      <!ENTITY % HTMLlat1 PUBLIC
  101.        "-//W3C//ENTITIES Latin 1//EN//HTML">
  102.      %HTMLlat1;
  103. -->
  104. <!ENTITY nbsp   CDATA "&#160;" -- no-break space = non-breaking space,
  105.                                   U+00A0 ISOnum -->
  106. <!ENTITY iexcl  CDATA "&#161;" -- inverted exclamation mark, U+00A1 ISOnum -->
  107. <!ENTITY cent   CDATA "&#162;" -- cent sign, U+00A2 ISOnum -->
  108. <!ENTITY pound  CDATA "&#163;" -- pound sign, U+00A3 ISOnum -->
  109. <!ENTITY curren CDATA "&#164;" -- currency sign, U+00A4 ISOnum -->
  110. <!ENTITY yen    CDATA "&#165;" -- yen sign = yuan sign, U+00A5 ISOnum -->
  111. <!ENTITY brvbar CDATA "&#166;" -- broken bar = broken vertical bar,
  112.                                   U+00A6 ISOnum -->
  113. <!ENTITY sect   CDATA "&#167;" -- section sign, U+00A7 ISOnum -->
  114. <!ENTITY uml    CDATA "&#168;" -- diaeresis = spacing diaeresis,
  115.                                   U+00A8 ISOdia -->
  116. <!ENTITY copy   CDATA "&#169;" -- copyright sign, U+00A9 ISOnum -->
  117. <!ENTITY ordf   CDATA "&#170;" -- feminine ordinal indicator, U+00AA ISOnum -->
  118. <!ENTITY laquo  CDATA "&#171;" -- left-pointing double angle quotation mark
  119.                                   = left pointing guillemet, U+00AB ISOnum -->
  120. <!ENTITY not    CDATA "&#172;" -- not sign, U+00AC ISOnum -->
  121. <!ENTITY shy    CDATA "&#173;" -- soft hyphen = discretionary hyphen,
  122.                                   U+00AD ISOnum -->
  123. <!ENTITY reg    CDATA "&#174;" -- registered sign = registered trade mark sign,
  124.                                   U+00AE ISOnum -->
  125. <!ENTITY macr   CDATA "&#175;" -- macron = spacing macron = overline
  126.                                   = APL overbar, U+00AF ISOdia -->
  127. <!ENTITY deg    CDATA "&#176;" -- degree sign, U+00B0 ISOnum -->
  128. <!ENTITY plusmn CDATA "&#177;" -- plus-minus sign = plus-or-minus sign,
  129.                                   U+00B1 ISOnum -->
  130. <!ENTITY sup2   CDATA "&#178;" -- superscript two = superscript digit two
  131.                                   = squared, U+00B2 ISOnum -->
  132. <!ENTITY sup3   CDATA "&#179;" -- superscript three = superscript digit three
  133.                                   = cubed, U+00B3 ISOnum -->
  134. <!ENTITY acute  CDATA "&#180;" -- acute accent = spacing acute,
  135.                                   U+00B4 ISOdia -->
  136. <!ENTITY micro  CDATA "&#181;" -- micro sign, U+00B5 ISOnum -->
  137. <!ENTITY para   CDATA "&#182;" -- pilcrow sign = paragraph sign,
  138.                                   U+00B6 ISOnum -->
  139. <!ENTITY middot CDATA "&#183;" -- middle dot = Georgian comma
  140.                                   = Greek middle dot, U+00B7 ISOnum -->
  141. <!ENTITY cedil  CDATA "&#184;" -- cedilla = spacing cedilla, U+00B8 ISOdia -->
  142. <!ENTITY sup1   CDATA "&#185;" -- superscript one = superscript digit one,
  143.                                   U+00B9 ISOnum -->
  144. <!ENTITY ordm   CDATA "&#186;" -- masculine ordinal indicator,
  145.                                   U+00BA ISOnum -->
  146. <!ENTITY raquo  CDATA "&#187;" -- right-pointing double angle quotation mark
  147.                                   = right pointing guillemet, U+00BB ISOnum -->
  148. <!ENTITY frac14 CDATA "&#188;" -- vulgar fraction one quarter
  149.                                   = fraction one quarter, U+00BC ISOnum -->
  150. <!ENTITY frac12 CDATA "&#189;" -- vulgar fraction one half
  151.                                   = fraction one half, U+00BD ISOnum -->
  152. <!ENTITY frac34 CDATA "&#190;" -- vulgar fraction three quarters
  153.                                   = fraction three quarters, U+00BE ISOnum -->
  154. <!ENTITY iquest CDATA "&#191;" -- inverted question mark
  155.                                   = turned question mark, U+00BF ISOnum -->
  156. <!ENTITY Agrave CDATA "&#192;" -- latin capital letter A with grave
  157.                                   = latin capital letter A grave,
  158.                                   U+00C0 ISOlat1 -->
  159. <!ENTITY Aacute CDATA "&#193;" -- latin capital letter A with acute,
  160.                                   U+00C1 ISOlat1 -->
  161. <!ENTITY Acirc  CDATA "&#194;" -- latin capital letter A with circumflex,
  162.                                   U+00C2 ISOlat1 -->
  163. <!ENTITY Atilde CDATA "&#195;" -- latin capital letter A with tilde,
  164.                                   U+00C3 ISOlat1 -->
  165. <!ENTITY Auml   CDATA "&#196;" -- latin capital letter A with diaeresis,
  166.                                   U+00C4 ISOlat1 -->
  167. <!ENTITY Aring  CDATA "&#197;" -- latin capital letter A with ring above
  168.                                   = latin capital letter A ring,
  169.                                   U+00C5 ISOlat1 -->
  170. <!ENTITY AElig  CDATA "&#198;" -- latin capital letter AE
  171.                                   = latin capital ligature AE,
  172.                                   U+00C6 ISOlat1 -->
  173. <!ENTITY Ccedil CDATA "&#199;" -- latin capital letter C with cedilla,
  174.                                   U+00C7 ISOlat1 -->
  175. <!ENTITY Egrave CDATA "&#200;" -- latin capital letter E with grave,
  176.                                   U+00C8 ISOlat1 -->
  177. <!ENTITY Eacute CDATA "&#201;" -- latin capital letter E with acute,
  178.                                   U+00C9 ISOlat1 -->
  179. <!ENTITY Ecirc  CDATA "&#202;" -- latin capital letter E with circumflex,
  180.                                   U+00CA ISOlat1 -->
  181. <!ENTITY Euml   CDATA "&#203;" -- latin capital letter E with diaeresis,
  182.                                   U+00CB ISOlat1 -->
  183. <!ENTITY Igrave CDATA "&#204;" -- latin capital letter I with grave,
  184.                                   U+00CC ISOlat1 -->
  185. <!ENTITY Iacute CDATA "&#205;" -- latin capital letter I with acute,
  186.                                   U+00CD ISOlat1 -->
  187. <!ENTITY Icirc  CDATA "&#206;" -- latin capital letter I with circumflex,
  188.                                   U+00CE ISOlat1 -->
  189. <!ENTITY Iuml   CDATA "&#207;" -- latin capital letter I with diaeresis,
  190.                                   U+00CF ISOlat1 -->
  191. <!ENTITY ETH    CDATA "&#208;" -- latin capital letter ETH, U+00D0 ISOlat1 -->
  192. <!ENTITY Ntilde CDATA "&#209;" -- latin capital letter N with tilde,
  193.                                   U+00D1 ISOlat1 -->
  194. <!ENTITY Ograve CDATA "&#210;" -- latin capital letter O with grave,
  195.                                   U+00D2 ISOlat1 -->
  196. <!ENTITY Oacute CDATA "&#211;" -- latin capital letter O with acute,
  197.                                   U+00D3 ISOlat1 -->
  198. <!ENTITY Ocirc  CDATA "&#212;" -- latin capital letter O with circumflex,
  199.                                   U+00D4 ISOlat1 -->
  200. <!ENTITY Otilde CDATA "&#213;" -- latin capital letter O with tilde,
  201.                                   U+00D5 ISOlat1 -->
  202. <!ENTITY Ouml   CDATA "&#214;" -- latin capital letter O with diaeresis,
  203.                                   U+00D6 ISOlat1 -->
  204. <!ENTITY times  CDATA "&#215;" -- multiplication sign, U+00D7 ISOnum -->
  205. <!ENTITY Oslash CDATA "&#216;" -- latin capital letter O with stroke
  206.                                   = latin capital letter O slash,
  207.                                   U+00D8 ISOlat1 -->
  208. <!ENTITY Ugrave CDATA "&#217;" -- latin capital letter U with grave,
  209.                                   U+00D9 ISOlat1 -->
  210. <!ENTITY Uacute CDATA "&#218;" -- latin capital letter U with acute,
  211.                                   U+00DA ISOlat1 -->
  212. <!ENTITY Ucirc  CDATA "&#219;" -- latin capital letter U with circumflex,
  213.                                   U+00DB ISOlat1 -->
  214. <!ENTITY Uuml   CDATA "&#220;" -- latin capital letter U with diaeresis,
  215.                                   U+00DC ISOlat1 -->
  216. <!ENTITY Yacute CDATA "&#221;" -- latin capital letter Y with acute,
  217.                                   U+00DD ISOlat1 -->
  218. <!ENTITY THORN  CDATA "&#222;" -- latin capital letter THORN,
  219.                                   U+00DE ISOlat1 -->
  220. <!ENTITY szlig  CDATA "&#223;" -- latin small letter sharp s = ess-zed,
  221.                                   U+00DF ISOlat1 -->
  222. <!ENTITY agrave CDATA "&#224;" -- latin small letter a with grave
  223.                                   = latin small letter a grave,
  224.                                   U+00E0 ISOlat1 -->
  225. <!ENTITY aacute CDATA "&#225;" -- latin small letter a with acute,
  226.                                   U+00E1 ISOlat1 -->
  227. <!ENTITY acirc  CDATA "&#226;" -- latin small letter a with circumflex,
  228.                                   U+00E2 ISOlat1 -->
  229. <!ENTITY atilde CDATA "&#227;" -- latin small letter a with tilde,
  230.                                   U+00E3 ISOlat1 -->
  231. <!ENTITY auml   CDATA "&#228;" -- latin small letter a with diaeresis,
  232.                                   U+00E4 ISOlat1 -->
  233. <!ENTITY aring  CDATA "&#229;" -- latin small letter a with ring above
  234.                                   = latin small letter a ring,
  235.                                   U+00E5 ISOlat1 -->
  236. <!ENTITY aelig  CDATA "&#230;" -- latin small letter ae
  237.                                   = latin small ligature ae, U+00E6 ISOlat1 -->
  238. <!ENTITY ccedil CDATA "&#231;" -- latin small letter c with cedilla,
  239.                                   U+00E7 ISOlat1 -->
  240. <!ENTITY egrave CDATA "&#232;" -- latin small letter e with grave,
  241.                                   U+00E8 ISOlat1 -->
  242. <!ENTITY eacute CDATA "&#233;" -- latin small letter e with acute,
  243.                                   U+00E9 ISOlat1 -->
  244. <!ENTITY ecirc  CDATA "&#234;" -- latin small letter e with circumflex,
  245.                                   U+00EA ISOlat1 -->
  246. <!ENTITY euml   CDATA "&#235;" -- latin small letter e with diaeresis,
  247.                                   U+00EB ISOlat1 -->
  248. <!ENTITY igrave CDATA "&#236;" -- latin small letter i with grave,
  249.                                   U+00EC ISOlat1 -->
  250. <!ENTITY iacute CDATA "&#237;" -- latin small letter i with acute,
  251.                                   U+00ED ISOlat1 -->
  252. <!ENTITY icirc  CDATA "&#238;" -- latin small letter i with circumflex,
  253.                                   U+00EE ISOlat1 -->
  254. <!ENTITY iuml   CDATA "&#239;" -- latin small letter i with diaeresis,
  255.                                   U+00EF ISOlat1 -->
  256. <!ENTITY eth    CDATA "&#240;" -- latin small letter eth, U+00F0 ISOlat1 -->
  257. <!ENTITY ntilde CDATA "&#241;" -- latin small letter n with tilde,
  258.                                   U+00F1 ISOlat1 -->
  259. <!ENTITY ograve CDATA "&#242;" -- latin small letter o with grave,
  260.                                   U+00F2 ISOlat1 -->
  261. <!ENTITY oacute CDATA "&#243;" -- latin small letter o with acute,
  262.                                   U+00F3 ISOlat1 -->
  263. <!ENTITY ocirc  CDATA "&#244;" -- latin small letter o with circumflex,
  264.                                   U+00F4 ISOlat1 -->
  265. <!ENTITY otilde CDATA "&#245;" -- latin small letter o with tilde,
  266.                                   U+00F5 ISOlat1 -->
  267. <!ENTITY ouml   CDATA "&#246;" -- latin small letter o with diaeresis,
  268.                                   U+00F6 ISOlat1 -->
  269. <!ENTITY divide CDATA "&#247;" -- division sign, U+00F7 ISOnum -->
  270. <!ENTITY oslash CDATA "&#248;" -- latin small letter o with stroke,
  271.                                   = latin small letter o slash,
  272.                                   U+00F8 ISOlat1 -->
  273. <!ENTITY ugrave CDATA "&#249;" -- latin small letter u with grave,
  274.                                   U+00F9 ISOlat1 -->
  275. <!ENTITY uacute CDATA "&#250;" -- latin small letter u with acute,
  276.                                   U+00FA ISOlat1 -->
  277. <!ENTITY ucirc  CDATA "&#251;" -- latin small letter u with circumflex,
  278.                                   U+00FB ISOlat1 -->
  279. <!ENTITY uuml   CDATA "&#252;" -- latin small letter u with diaeresis,
  280.                                   U+00FC ISOlat1 -->
  281. <!ENTITY yacute CDATA "&#253;" -- latin small letter y with acute,
  282.                                   U+00FD ISOlat1 -->
  283. <!ENTITY thorn  CDATA "&#254;" -- latin small letter thorn,
  284.                                   U+00FE ISOlat1 -->
  285. <!ENTITY yuml   CDATA "&#255;" -- latin small letter y with diaeresis,
  286.                                   U+00FF ISOlat1 -->
  287. <!-- Mathematical, Greek and Symbolic characters for HTML -->
  288. <!-- Character entity set. Typical invocation:
  289.      <!ENTITY % HTMLsymbol PUBLIC
  290.        "-//W3C//ENTITIES Symbols//EN//HTML">
  291.      %HTMLsymbol; -->
  292. <!-- Portions (C) International Organization for Standardization 1986:
  293.      Permission to copy in any form is granted for use with
  294.      conforming SGML systems and applications as defined in
  295.      ISO 8879, provided this notice is included in all copies.
  296. -->
  297. <!-- Relevant ISO entity set is given unless names are newly introduced.
  298.      New names (i.e., not in ISO 8879 list) do not clash with any
  299.      existing ISO 8879 entity names. ISO 10646 character numbers
  300.      are given for each character, in hex. CDATA values are decimal
  301.      conversions of the ISO 10646 values and refer to the document
  302.      character set. Names are ISO 10646 names. 
  303. -->
  304. <!-- Latin Extended-B -->
  305. <!ENTITY fnof     CDATA "&#402;" -- latin small f with hook = function
  306.                                     = florin, U+0192 ISOtech -->
  307. <!-- Greek -->
  308. <!ENTITY Alpha    CDATA "&#913;" -- greek capital letter alpha, U+0391 -->
  309. <!ENTITY Beta     CDATA "&#914;" -- greek capital letter beta, U+0392 -->
  310. <!ENTITY Gamma    CDATA "&#915;" -- greek capital letter gamma,
  311.                                     U+0393 ISOgrk3 -->
  312. <!ENTITY Delta    CDATA "&#916;" -- greek capital letter delta,
  313.                                     U+0394 ISOgrk3 -->
  314. <!ENTITY Epsilon  CDATA "&#917;" -- greek capital letter epsilon, U+0395 -->
  315. <!ENTITY Zeta     CDATA "&#918;" -- greek capital letter zeta, U+0396 -->
  316. <!ENTITY Eta      CDATA "&#919;" -- greek capital letter eta, U+0397 -->
  317. <!ENTITY Theta    CDATA "&#920;" -- greek capital letter theta,
  318.                                     U+0398 ISOgrk3 -->
  319. <!ENTITY Iota     CDATA "&#921;" -- greek capital letter iota, U+0399 -->
  320. <!ENTITY Kappa    CDATA "&#922;" -- greek capital letter kappa, U+039A -->
  321. <!ENTITY Lambda   CDATA "&#923;" -- greek capital letter lambda,
  322.                                     U+039B ISOgrk3 -->
  323. <!ENTITY Mu       CDATA "&#924;" -- greek capital letter mu, U+039C -->
  324. <!ENTITY Nu       CDATA "&#925;" -- greek capital letter nu, U+039D -->
  325. <!ENTITY Xi       CDATA "&#926;" -- greek capital letter xi, U+039E ISOgrk3 -->
  326. <!ENTITY Omicron  CDATA "&#927;" -- greek capital letter omicron, U+039F -->
  327. <!ENTITY Pi       CDATA "&#928;" -- greek capital letter pi, U+03A0 ISOgrk3 -->
  328. <!ENTITY Rho      CDATA "&#929;" -- greek capital letter rho, U+03A1 -->
  329. <!-- there is no Sigmaf, and no U+03A2 character either -->
  330. <!ENTITY Sigma    CDATA "&#931;" -- greek capital letter sigma,
  331.                                     U+03A3 ISOgrk3 -->
  332. <!ENTITY Tau      CDATA "&#932;" -- greek capital letter tau, U+03A4 -->
  333. <!ENTITY Upsilon  CDATA "&#933;" -- greek capital letter upsilon,
  334.                                     U+03A5 ISOgrk3 -->
  335. <!ENTITY Phi      CDATA "&#934;" -- greek capital letter phi,
  336.                                     U+03A6 ISOgrk3 -->
  337. <!ENTITY Chi      CDATA "&#935;" -- greek capital letter chi, U+03A7 -->
  338. <!ENTITY Psi      CDATA "&#936;" -- greek capital letter psi,
  339.                                     U+03A8 ISOgrk3 -->
  340. <!ENTITY Omega    CDATA "&#937;" -- greek capital letter omega,
  341.                                     U+03A9 ISOgrk3 -->
  342. <!ENTITY alpha    CDATA "&#945;" -- greek small letter alpha,
  343.                                     U+03B1 ISOgrk3 -->
  344. <!ENTITY beta     CDATA "&#946;" -- greek small letter beta, U+03B2 ISOgrk3 -->
  345. <!ENTITY gamma    CDATA "&#947;" -- greek small letter gamma,
  346.                                     U+03B3 ISOgrk3 -->
  347. <!ENTITY delta    CDATA "&#948;" -- greek small letter delta,
  348.                                     U+03B4 ISOgrk3 -->
  349. <!ENTITY epsilon  CDATA "&#949;" -- greek small letter epsilon,
  350.                                     U+03B5 ISOgrk3 -->
  351. <!ENTITY zeta     CDATA "&#950;" -- greek small letter zeta, U+03B6 ISOgrk3 -->
  352. <!ENTITY eta      CDATA "&#951;" -- greek small letter eta, U+03B7 ISOgrk3 -->
  353. <!ENTITY theta    CDATA "&#952;" -- greek small letter theta,
  354.                                     U+03B8 ISOgrk3 -->
  355. <!ENTITY iota     CDATA "&#953;" -- greek small letter iota, U+03B9 ISOgrk3 -->
  356. <!ENTITY kappa    CDATA "&#954;" -- greek small letter kappa,
  357.                                     U+03BA ISOgrk3 -->
  358. <!ENTITY lambda   CDATA "&#955;" -- greek small letter lambda,
  359.                                     U+03BB ISOgrk3 -->
  360. <!ENTITY mu       CDATA "&#956;" -- greek small letter mu, U+03BC ISOgrk3 -->
  361. <!ENTITY nu       CDATA "&#957;" -- greek small letter nu, U+03BD ISOgrk3 -->
  362. <!ENTITY xi       CDATA "&#958;" -- greek small letter xi, U+03BE ISOgrk3 -->
  363. <!ENTITY omicron  CDATA "&#959;" -- greek small letter omicron, U+03BF NEW -->
  364. <!ENTITY pi       CDATA "&#960;" -- greek small letter pi, U+03C0 ISOgrk3 -->
  365. <!ENTITY rho      CDATA "&#961;" -- greek small letter rho, U+03C1 ISOgrk3 -->
  366. <!ENTITY sigmaf   CDATA "&#962;" -- greek small letter final sigma,
  367.                                     U+03C2 ISOgrk3 -->
  368. <!ENTITY sigma    CDATA "&#963;" -- greek small letter sigma,
  369.                                     U+03C3 ISOgrk3 -->
  370. <!ENTITY tau      CDATA "&#964;" -- greek small letter tau, U+03C4 ISOgrk3 -->
  371. <!ENTITY upsilon  CDATA "&#965;" -- greek small letter upsilon,
  372.                                     U+03C5 ISOgrk3 -->
  373. <!ENTITY phi      CDATA "&#966;" -- greek small letter phi, U+03C6 ISOgrk3 -->
  374. <!ENTITY chi      CDATA "&#967;" -- greek small letter chi, U+03C7 ISOgrk3 -->
  375. <!ENTITY psi      CDATA "&#968;" -- greek small letter psi, U+03C8 ISOgrk3 -->
  376. <!ENTITY omega    CDATA "&#969;" -- greek small letter omega,
  377.                                     U+03C9 ISOgrk3 -->
  378. <!ENTITY thetasym CDATA "&#977;" -- greek small letter theta symbol,
  379.                                     U+03D1 NEW -->
  380. <!ENTITY upsih    CDATA "&#978;" -- greek upsilon with hook symbol,
  381.                                     U+03D2 NEW -->
  382. <!ENTITY piv      CDATA "&#982;" -- greek pi symbol, U+03D6 ISOgrk3 -->
  383. <!-- General Punctuation -->
  384. <!ENTITY bull     CDATA "&#8226;" -- bullet = black small circle,
  385.                                      U+2022 ISOpub  -->
  386. <!-- bullet is NOT the same as bullet operator, U+2219 -->
  387. <!ENTITY hellip   CDATA "&#8230;" -- horizontal ellipsis = three dot leader,
  388.                                      U+2026 ISOpub  -->
  389. <!ENTITY prime    CDATA "&#8242;" -- prime = minutes = feet, U+2032 ISOtech -->
  390. <!ENTITY Prime    CDATA "&#8243;" -- double prime = seconds = inches,
  391.                                      U+2033 ISOtech -->
  392. <!ENTITY oline    CDATA "&#8254;" -- overline = spacing overscore,
  393.                                      U+203E NEW -->
  394. <!ENTITY frasl    CDATA "&#8260;" -- fraction slash, U+2044 NEW -->
  395. <!-- Letterlike Symbols -->
  396. <!ENTITY weierp   CDATA "&#8472;" -- script capital P = power set
  397.                                      = Weierstrass p, U+2118 ISOamso -->
  398. <!ENTITY image    CDATA "&#8465;" -- blackletter capital I = imaginary part,
  399.                                      U+2111 ISOamso -->
  400. <!ENTITY real     CDATA "&#8476;" -- blackletter capital R = real part symbol,
  401.                                      U+211C ISOamso -->
  402. <!ENTITY trade    CDATA "&#8482;" -- trade mark sign, U+2122 ISOnum -->
  403. <!ENTITY alefsym  CDATA "&#8501;" -- alef symbol = first transfinite cardinal,
  404.                                      U+2135 NEW -->
  405. <!-- alef symbol is NOT the same as hebrew letter alef,
  406.      U+05D0 although the same glyph could be used to depict both characters -->
  407. <!-- Arrows -->
  408. <!ENTITY larr     CDATA "&#8592;" -- leftwards arrow, U+2190 ISOnum -->
  409. <!ENTITY uarr     CDATA "&#8593;" -- upwards arrow, U+2191 ISOnum-->
  410. <!ENTITY rarr     CDATA "&#8594;" -- rightwards arrow, U+2192 ISOnum -->
  411. <!ENTITY darr     CDATA "&#8595;" -- downwards arrow, U+2193 ISOnum -->
  412. <!ENTITY harr     CDATA "&#8596;" -- left right arrow, U+2194 ISOamsa -->
  413. <!ENTITY crarr    CDATA "&#8629;" -- downwards arrow with corner leftwards
  414.                                      = carriage return, U+21B5 NEW -->
  415. <!ENTITY lArr     CDATA "&#8656;" -- leftwards double arrow, U+21D0 ISOtech -->
  416. <!-- ISO 10646 does not say that lArr is the same as the 'is implied by' arrow
  417.     but also does not have any other character for that function. So ? lArr can
  418.     be used for 'is implied by' as ISOtech suggests -->
  419. <!ENTITY uArr     CDATA "&#8657;" -- upwards double arrow, U+21D1 ISOamsa -->
  420. <!ENTITY rArr     CDATA "&#8658;" -- rightwards double arrow,
  421.                                      U+21D2 ISOtech -->
  422. <!-- ISO 10646 does not say this is the 'implies' character but does not have 
  423.      another character with this function so ?
  424.      rArr can be used for 'implies' as ISOtech suggests -->
  425. <!ENTITY dArr     CDATA "&#8659;" -- downwards double arrow, U+21D3 ISOamsa -->
  426. <!ENTITY hArr     CDATA "&#8660;" -- left right double arrow,
  427.                                      U+21D4 ISOamsa -->
  428. <!-- Mathematical Operators -->
  429. <!ENTITY forall   CDATA "&#8704;" -- for all, U+2200 ISOtech -->
  430. <!ENTITY part     CDATA "&#8706;" -- partial differential, U+2202 ISOtech  -->
  431. <!ENTITY exist    CDATA "&#8707;" -- there exists, U+2203 ISOtech -->
  432. <!ENTITY empty    CDATA "&#8709;" -- empty set = null set = diameter,
  433.                                      U+2205 ISOamso -->
  434. <!ENTITY nabla    CDATA "&#8711;" -- nabla = backward difference,
  435.                                      U+2207 ISOtech -->
  436. <!ENTITY isin     CDATA "&#8712;" -- element of, U+2208 ISOtech -->
  437. <!ENTITY notin    CDATA "&#8713;" -- not an element of, U+2209 ISOtech -->
  438. <!ENTITY ni       CDATA "&#8715;" -- contains as member, U+220B ISOtech -->
  439. <!-- should there be a more memorable name than 'ni'? -->
  440. <!ENTITY prod     CDATA "&#8719;" -- n-ary product = product sign,
  441.                                      U+220F ISOamsb -->
  442. <!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
  443.      the same glyph might be used for both -->
  444. <!ENTITY sum      CDATA "&#8721;" -- n-ary sumation, U+2211 ISOamsb -->
  445. <!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
  446.      though the same glyph might be used for both -->
  447. <!ENTITY minus    CDATA "&#8722;" -- minus sign, U+2212 ISOtech -->
  448. <!ENTITY lowast   CDATA "&#8727;" -- asterisk operator, U+2217 ISOtech -->
  449. <!ENTITY radic    CDATA "&#8730;" -- square root = radical sign,
  450.                                      U+221A ISOtech -->
  451. <!ENTITY prop     CDATA "&#8733;" -- proportional to, U+221D ISOtech -->
  452. <!ENTITY infin    CDATA "&#8734;" -- infinity, U+221E ISOtech -->
  453. <!ENTITY ang      CDATA "&#8736;" -- angle, U+2220 ISOamso -->
  454. <!ENTITY and      CDATA "&#8743;" -- logical and = wedge, U+2227 ISOtech -->
  455. <!ENTITY or       CDATA "&#8744;" -- logical or = vee, U+2228 ISOtech -->
  456. <!ENTITY cap      CDATA "&#8745;" -- intersection = cap, U+2229 ISOtech -->
  457. <!ENTITY cup      CDATA "&#8746;" -- union = cup, U+222A ISOtech -->
  458. <!ENTITY int      CDATA "&#8747;" -- integral, U+222B ISOtech -->
  459. <!ENTITY there4   CDATA "&#8756;" -- therefore, U+2234 ISOtech -->
  460. <!ENTITY sim      CDATA "&#8764;" -- tilde operator = varies with = similar to,
  461.                                      U+223C ISOtech -->
  462. <!-- tilde operator is NOT the same character as the tilde, U+007E,
  463.      although the same glyph might be used to represent both  -->
  464. <!ENTITY cong     CDATA "&#8773;" -- approximately equal to, U+2245 ISOtech -->
  465. <!ENTITY asymp    CDATA "&#8776;" -- almost equal to = asymptotic to,
  466.                                      U+2248 ISOamsr -->
  467. <!ENTITY ne       CDATA "&#8800;" -- not equal to, U+2260 ISOtech -->
  468. <!ENTITY equiv    CDATA "&#8801;" -- identical to, U+2261 ISOtech -->
  469. <!ENTITY le       CDATA "&#8804;" -- less-than or equal to, U+2264 ISOtech -->
  470. <!ENTITY ge       CDATA "&#8805;" -- greater-than or equal to,
  471.                                      U+2265 ISOtech -->
  472. <!ENTITY sub      CDATA "&#8834;" -- subset of, U+2282 ISOtech -->
  473. <!ENTITY sup      CDATA "&#8835;" -- superset of, U+2283 ISOtech -->
  474. <!-- note that nsup, 'not a superset of, U+2283' is not covered by the Symbol 
  475.      font encoding and is not included. Should it be, for symmetry?
  476.      It is in ISOamsn  --> 
  477. <!ENTITY nsub     CDATA "&#8836;" -- not a subset of, U+2284 ISOamsn -->
  478. <!ENTITY sube     CDATA "&#8838;" -- subset of or equal to, U+2286 ISOtech -->
  479. <!ENTITY supe     CDATA "&#8839;" -- superset of or equal to,
  480.                                      U+2287 ISOtech -->
  481. <!ENTITY oplus    CDATA "&#8853;" -- circled plus = direct sum,
  482.                                      U+2295 ISOamsb -->
  483. <!ENTITY otimes   CDATA "&#8855;" -- circled times = vector product,
  484.                                      U+2297 ISOamsb -->
  485. <!ENTITY perp     CDATA "&#8869;" -- up tack = orthogonal to = perpendicular,
  486.                                      U+22A5 ISOtech -->
  487. <!ENTITY sdot     CDATA "&#8901;" -- dot operator, U+22C5 ISOamsb -->
  488. <!-- dot operator is NOT the same character as U+00B7 middle dot -->
  489. <!-- Miscellaneous Technical -->
  490. <!ENTITY lceil    CDATA "&#8968;" -- left ceiling = apl upstile,
  491.                                      U+2308 ISOamsc  -->
  492. <!ENTITY rceil    CDATA "&#8969;" -- right ceiling, U+2309 ISOamsc  -->
  493. <!ENTITY lfloor   CDATA "&#8970;" -- left floor = apl downstile,
  494.                                      U+230A ISOamsc  -->
  495. <!ENTITY rfloor   CDATA "&#8971;" -- right floor, U+230B ISOamsc  -->
  496. <!ENTITY lang     CDATA "&#9001;" -- left-pointing angle bracket = bra,
  497.                                      U+2329 ISOtech -->
  498. <!-- lang is NOT the same character as U+003C 'less than' 
  499.      or U+2039 'single left-pointing angle quotation mark' -->
  500. <!ENTITY rang     CDATA "&#9002;" -- right-pointing angle bracket = ket,
  501.                                      U+232A ISOtech -->
  502. <!-- rang is NOT the same character as U+003E 'greater than' 
  503.      or U+203A 'single right-pointing angle quotation mark' -->
  504. <!-- Geometric Shapes -->
  505. <!ENTITY loz      CDATA "&#9674;" -- lozenge, U+25CA ISOpub -->
  506. <!-- Miscellaneous Symbols -->
  507. <!ENTITY spades   CDATA "&#9824;" -- black spade suit, U+2660 ISOpub -->
  508. <!-- black here seems to mean filled as opposed to hollow -->
  509. <!ENTITY clubs    CDATA "&#9827;" -- black club suit = shamrock,
  510.                                      U+2663 ISOpub -->
  511. <!ENTITY hearts   CDATA "&#9829;" -- black heart suit = valentine,
  512.                                      U+2665 ISOpub -->
  513. <!ENTITY diams    CDATA "&#9830;" -- black diamond suit, U+2666 ISOpub -->
  514. <!-- Special characters for HTML -->
  515. <!-- Character entity set. Typical invocation:
  516.      <!ENTITY % HTMLspecial PUBLIC
  517.        "-//W3C//ENTITIES Special//EN//HTML">
  518.      %HTMLspecial; -->
  519. <!-- Portions (C) International Organization for Standardization 1986:
  520.      Permission to copy in any form is granted for use with
  521.      conforming SGML systems and applications as defined in
  522.      ISO 8879, provided this notice is included in all copies.
  523. -->
  524. <!-- Relevant ISO entity set is given unless names are newly introduced.
  525.      New names (i.e., not in ISO 8879 list) do not clash with any
  526.      existing ISO 8879 entity names. ISO 10646 character numbers
  527.      are given for each character, in hex. CDATA values are decimal
  528.      conversions of the ISO 10646 values and refer to the document
  529.      character set. Names are ISO 10646 names. 
  530. -->
  531. <!-- C0 Controls and Basic Latin -->
  532. <!ENTITY quot    CDATA "&#34;"   -- quotation mark = APL quote,
  533.                                     U+0022 ISOnum -->
  534. <!ENTITY amp     CDATA "&#38;"   -- ampersand, U+0026 ISOnum -->
  535. <!ENTITY lt      CDATA "&#60;"   -- less-than sign, U+003C ISOnum -->
  536. <!ENTITY gt      CDATA "&#62;"   -- greater-than sign, U+003E ISOnum -->
  537. <!-- Latin Extended-A -->
  538. <!ENTITY OElig   CDATA "&#338;"  -- latin capital ligature OE,
  539.                                     U+0152 ISOlat2 -->
  540. <!ENTITY oelig   CDATA "&#339;"  -- latin small ligature oe, U+0153 ISOlat2 -->
  541. <!-- ligature is a misnomer, this is a separate character in some languages -->
  542. <!ENTITY Scaron  CDATA "&#352;"  -- latin capital letter S with caron,
  543.                                     U+0160 ISOlat2 -->
  544. <!ENTITY scaron  CDATA "&#353;"  -- latin small letter s with caron,
  545.                                     U+0161 ISOlat2 -->
  546. <!ENTITY Yuml    CDATA "&#376;"  -- latin capital letter Y with diaeresis,
  547.                                     U+0178 ISOlat2 -->
  548. <!-- Spacing Modifier Letters -->
  549. <!ENTITY circ    CDATA "&#710;"  -- modifier letter circumflex accent,
  550.                                     U+02C6 ISOpub -->
  551. <!ENTITY tilde   CDATA "&#732;"  -- small tilde, U+02DC ISOdia -->
  552. <!-- General Punctuation -->
  553. <!ENTITY ensp    CDATA "&#8194;" -- en space, U+2002 ISOpub -->
  554. <!ENTITY emsp    CDATA "&#8195;" -- em space, U+2003 ISOpub -->
  555. <!ENTITY thinsp  CDATA "&#8201;" -- thin space, U+2009 ISOpub -->
  556. <!ENTITY zwnj    CDATA "&#8204;" -- zero width non-joiner,
  557.                                     U+200C NEW RFC 2070 -->
  558. <!ENTITY zwj     CDATA "&#8205;" -- zero width joiner, U+200D NEW RFC 2070 -->
  559. <!ENTITY lrm     CDATA "&#8206;" -- left-to-right mark, U+200E NEW RFC 2070 -->
  560. <!ENTITY rlm     CDATA "&#8207;" -- right-to-left mark, U+200F NEW RFC 2070 -->
  561. <!ENTITY ndash   CDATA "&#8211;" -- en dash, U+2013 ISOpub -->
  562. <!ENTITY mdash   CDATA "&#8212;" -- em dash, U+2014 ISOpub -->
  563. <!ENTITY lsquo   CDATA "&#8216;" -- left single quotation mark,
  564.                                     U+2018 ISOnum -->
  565. <!ENTITY rsquo   CDATA "&#8217;" -- right single quotation mark,
  566.                                     U+2019 ISOnum -->
  567. <!ENTITY sbquo   CDATA "&#8218;" -- single low-9 quotation mark, U+201A NEW -->
  568. <!ENTITY ldquo   CDATA "&#8220;" -- left double quotation mark,
  569.                                     U+201C ISOnum -->
  570. <!ENTITY rdquo   CDATA "&#8221;" -- right double quotation mark,
  571.                                     U+201D ISOnum -->
  572. <!ENTITY bdquo   CDATA "&#8222;" -- double low-9 quotation mark, U+201E NEW -->
  573. <!ENTITY dagger  CDATA "&#8224;" -- dagger, U+2020 ISOpub -->
  574. <!ENTITY Dagger  CDATA "&#8225;" -- double dagger, U+2021 ISOpub -->
  575. <!ENTITY permil  CDATA "&#8240;" -- per mille sign, U+2030 ISOtech -->
  576. <!ENTITY lsaquo  CDATA "&#8249;" -- single left-pointing angle quotation mark,
  577.                                     U+2039 ISO proposed -->
  578. <!-- lsaquo is proposed but not yet ISO standardized -->
  579. <!ENTITY rsaquo  CDATA "&#8250;" -- single right-pointing angle quotation mark,
  580.                                     U+203A ISO proposed -->
  581. <!-- rsaquo is proposed but not yet ISO standardized -->
  582. <!ENTITY euro   CDATA "&#8364;"  -- euro sign, U+20AC NEW -->
  583. <!--=================== Generic Attributes ===============================-->
  584. <!ENTITY % coreattrs
  585.  "id          ID             #IMPLIED  -- document-wide unique id --
  586.   class       CDATA          #IMPLIED  -- space-separated list of classes --
  587.   style       %StyleSheet;   #IMPLIED  -- associated style info --
  588.   title       %Text;         #IMPLIED  -- advisory title --"
  589.   >
  590. <!ENTITY % i18n
  591.  "lang        %LanguageCode; #IMPLIED  -- language code --
  592.   dir         (ltr|rtl)      #IMPLIED  -- direction for weak/neutral text --"
  593.   >
  594. <!ENTITY % events
  595.  "onclick     %Script;       #IMPLIED  -- a pointer button was clicked --
  596.   ondblclick  %Script;       #IMPLIED  -- a pointer button was double clicked--
  597.   onmousedown %Script;       #IMPLIED  -- a pointer button was pressed down --
  598.   onmouseup   %Script;       #IMPLIED  -- a pointer button was released --
  599.   onmouseover %Script;       #IMPLIED  -- a pointer was moved onto --
  600.   onmousemove %Script;       #IMPLIED  -- a pointer was moved within --
  601.   onmouseout  %Script;       #IMPLIED  -- a pointer was moved away --
  602.   onkeypress  %Script;       #IMPLIED  -- a key was pressed and released --
  603.   onkeydown   %Script;       #IMPLIED  -- a key was pressed down --
  604.   onkeyup     %Script;       #IMPLIED  -- a key was released --"
  605.   >
  606. <!-- Reserved Feature Switch -->
  607. <!ENTITY % HTML.Reserved "IGNORE">
  608. <!-- The following attributes are reserved for possible future use -->
  609. <![ %HTML.Reserved; [
  610. <!ENTITY % reserved
  611.  "datasrc     %URI;          #IMPLIED  -- a single or tabular Data Source --
  612.   datafld     CDATA          #IMPLIED  -- the property or column name --
  613.   dataformatas (plaintext|html) plaintext -- text or html --"
  614.   >
  615. ]]>
  616. <!ENTITY % reserved "">
  617. <!ENTITY % attrs "%coreattrs; %i18n; %events;">
  618. <!ENTITY % align "align (left|center|right|justify)  #IMPLIED"
  619.                    -- default is left for ltr paragraphs, right for rtl --
  620.   >
  621. <!--=================== Text Markup ======================================-->
  622. <!ENTITY % fontstyle
  623.  "TT | I | B | U | S | STRIKE | BIG | SMALL">
  624. <!ENTITY % phrase "EM | STRONG | DFN | CODE |
  625.                    SAMP | KBD | VAR | CITE | ABBR | ACRONYM" >
  626. <!ENTITY % special
  627.    "A | IMG | APPLET | OBJECT | FONT | BASEFONT | BR | SCRIPT |
  628.     MAP | Q | SUB | SUP | SPAN | BDO | IFRAME">
  629. <!ENTITY % formctrl "INPUT | SELECT | TEXTAREA | LABEL | BUTTON">
  630. <!-- %inline; covers inline or "text-level" elements -->
  631. <!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; | %formctrl;">
  632. <!ELEMENT (%fontstyle;|%phrase;) - - (%inline;)*>
  633. <!ATTLIST (%fontstyle;|%phrase;)
  634.   %attrs;                              -- %coreattrs, %i18n, %events --
  635.   >
  636. <!ELEMENT (SUB|SUP) - - (%inline;)*    -- subscript, superscript -->
  637. <!ATTLIST (SUB|SUP)
  638.   %attrs;                              -- %coreattrs, %i18n, %events --
  639.   >
  640. <!ELEMENT SPAN - - (%inline;)*         -- generic language/style container -->
  641. <!ATTLIST SPAN
  642.   %attrs;                              -- %coreattrs, %i18n, %events --
  643.   %reserved;        -- reserved for possible future use --
  644.   >
  645. <!ELEMENT BDO - - (%inline;)*          -- I18N BiDi over-ride -->
  646. <!ATTLIST BDO
  647.   %coreattrs;                          -- id, class, style, title --
  648.   lang        %LanguageCode; #IMPLIED  -- language code --
  649.   dir         (ltr|rtl)      #REQUIRED -- directionality --
  650.   >
  651. <!ELEMENT BASEFONT - O EMPTY           -- base font size -->
  652. <!ATTLIST BASEFONT
  653.   id          ID             #IMPLIED  -- document-wide unique id --
  654.   size        CDATA          #REQUIRED -- base font size for FONT elements --
  655.   color       %Color;        #IMPLIED  -- text color --
  656.   face        CDATA          #IMPLIED  -- comma-separated list of font names --
  657.   >
  658. <!ELEMENT FONT - - (%inline;)*         -- local change to font -->
  659. <!ATTLIST FONT
  660.   %coreattrs;                          -- id, class, style, title --
  661.   %i18n;                -- lang, dir --
  662.   size        CDATA          #IMPLIED  -- [+|-]nn e.g. size="+1", size="4" --
  663.   color       %Color;        #IMPLIED  -- text color --
  664.   face        CDATA          #IMPLIED  -- comma-separated list of font names --
  665.   >
  666. <!ELEMENT BR - O EMPTY                 -- forced line break -->
  667. <!ATTLIST BR
  668.   %coreattrs;                          -- id, class, style, title --
  669.   clear       (left|all|right|none) none -- control of text flow --
  670.   >
  671. <!--================== HTML content models ===============================-->
  672. <!--
  673.     HTML has two basic content models:
  674.         %inline;     character level elements and text strings
  675.         %block;      block-like elements e.g. paragraphs and lists
  676. -->
  677. <!ENTITY % block
  678.      "P | %heading; | %list; | %preformatted; | DL | DIV | CENTER |
  679.       NOSCRIPT | NOFRAMES | BLOCKQUOTE | FORM | ISINDEX | HR |
  680.       TABLE | FIELDSET | ADDRESS">
  681. <!ENTITY % flow "%block; | %inline;">
  682. <!--=================== Document Body ====================================-->
  683. <!ELEMENT BODY O O (%flow;)* +(INS|DEL) -- document body -->
  684. <!ATTLIST BODY
  685.   %attrs;                              -- %coreattrs, %i18n, %events --
  686.   onload          %Script;   #IMPLIED  -- the document has been loaded --
  687.   onunload        %Script;   #IMPLIED  -- the document has been removed --
  688.   background      %URI;      #IMPLIED  -- texture tile for document
  689.                                           background --
  690.   %bodycolors;                         -- bgcolor, text, link, vlink, alink --
  691.   >
  692. <!ELEMENT ADDRESS - - ((%inline;)|P)*  -- information on author -->
  693. <!ATTLIST ADDRESS
  694.   %attrs;                              -- %coreattrs, %i18n, %events --
  695.   >
  696. <!ELEMENT DIV - - (%flow;)*            -- generic language/style container -->
  697. <!ATTLIST DIV
  698.   %attrs;                              -- %coreattrs, %i18n, %events --
  699.   %align;                              -- align, text alignment --
  700.   %reserved;                           -- reserved for possible future use --
  701.   >
  702. <!ELEMENT CENTER - - (%flow;)*         -- shorthand for DIV align=center -->
  703. <!ATTLIST CENTER
  704.   %attrs;                              -- %coreattrs, %i18n, %events --
  705.   >
  706. <!--================== The Anchor Element ================================-->
  707. <!ENTITY % Shape "(rect|circle|poly|default)">
  708. <!ENTITY % Coords "CDATA" -- comma-separated list of lengths -->
  709. <!ELEMENT A - - (%inline;)* -(A)       -- anchor -->
  710. <!ATTLIST A
  711.   %attrs;                              -- %coreattrs, %i18n, %events --
  712.   charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
  713.   type        %ContentType;  #IMPLIED  -- advisory content type --
  714.   name        CDATA          #IMPLIED  -- named link end --
  715.   href        %URI;          #IMPLIED  -- URI for linked resource --
  716.   hreflang    %LanguageCode; #IMPLIED  -- language code --
  717.   target      %FrameTarget;  #IMPLIED  -- render in this frame --
  718.   rel         %LinkTypes;    #IMPLIED  -- forward link types --
  719.   rev         %LinkTypes;    #IMPLIED  -- reverse link types --
  720.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  721.   shape       %Shape;        rect      -- for use with client-side image maps --
  722.   coords      %Coords;       #IMPLIED  -- for use with client-side image maps --
  723.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  724.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  725.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  726.   >
  727. <!--================== Client-side image maps ============================-->
  728. <!-- These can be placed in the same document or grouped in a
  729.      separate document although this isn't yet widely supported -->
  730. <!ELEMENT MAP - - ((%block;) | AREA)+ -- client-side image map -->
  731. <!ATTLIST MAP
  732.   %attrs;                              -- %coreattrs, %i18n, %events --
  733.   name        CDATA          #REQUIRED -- for reference by usemap --
  734.   >
  735. <!ELEMENT AREA - O EMPTY               -- client-side image map area -->
  736. <!ATTLIST AREA
  737.   %attrs;                              -- %coreattrs, %i18n, %events --
  738.   shape       %Shape;        rect      -- controls interpretation of coords --
  739.   coords      %Coords;       #IMPLIED  -- comma-separated list of lengths --
  740.   href        %URI;          #IMPLIED  -- URI for linked resource --
  741.   target      %FrameTarget;  #IMPLIED  -- render in this frame --
  742.   nohref      (nohref)       #IMPLIED  -- this region has no action --
  743.   alt         %Text;         #REQUIRED -- short description --
  744.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  745.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  746.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  747.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  748.   >
  749. <!--================== The LINK Element ==================================-->
  750. <!--
  751.   Relationship values can be used in principle:
  752.    a) for document specific toolbars/menus when used
  753.       with the LINK element in document head e.g.
  754.         start, contents, previous, next, index, end, help
  755.    b) to link to a separate style sheet (rel=stylesheet)
  756.    c) to make a link to a script (rel=script)
  757.    d) by stylesheets to control how collections of
  758.       html nodes are rendered into printed documents
  759.    e) to make a link to a printable version of this document
  760.       e.g. a postscript or pdf version (rel=alternate media=print)
  761. -->
  762. <!ELEMENT LINK - O EMPTY               -- a media-independent link -->
  763. <!ATTLIST LINK
  764.   %attrs;                              -- %coreattrs, %i18n, %events --
  765.   charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
  766.   href        %URI;          #IMPLIED  -- URI for linked resource --
  767.   hreflang    %LanguageCode; #IMPLIED  -- language code --
  768.   type        %ContentType;  #IMPLIED  -- advisory content type --
  769.   rel         %LinkTypes;    #IMPLIED  -- forward link types --
  770.   rev         %LinkTypes;    #IMPLIED  -- reverse link types --
  771.   media       %MediaDesc;    #IMPLIED  -- for rendering on these media --
  772.   target      %FrameTarget;  #IMPLIED  -- render in this frame --
  773.   >
  774. <!--=================== Images ===========================================-->
  775. <!-- Length defined in strict DTD for cellpadding/cellspacing -->
  776. <!ENTITY % Length "CDATA" -- nn for pixels or nn% for percentage length -->
  777. <!ENTITY % MultiLength "CDATA" -- pixel, percentage, or relative -->
  778. <![ %HTML.Frameset; [
  779. <!ENTITY % MultiLengths "CDATA" -- comma-separated list of MultiLength -->
  780. ]]>
  781. <!ENTITY % Pixels "CDATA" -- integer representing length in pixels -->
  782. <!ENTITY % IAlign "(top|middle|bottom|left|right)" -- center? -->
  783. <!-- To avoid problems with text-only UAs as well as 
  784.    to make image content understandable and navigable 
  785.    to users of non-visual UAs, you need to provide
  786.    a description with ALT, and avoid server-side image maps -->
  787. <!ELEMENT IMG - O EMPTY                -- Embedded image -->
  788. <!ATTLIST IMG
  789.   %attrs;                              -- %coreattrs, %i18n, %events --
  790.   src         %URI;          #REQUIRED -- URI of image to embed --
  791.   alt         %Text;         #REQUIRED -- short description --
  792.   longdesc    %URI;          #IMPLIED  -- link to long description
  793.                                           (complements alt) --
  794.   name        CDATA          #IMPLIED  -- name of image for scripting --
  795.   height      %Length;       #IMPLIED  -- override height --
  796.   width       %Length;       #IMPLIED  -- override width --
  797.   usemap      %URI;          #IMPLIED  -- use client-side image map --
  798.   ismap       (ismap)        #IMPLIED  -- use server-side image map --
  799.   align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
  800.   border      %Pixels;       #IMPLIED  -- link border width --
  801.   hspace      %Pixels;       #IMPLIED  -- horizontal gutter --
  802.   vspace      %Pixels;       #IMPLIED  -- vertical gutter --
  803.   >
  804. <!-- USEMAP points to a MAP element which may be in this document
  805.   or an external document, although the latter is not widely supported -->
  806. <!--==================== OBJECT ======================================-->
  807. <!--
  808.   OBJECT is used to embed objects as part of HTML pages 
  809.   PARAM elements should precede other content. SGML mixed content
  810.   model technicality precludes specifying this formally ...
  811. -->
  812. <!ELEMENT OBJECT - - (PARAM | %flow;)*
  813.  -- generic embedded object -->
  814. <!ATTLIST OBJECT
  815.   %attrs;                              -- %coreattrs, %i18n, %events --
  816.   declare     (declare)      #IMPLIED  -- declare but don't instantiate flag --
  817.   classid     %URI;          #IMPLIED  -- identifies an implementation --
  818.   codebase    %URI;          #IMPLIED  -- base URI for classid, data, archive--
  819.   data        %URI;          #IMPLIED  -- reference to object's data --
  820.   type        %ContentType;  #IMPLIED  -- content type for data --
  821.   codetype    %ContentType;  #IMPLIED  -- content type for code --
  822.   archive     CDATA          #IMPLIED  -- space-separated list of URIs --
  823.   standby     %Text;         #IMPLIED  -- message to show while loading --
  824.   height      %Length;       #IMPLIED  -- override height --
  825.   width       %Length;       #IMPLIED  -- override width --
  826.   usemap      %URI;          #IMPLIED  -- use client-side image map --
  827.   name        CDATA          #IMPLIED  -- submit as part of form --
  828.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  829.   align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
  830.   border      %Pixels;       #IMPLIED  -- link border width --
  831.   hspace      %Pixels;       #IMPLIED  -- horizontal gutter --
  832.   vspace      %Pixels;       #IMPLIED  -- vertical gutter --
  833.   %reserved;                           -- reserved for possible future use --
  834.   >
  835. <!ELEMENT PARAM - O EMPTY              -- named property value -->
  836. <!ATTLIST PARAM
  837.   id          ID             #IMPLIED  -- document-wide unique id --
  838.   name        CDATA          #REQUIRED -- property name --
  839.   value       CDATA          #IMPLIED  -- property value --
  840.   valuetype   (DATA|REF|OBJECT) DATA   -- How to interpret value --
  841.   type        %ContentType;  #IMPLIED  -- content type for value
  842.                                           when valuetype=ref --
  843.   >
  844. <!--=================== Java APPLET ==================================-->
  845. <!--
  846.   One of code or object attributes must be present.
  847.   Place PARAM elements before other content.
  848. -->
  849. <!ELEMENT APPLET - - (PARAM | %flow;)* -- Java applet -->
  850. <!ATTLIST APPLET
  851.   %coreattrs;                          -- id, class, style, title --
  852.   codebase    %URI;          #IMPLIED  -- optional base URI for applet --
  853.   archive     CDATA          #IMPLIED  -- comma-separated archive list --
  854.   code        CDATA          #IMPLIED  -- applet class file --
  855.   object      CDATA          #IMPLIED  -- serialized applet file --
  856.   alt         %Text;         #IMPLIED  -- short description --
  857.   name        CDATA          #IMPLIED  -- allows applets to find each other --
  858.   width       %Length;       #REQUIRED -- initial width --
  859.   height      %Length;       #REQUIRED -- initial height --
  860.   align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
  861.   hspace      %Pixels;       #IMPLIED  -- horizontal gutter --
  862.   vspace      %Pixels;       #IMPLIED  -- vertical gutter --
  863.   >
  864. <!--=================== Horizontal Rule ==================================-->
  865. <!ELEMENT HR - O EMPTY -- horizontal rule -->
  866. <!ATTLIST HR
  867.   %attrs;                              -- %coreattrs, %i18n, %events --
  868.   align       (left|center|right) #IMPLIED
  869.   noshade     (noshade)      #IMPLIED
  870.   size        %Pixels;       #IMPLIED
  871.   width       %Length;       #IMPLIED
  872.   >
  873. <!--=================== Paragraphs =======================================-->
  874. <!ELEMENT P - O (%inline;)*            -- paragraph -->
  875. <!ATTLIST P
  876.   %attrs;                              -- %coreattrs, %i18n, %events --
  877.   %align;                              -- align, text alignment --
  878.   >
  879. <!--=================== Headings =========================================-->
  880. <!--
  881.   There are six levels of headings from H1 (the most important)
  882.   to H6 (the least important).
  883. -->
  884. <!ELEMENT (%heading;)  - - (%inline;)* -- heading -->
  885. <!ATTLIST (%heading;)
  886.   %attrs;                              -- %coreattrs, %i18n, %events --
  887.   %align;                              -- align, text alignment --
  888.   >
  889. <!--=================== Preformatted Text ================================-->
  890. <!-- excludes markup for images and changes in font size -->
  891. <!ENTITY % pre.exclusion "IMG|OBJECT|APPLET|BIG|SMALL|SUB|SUP|FONT|BASEFONT">
  892. <!ELEMENT PRE - - (%inline;)* -(%pre.exclusion;) -- preformatted text -->
  893. <!ATTLIST PRE
  894.   %attrs;                              -- %coreattrs, %i18n, %events --
  895.   width       NUMBER         #IMPLIED
  896.   >
  897. <!--===================== Inline Quotes ==================================-->
  898. <!ELEMENT Q - - (%inline;)*            -- short inline quotation -->
  899. <!ATTLIST Q
  900.   %attrs;                              -- %coreattrs, %i18n, %events --
  901.   cite        %URI;          #IMPLIED  -- URI for source document or msg --
  902.   >
  903. <!--=================== Block-like Quotes ================================-->
  904. <!ELEMENT BLOCKQUOTE - - (%flow;)*     -- long quotation -->
  905. <!ATTLIST BLOCKQUOTE
  906.   %attrs;                              -- %coreattrs, %i18n, %events --
  907.   cite        %URI;          #IMPLIED  -- URI for source document or msg --
  908.   >
  909. <!--=================== Inserted/Deleted Text ============================-->
  910. <!-- INS/DEL are handled by inclusion on BODY -->
  911. <!ELEMENT (INS|DEL) - - (%flow;)*      -- inserted text, deleted text -->
  912. <!ATTLIST (INS|DEL)
  913.   %attrs;                              -- %coreattrs, %i18n, %events --
  914.   cite        %URI;          #IMPLIED  -- info on reason for change --
  915.   datetime    %Datetime;     #IMPLIED  -- date and time of change --
  916.   >
  917. <!--=================== Lists ============================================-->
  918. <!-- definition lists - DT for term, DD for its definition -->
  919. <!ELEMENT DL - - (DT|DD)+              -- definition list -->
  920. <!ATTLIST DL
  921.   %attrs;                              -- %coreattrs, %i18n, %events --
  922.   compact     (compact)      #IMPLIED  -- reduced interitem spacing --
  923.   >
  924. <!ELEMENT DT - O (%inline;)*           -- definition term -->
  925. <!ELEMENT DD - O (%flow;)*             -- definition description -->
  926. <!ATTLIST (DT|DD)
  927.   %attrs;                              -- %coreattrs, %i18n, %events --
  928.   >
  929. <!-- Ordered lists (OL) Numbering style
  930.     1   arablic numbers     1, 2, 3, ...
  931.     a   lower alpha         a, b, c, ...
  932.     A   upper alpha         A, B, C, ...
  933.     i   lower roman         i, ii, iii, ...
  934.     I   upper roman         I, II, III, ...
  935.     The style is applied to the sequence number which by default
  936.     is reset to 1 for the first list item in an ordered list.
  937.     This can't be expressed directly in SGML due to case folding.
  938. -->
  939. <!ENTITY % OLStyle "CDATA"      -- constrained to: "(1|a|A|i|I)" -->
  940. <!ELEMENT OL - - (LI)+                 -- ordered list -->
  941. <!ATTLIST OL
  942.   %attrs;                              -- %coreattrs, %i18n, %events --
  943.   type        %OLStyle;      #IMPLIED  -- numbering style --
  944.   compact     (compact)      #IMPLIED  -- reduced interitem spacing --
  945.   start       NUMBER         #IMPLIED  -- starting sequence number --
  946.   >
  947. <!-- Unordered Lists (UL) bullet styles -->
  948. <!ENTITY % ULStyle "(disc|square|circle)">
  949. <!ELEMENT UL - - (LI)+                 -- unordered list -->
  950. <!ATTLIST UL
  951.   %attrs;                              -- %coreattrs, %i18n, %events --
  952.   type        %ULStyle;      #IMPLIED  -- bullet style --
  953.   compact     (compact)      #IMPLIED  -- reduced interitem spacing --
  954.   >
  955. <!ELEMENT (DIR|MENU) - - (LI)+ -(%block;) -- directory list, menu list -->
  956. <!ATTLIST DIR
  957.   %attrs;                              -- %coreattrs, %i18n, %events --
  958.   compact     (compact)      #IMPLIED -- reduced interitem spacing --
  959.   >
  960. <!ATTLIST MENU
  961.   %attrs;                              -- %coreattrs, %i18n, %events --
  962.   compact     (compact)      #IMPLIED -- reduced interitem spacing --
  963.   >
  964. <!ENTITY % LIStyle "CDATA" -- constrained to: "(%ULStyle;|%OLStyle;)" -->
  965. <!ELEMENT LI - O (%flow;)*             -- list item -->
  966. <!ATTLIST LI
  967.   %attrs;                              -- %coreattrs, %i18n, %events --
  968.   type        %LIStyle;      #IMPLIED  -- list item style --
  969.   value       NUMBER         #IMPLIED  -- reset sequence number --
  970.   >
  971. <!--================ Forms ===============================================-->
  972. <!ELEMENT FORM - - (%flow;)* -(FORM)   -- interactive form -->
  973. <!ATTLIST FORM
  974.   %attrs;                              -- %coreattrs, %i18n, %events --
  975.   action      %URI;          #REQUIRED -- server-side form handler --
  976.   method      (GET|POST)     GET       -- HTTP method used to submit the form--
  977.   enctype     %ContentType;  "application/x-www-form-urlencoded"
  978.   accept      %ContentTypes; #IMPLIED  -- list of MIME types for file upload --
  979.   name        CDATA          #IMPLIED  -- name of form for scripting --
  980.   onsubmit    %Script;       #IMPLIED  -- the form was submitted --
  981.   onreset     %Script;       #IMPLIED  -- the form was reset --
  982.   target      %FrameTarget;  #IMPLIED  -- render in this frame --
  983.   accept-charset %Charsets;  #IMPLIED  -- list of supported charsets --
  984.   >
  985. <!-- Each label must not contain more than ONE field -->
  986. <!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text -->
  987. <!ATTLIST LABEL
  988.   %attrs;                              -- %coreattrs, %i18n, %events --
  989.   for         IDREF          #IMPLIED  -- matches field ID value --
  990.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  991.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  992.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  993.   >
  994. <!ENTITY % InputType
  995.   "(TEXT | PASSWORD | CHECKBOX |
  996.     RADIO | SUBMIT | RESET |
  997.     FILE | HIDDEN | IMAGE | BUTTON)"
  998.    >
  999. <!-- attribute name required for all but submit and reset -->
  1000. <!ELEMENT INPUT - O EMPTY              -- form control -->
  1001. <!ATTLIST INPUT
  1002.   %attrs;                              -- %coreattrs, %i18n, %events --
  1003.   type        %InputType;    TEXT      -- what kind of widget is needed --
  1004.   name        CDATA          #IMPLIED  -- submit as part of form --
  1005.   value       CDATA          #IMPLIED  -- Specify for radio buttons and checkboxes --
  1006.   checked     (checked)      #IMPLIED  -- for radio buttons and check boxes --
  1007.   disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  1008.   readonly    (readonly)     #IMPLIED  -- for text and passwd --
  1009.   size        CDATA          #IMPLIED  -- specific to each type of field --
  1010.   maxlength   NUMBER         #IMPLIED  -- max chars for text fields --
  1011.   src         %URI;          #IMPLIED  -- for fields with images --
  1012.   alt         CDATA          #IMPLIED  -- short description --
  1013.   usemap      %URI;          #IMPLIED  -- use client-side image map --
  1014.   ismap       (ismap)        #IMPLIED  -- use server-side image map --
  1015.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  1016.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  1017.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  1018.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  1019.   onselect    %Script;       #IMPLIED  -- some text was selected --
  1020.   onchange    %Script;       #IMPLIED  -- the element value was changed --
  1021.   accept      %ContentTypes; #IMPLIED  -- list of MIME types for file upload --
  1022.   align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
  1023.   %reserved;                           -- reserved for possible future use --
  1024.   >
  1025. <!ELEMENT SELECT - - (OPTGROUP|OPTION)+ -- option selector -->
  1026. <!ATTLIST SELECT
  1027.   %attrs;                              -- %coreattrs, %i18n, %events --
  1028.   name        CDATA          #IMPLIED  -- field name --
  1029.   size        NUMBER         #IMPLIED  -- rows visible --
  1030.   multiple    (multiple)     #IMPLIED  -- default is single selection --
  1031.   disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  1032.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  1033.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  1034.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  1035.   onchange    %Script;       #IMPLIED  -- the element value was changed --
  1036.   %reserved;                           -- reserved for possible future use --
  1037.   >
  1038. <!ELEMENT OPTGROUP - - (OPTION)+ -- option group -->
  1039. <!ATTLIST OPTGROUP
  1040.   %attrs;                              -- %coreattrs, %i18n, %events --
  1041.   disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  1042.   label       %Text;         #REQUIRED -- for use in hierarchical menus --
  1043.   >
  1044. <!ELEMENT OPTION - O (#PCDATA)         -- selectable choice -->
  1045. <!ATTLIST OPTION
  1046.   %attrs;                              -- %coreattrs, %i18n, %events --
  1047.   selected    (selected)     #IMPLIED
  1048.   disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  1049.   label       %Text;         #IMPLIED  -- for use in hierarchical menus --
  1050.   value       CDATA          #IMPLIED  -- defaults to element content --
  1051.   >
  1052. <!ELEMENT TEXTAREA - - (#PCDATA)       -- multi-line text field -->
  1053. <!ATTLIST TEXTAREA
  1054.   %attrs;                              -- %coreattrs, %i18n, %events --
  1055.   name        CDATA          #IMPLIED
  1056.   rows        NUMBER         #REQUIRED
  1057.   cols        NUMBER         #REQUIRED
  1058.   disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  1059.   readonly    (readonly)     #IMPLIED
  1060.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  1061.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  1062.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  1063.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  1064.   onselect    %Script;       #IMPLIED  -- some text was selected --
  1065.   onchange    %Script;       #IMPLIED  -- the element value was changed --
  1066.   %reserved;                           -- reserved for possible future use --
  1067.   >
  1068. <!--
  1069.   #PCDATA is to solve the mixed content problem,
  1070.   per specification only whitespace is allowed there!
  1071.  -->
  1072. <!ELEMENT FIELDSET - - (#PCDATA,LEGEND,(%flow;)*) -- form control group -->
  1073. <!ATTLIST FIELDSET
  1074.   %attrs;                              -- %coreattrs, %i18n, %events --
  1075.   >
  1076. <!ELEMENT LEGEND - - (%inline;)*       -- fieldset legend -->
  1077. <!ENTITY % LAlign "(top|bottom|left|right)">
  1078. <!ATTLIST LEGEND
  1079.   %attrs;                              -- %coreattrs, %i18n, %events --
  1080.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  1081.   align       %LAlign;       #IMPLIED  -- relative to fieldset --
  1082.   >
  1083. <!ELEMENT BUTTON - -
  1084.      (%flow;)* -(A|%formctrl;|FORM|ISINDEX|FIELDSET|IFRAME)
  1085.      -- push button -->
  1086. <!ATTLIST BUTTON
  1087.   %attrs;                              -- %coreattrs, %i18n, %events --
  1088.   name        CDATA          #IMPLIED
  1089.   value       CDATA          #IMPLIED  -- sent to server when submitted --
  1090.   type        (button|submit|reset) submit -- for use as form button --
  1091.   disabled    (disabled)     #IMPLIED  -- unavailable in this context --
  1092.   tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
  1093.   accesskey   %Character;    #IMPLIED  -- accessibility key character --
  1094.   onfocus     %Script;       #IMPLIED  -- the element got the focus --
  1095.   onblur      %Script;       #IMPLIED  -- the element lost the focus --
  1096.   %reserved;                           -- reserved for possible future use --
  1097.   >
  1098. <!--======================= Tables =======================================-->
  1099. <!-- IETF HTML table standard, see [RFC1942] -->
  1100. <!--
  1101.  The BORDER attribute sets the thickness of the frame around the
  1102.  table. The default units are screen pixels.
  1103.  The FRAME attribute specifies which parts of the frame around
  1104.  the table should be rendered. The values are not the same as
  1105.  CALS to avoid a name clash with the VALIGN attribute.
  1106.  The value "border" is included for backwards compatibility with
  1107.  <TABLE BORDER> which yields frame=border and border=implied
  1108.  For <TABLE BORDER=1> you get border=1 and frame=implied. In this
  1109.  case, it is appropriate to treat this as frame=border for backwards
  1110.  compatibility with deployed browsers.
  1111. -->
  1112. <!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)">
  1113. <!--
  1114.  The RULES attribute defines which rules to draw between cells:
  1115.  If RULES is absent then assume:
  1116.      "none" if BORDER is absent or BORDER=0 otherwise "all"
  1117. -->
  1118. <!ENTITY % TRules "(none | groups | rows | cols | all)">
  1119.   
  1120. <!-- horizontal placement of table relative to document -->
  1121. <!ENTITY % TAlign "(left|center|right)">
  1122. <!-- horizontal alignment attributes for cell contents -->
  1123. <!ENTITY % cellhalign
  1124.   "align      (left|center|right|justify|char) #IMPLIED
  1125.    char       %Character;    #IMPLIED  -- alignment char, e.g. char=':' --
  1126.    charoff    %Length;       #IMPLIED  -- offset for alignment char --"
  1127.   >
  1128. <!-- vertical alignment attributes for cell contents -->
  1129. <!ENTITY % cellvalign
  1130.   "valign     (top|middle|bottom|baseline) #IMPLIED"
  1131.   >
  1132. <!ELEMENT TABLE - -
  1133.      (CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+)>
  1134. <!ELEMENT CAPTION  - - (%inline;)*     -- table caption -->
  1135. <!ELEMENT THEAD    - O (TR|%flow;)+           -- table header -->
  1136. <!ELEMENT TFOOT    - O (TR|%flow;)+           -- table footer -->
  1137. <!ELEMENT TBODY    O O (TR|%flow;)+           -- table body -->
  1138. <!ELEMENT COLGROUP - O (COL|%flow;)*          -- table column group -->
  1139. <!ELEMENT COL      - O EMPTY           -- table column -->
  1140. <!ELEMENT TR       - O (TH|TD|%flow;)+        -- table row -->
  1141. <!ELEMENT (TH|TD)  - O (%flow;)*       -- table header cell, table data cell-->
  1142. <!ATTLIST TABLE                        -- table element --
  1143.   %attrs;                              -- %coreattrs, %i18n, %events --
  1144.   summary     %Text;         #IMPLIED  -- purpose/structure for speech output--
  1145.   width       %Length;       #IMPLIED  -- table width --
  1146.   border      %Pixels;       #IMPLIED  -- controls frame width around table --
  1147.   frame       %TFrame;       #IMPLIED  -- which parts of frame to render --
  1148.   rules       %TRules;       #IMPLIED  -- rulings between rows and cols --
  1149.   cellspacing %Length;       #IMPLIED  -- spacing between cells --
  1150.   cellpadding %Length;       #IMPLIED  -- spacing within cells --
  1151.   align       %TAlign;       #IMPLIED  -- table position relative to window --
  1152.   bgcolor     %Color;        #IMPLIED  -- background color for cells --
  1153.   %reserved;                           -- reserved for possible future use --
  1154.   datapagesize CDATA         #IMPLIED  -- reserved for possible future use --
  1155.   >
  1156. <!ENTITY % CAlign "(top|bottom|left|right)">
  1157. <!ATTLIST CAPTION
  1158.   %attrs;                              -- %coreattrs, %i18n, %events --
  1159.   align       %CAlign;       #IMPLIED  -- relative to table --
  1160.   >
  1161. <!--
  1162. COLGROUP groups a set of COL elements. It allows you to group
  1163. several semantically related columns together.
  1164. -->
  1165. <!ATTLIST COLGROUP
  1166.   %attrs;                              -- %coreattrs, %i18n, %events --
  1167.   span        NUMBER         1         -- default number of columns in group --
  1168.   width       %MultiLength;  #IMPLIED  -- default width for enclosed COLs --
  1169.   %cellhalign;                         -- horizontal alignment in cells --
  1170.   %cellvalign;                         -- vertical alignment in cells --
  1171.   >
  1172. <!--
  1173.  COL elements define the alignment properties for cells in
  1174.  one or more columns.
  1175.  The WIDTH attribute specifies the width of the columns, e.g.
  1176.      width=64        width in screen pixels
  1177.      width=0.5*      relative width of 0.5
  1178.  The SPAN attribute causes the attributes of one
  1179.  COL element to apply to more than one column.
  1180. -->
  1181. <!ATTLIST COL                          -- column groups and properties --
  1182.   %attrs;                              -- %coreattrs, %i18n, %events --
  1183.   span        NUMBER         1         -- COL attributes affect N columns --
  1184.   width       %MultiLength;  #IMPLIED  -- column width specification --
  1185.   %cellhalign;                         -- horizontal alignment in cells --
  1186.   %cellvalign;                         -- vertical alignment in cells --
  1187.   >
  1188. <!--
  1189.     Use THEAD to duplicate headers when breaking table
  1190.     across page boundaries, or for static headers when
  1191.     TBODY sections are rendered in scrolling panel.
  1192.     Use TFOOT to duplicate footers when breaking table
  1193.     across page boundaries, or for static footers when
  1194.     TBODY sections are rendered in scrolling panel.
  1195.     Use multiple TBODY sections when rules are needed
  1196.     between groups of table rows.
  1197. -->
  1198. <!ATTLIST (THEAD|TBODY|TFOOT)          -- table section --
  1199.   %attrs;                              -- %coreattrs, %i18n, %events --
  1200.   %cellhalign;                         -- horizontal alignment in cells --
  1201.   %cellvalign;                         -- vertical alignment in cells --
  1202.   >
  1203. <!ATTLIST TR                           -- table row --
  1204.   %attrs;                              -- %coreattrs, %i18n, %events --
  1205.   %cellhalign;                         -- horizontal alignment in cells --
  1206.   %cellvalign;                         -- vertical alignment in cells --
  1207.   bgcolor     %Color;        #IMPLIED  -- background color for row --
  1208.   >
  1209. <!-- Scope is simpler than headers attribute for common tables -->
  1210. <!ENTITY % Scope "(row|col|rowgroup|colgroup)">
  1211. <!-- TH is for headers, TD for data, but for cells acting as both use TD -->
  1212. <!ATTLIST (TH|TD)                      -- header or data cell --
  1213.   %attrs;                              -- %coreattrs, %i18n, %events --
  1214.   abbr        %Text;         #IMPLIED  -- abbreviation for header cell --
  1215.   axis        CDATA          #IMPLIED  -- comma-separated list of related headers--
  1216.   headers     IDREFS         #IMPLIED  -- list of id's for header cells --
  1217.   scope       %Scope;        #IMPLIED  -- scope covered by header cells --
  1218.   rowspan     NUMBER         1         -- number of rows spanned by cell --
  1219.   colspan     NUMBER         1         -- number of cols spanned by cell --
  1220.   %cellhalign;                         -- horizontal alignment in cells --
  1221.   %cellvalign;                         -- vertical alignment in cells --
  1222.   nowrap      (nowrap)       #IMPLIED  -- suppress word wrap --
  1223.   bgcolor     %Color;        #IMPLIED  -- cell background color --
  1224.   width       %Length;       #IMPLIED  -- width for cell --
  1225.   height      %Length;       #IMPLIED  -- height for cell --
  1226.   >
  1227. <!--================== Document Frames ===================================-->
  1228. <!--
  1229.   The content model for HTML documents depends on whether the HEAD is
  1230.   followed by a FRAMESET or BODY element. The widespread omission of
  1231.   the BODY start tag makes it impractical to define the content model
  1232.   without the use of a marked section.
  1233. -->
  1234. <![ %HTML.Frameset; [
  1235. <!ELEMENT FRAMESET - - ((FRAMESET|FRAME)+ & NOFRAMES?) -- window subdivision-->
  1236. <!ATTLIST FRAMESET
  1237.   %coreattrs;                          -- id, class, style, title --
  1238.   rows        %MultiLengths; #IMPLIED  -- list of lengths,
  1239.                                           default: 100% (1 row) --
  1240.   cols        %MultiLengths; #IMPLIED  -- list of lengths,
  1241.                                           default: 100% (1 col) --
  1242.   onload      %Script;       #IMPLIED  -- all the frames have been loaded  -- 
  1243.   onunload    %Script;       #IMPLIED  -- all the frames have been removed -- 
  1244.   >
  1245. ]]>
  1246. <![ %HTML.Frameset; [
  1247. <!-- reserved frame names start with "_" otherwise starts with letter -->
  1248. <!ELEMENT FRAME - O EMPTY              -- subwindow -->
  1249. <!ATTLIST FRAME
  1250.   %coreattrs;                          -- id, class, style, title --
  1251.   longdesc    %URI;          #IMPLIED  -- link to long description
  1252.                                           (complements title) --
  1253.   name        CDATA          #IMPLIED  -- name of frame for targetting --
  1254.   src         %URI;          #IMPLIED  -- source of frame content --
  1255.   frameborder (1|0)          1         -- request frame borders? --
  1256.   marginwidth %Pixels;       #IMPLIED  -- margin widths in pixels --
  1257.   marginheight %Pixels;      #IMPLIED  -- margin height in pixels --
  1258.   noresize    (noresize)     #IMPLIED  -- allow users to resize frames? --
  1259.   scrolling   (yes|no|auto)  auto      -- scrollbar or none --
  1260.   >
  1261. ]]>
  1262. <!ELEMENT IFRAME - - (%flow;)*         -- inline subwindow -->
  1263. <!ATTLIST IFRAME
  1264.   %coreattrs;                          -- id, class, style, title --
  1265.   longdesc    %URI;          #IMPLIED  -- link to long description
  1266.                                           (complements title) --
  1267.   name        CDATA          #IMPLIED  -- name of frame for targetting --
  1268.   src         %URI;          #IMPLIED  -- source of frame content --
  1269.   frameborder (1|0)          1         -- request frame borders? --
  1270.   marginwidth %Pixels;       #IMPLIED  -- margin widths in pixels --
  1271.   marginheight %Pixels;      #IMPLIED  -- margin height in pixels --
  1272.   scrolling   (yes|no|auto)  auto      -- scrollbar or none --
  1273.   align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
  1274.   height      %Length;       #IMPLIED  -- frame height --
  1275.   width       %Length;       #IMPLIED  -- frame width --
  1276.   >
  1277. <![ %HTML.Frameset; [
  1278. <!ENTITY % noframes.content "(BODY) -(NOFRAMES)">
  1279. ]]>
  1280. <!ENTITY % noframes.content "(%flow;)*">
  1281. <!ELEMENT NOFRAMES - - %noframes.content;
  1282.  -- alternate content container for non frame-based rendering -->
  1283. <!ATTLIST NOFRAMES
  1284.   %attrs;                              -- %coreattrs, %i18n, %events --
  1285.   >
  1286. <!--================ Document Head =======================================-->
  1287. <!-- %head.misc; defined earlier on as "SCRIPT|STYLE|META|LINK|OBJECT" -->
  1288. <!ENTITY % head.content "TITLE & ISINDEX? & BASE?">
  1289. <!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
  1290. <!ATTLIST HEAD
  1291.   %i18n;                               -- lang, dir --
  1292.   profile     %URI;          #IMPLIED  -- named dictionary of meta info --
  1293.   >
  1294. <!-- The TITLE element is not considered part of the flow of text.
  1295.        It should be displayed, for example as the page header or
  1296.        window title. Exactly one title is required per document.
  1297.     -->
  1298. <!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title -->
  1299. <!ATTLIST TITLE %i18n>
  1300. <!ELEMENT ISINDEX - O EMPTY            -- single line prompt -->
  1301. <!ATTLIST ISINDEX
  1302.   %coreattrs;                          -- id, class, style, title --
  1303.   %i18n;                               -- lang, dir --
  1304.   prompt      %Text;         #IMPLIED  -- prompt message -->
  1305. <!ELEMENT BASE - O EMPTY               -- document base URI -->
  1306. <!ATTLIST BASE
  1307.   href        %URI;          #IMPLIED  -- URI that acts as base URI --
  1308.   target      %FrameTarget;  #IMPLIED  -- render in this frame --
  1309.   >
  1310. <!ELEMENT META - O EMPTY               -- generic metainformation -->
  1311. <!ATTLIST META
  1312.   %i18n;                               -- lang, dir, for use with content --
  1313.   http-equiv  NAME           #IMPLIED  -- HTTP response header name  --
  1314.   name        NAME           #IMPLIED  -- metainformation name --
  1315.   content     CDATA          #REQUIRED -- associated information --
  1316.   scheme      CDATA          #IMPLIED  -- select form of content --
  1317.   >
  1318. <!ELEMENT STYLE - - %StyleSheet        -- style info -->
  1319. <!ATTLIST STYLE
  1320.   %i18n;                               -- lang, dir, for use with title --
  1321.   type        %ContentType;  #REQUIRED -- content type of style language --
  1322.   media       %MediaDesc;    #IMPLIED  -- designed for use with these media --
  1323.   title       %Text;         #IMPLIED  -- advisory title --
  1324.   >
  1325. <!ELEMENT SCRIPT - - %Script;          -- script statements -->
  1326. <!ATTLIST SCRIPT
  1327.   charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
  1328.   type        %ContentType;  #REQUIRED -- content type of script language --
  1329.   language    CDATA          #IMPLIED  -- predefined script language name --
  1330.   src         %URI;          #IMPLIED  -- URI for an external script --
  1331.   defer       (defer)        #IMPLIED  -- UA may defer execution of script --
  1332.   event       CDATA          #IMPLIED  -- reserved for possible future use --
  1333.   for         %URI;          #IMPLIED  -- reserved for possible future use --
  1334.   >
  1335. <!ELEMENT NOSCRIPT - - (%flow;)*
  1336.   -- alternate content container for non script-based rendering -->
  1337. <!ATTLIST NOSCRIPT
  1338.   %attrs;                              -- %coreattrs, %i18n, %events --
  1339.   >
  1340. <!--================ Document Structure ==================================-->
  1341. <!ENTITY % version "version CDATA #FIXED '%HTML.Version;'">
  1342. <![ %HTML.Frameset; [
  1343. <!ENTITY % html.content "HEAD, FRAMESET">
  1344. ]]>
  1345. <!ENTITY % html.content "HEAD, BODY">
  1346. <!ELEMENT HTML O O (%html.content;)    -- document root element -->
  1347. <!ATTLIST HTML
  1348.   %i18n;                               -- lang, dir --
  1349.   %version;
  1350.   >