home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / OLS / HTMLLINT / htmllint.lzh / 15445.dtd next >
Text File  |  1999-05-01  |  31KB  |  672 lines

  1. <!-- 15445.dtd
  2.      ISO/IEC 15445:1999  Hypertext Markup Language (HTML)
  3.      Document Type Definition.
  4.  
  5.      Copyright (C) 1999, IETF, W3C (MIT, Inria, Keio), ISO/IEC.
  6.  
  7.      Permission to copy in any form is granted for use with
  8.      validating and conforming systems and applications as defined
  9.      in ISO/IEC 15445:1999, provided this copyright notice is included
  10.      with all copies.
  11.  
  12.      The DTD is typically invoked by one of the following declarations:
  13.  
  14.      <!DOCTYPE HTML PUBLIC "ISO/IEC 15445:1999//DTD HyperText Markup Language//EN">
  15.      <!DOCTYPE HTML PUBLIC "ISO/IEC 15445:1999//DTD HTML//EN">
  16.  
  17.      In order to use the HTML document type definition as a base architecture for
  18.      other SGML applications, the following architectural support declaration
  19.      should be used:
  20.  
  21.      <?IS10744 arch name="html"
  22.      public-id="ISO/IEC 15445:1999//DTD HyperText Markup Language//EN"
  23.      dtd-system-id="[insert URL to official version here]"
  24.      renamer-att="HTMLnames"
  25.      doc-elem-form="HTML"
  26.      >
  27. -->
  28.                 <!-- Part 1. Entity set. -->
  29.  
  30. <!-- The Preparation parameter entity shall be set to IGNORE for HTML,
  31.      and to INCLUDE for a document to be submitted to the preparation
  32.      process. -->
  33. <!ENTITY % Preparation "IGNORE" >
  34.  
  35. <!-- This definition generates the inverse entity
  36.      NoPreparation which is internal to the DTD. -->
  37. <![ %Preparation; [
  38. <!ENTITY % NoPreparation "IGNORE"    -- Inverse of Preparation = INCLUDE -->
  39.                    ]]>
  40. <!ENTITY % NoPreparation "INCLUDE"   -- Inverse of Preparation = IGNORE -->
  41. <!-- End of definition -->
  42.  
  43.  
  44.         <!-- Tokens defined by other standards -->
  45.  
  46. <!ENTITY % Content-Type "CDATA" -- MIME content type, RFC1521 -->
  47. <!ENTITY % HTTP-Method "(get | post)" -- as per HTTP/1.1 RFC2068  -->
  48. <!ENTITY % URI "CDATA" -- Universal Resource Identifier, RFC1630 -->
  49.         <!-- following was added by k16 from HTML4.0 -->
  50.         <!ENTITY % Content-Types "CDATA">
  51.         <!ENTITY % Charset "CDATA">
  52.         <!ENTITY % Charsets "CDATA">
  53.         <!ENTITY % LanguageCode "NAME">
  54.         <!ENTITY % Character "CDATA">
  55.         <!ENTITY % LinkTypes "CDATA">
  56.         <!ENTITY % MediaDesc "CDATA">
  57.         <!ENTITY % Datetime "CDATA">
  58.         <!ENTITY % StyleSheet "CDATA">
  59.         <!ENTITY % Text "CDATA">
  60.         <!ENTITY % Class "CDATA">
  61.         <!ENTITY % Name  "CDATA">
  62.         <!ENTITY % Coords "CDATA">
  63.  
  64.         <!-- Element tokens -->
  65.  
  66. <!ENTITY % special "A | BDO | BR | IMG | OBJECT |
  67.                     MAP | Q | SPAN" >
  68.  
  69. <!-- Logical character styles -->
  70. <!ENTITY % logical.styles "ABBR | ACRONYM | CITE | CODE | DFN | EM |
  71.                            KBD | SAMP | STRONG | VAR" >
  72.  
  73. <!-- Physical character styles -->
  74. <!ENTITY % physical.styles "B | I | SUB | SUP | TT" >
  75.  
  76.         <!-- Model groups -->
  77.  
  78. <!-- Block-like elements eg. paragraphs and lists -->
  79. <!ENTITY % block "BLOCKQUOTE | DIV | DL | FIELDSET | FORM |
  80.                   HR | OL | P | PRE | TABLE | UL" >
  81.  
  82. <!-- Form fields - input elements that may appear only within forms -->
  83. <!ENTITY % form.fields "BUTTON | INPUT | LABEL | SELECT | TEXTAREA" >
  84.  
  85. <!-- Character level elements and text strings -->
  86. <!ENTITY % text "#PCDATA | %physical.styles; | %logical.styles; | %special;" >
  87.  
  88. <!-- Elements that may appear in a form, section or table -->
  89. <!ENTITY % form.content    "(%block; | %text; | %form.fields; | ADDRESS)+" >
  90. <!ENTITY % section.content "(%block; | %text; | ADDRESS)+" >
  91. <!ENTITY % table.content   "(%block; | %text;)*" >
  92.  
  93.         <!-- Generic attributes -->
  94.  
  95. <!ENTITY % core
  96.    "CLASS      %Class;    #IMPLIED -- Comma separated list of class values --
  97.  
  98.     --The name space of the ID attribute is shared with the name space
  99.       of the NAME attributes of <A> elements.  ID and NAME values shall be
  100.       distinct.  It is an error for an ID or NAME value to be
  101.       duplicated within a document.  It is recommended that
  102.       authors of documents intended for further processing specify the ID
  103.       attribute in preference to the NAME attribute. --
  104.     ID         ID         #IMPLIED -- Document-wide unique id --
  105.     TITLE      %Text;     #IMPLIED -- Advisory title or amplification --" >
  106.  
  107.         <!-- Internationalization attributes -->
  108.  
  109. <!ENTITY % i18n
  110.    "DIR        (ltr|rtl)  #IMPLIED -- Direction for weak/neutral text --
  111.     LANG       %LanguageCode; #IMPLIED -- RFC1766 language value --" >
  112.  
  113.         <!-- Presentation styles -->
  114.  
  115. <!ENTITY % shape     "(circle | default | poly | rect)" >
  116. <!ENTITY % InputType "(checkbox | file | hidden | password |
  117.                        radio | reset | submit | text)" >
  118.  
  119. <!-- SHORTREF mapping for the tab character -->
  120. <!-- Use of the tab character is deprecated.  However, to facilitate
  121.      the preparation of conforming documents by authors who use it,
  122.      the tab character is tolerated and is mapped into a single space. -->
  123. <!ENTITY   nontab  " " >
  124. <!SHORTREF tabmap  "    " nontab >
  125. <!USEMAP   tabmap  HTML >
  126.  
  127.         <!-- Specify character entity sets defined by W3C -->
  128.  
  129. <!ENTITY % HTMLlat1    PUBLIC "-//W3C//ENTITIES Full Latin 1//EN//HTML" >
  130. <!ENTITY % HTMLsymbol  PUBLIC "-//W3C//ENTITIES Symbolic//EN//HTML" >
  131. <!ENTITY % HTMLspecial PUBLIC "-//W3C//ENTITIES Special//EN//HTML" >
  132. <!-- Reference character entities. -->
  133. %HTMLlat1;%HTMLsymbol;%HTMLspecial;
  134.  
  135.                 <!-- Part 2. Document structure -->
  136.  
  137. <!-- Further normative requirements on the elements defined in this part
  138.      of the DTD are provided in Part 3.-->
  139. <!--      ELEMENTS    MIN  CONTENT  (EXCEPTIONS) -->
  140. <!ELEMENT HTML        - -  (HEAD, BODY) >
  141. <!ELEMENT HEAD        - O  (TITLE) +(LINK | META | STYLE) >
  142. <!ELEMENT TITLE       - -  (#PCDATA) -(LINK | META | STYLE) >
  143. <!ELEMENT LINK        - O  EMPTY >
  144. <!ELEMENT META        - O  EMPTY >
  145. <!ELEMENT STYLE       - -  %StyleSheet; >
  146.  
  147. <!-- The following marked section is informative only. -->
  148. <![ %Preparation; [
  149. <!ELEMENT Pre-HTML    - -  (HEAD, BODY) >
  150. <!ELEMENT BODY        - O  ((%block;)*,(H1,DIV1)* ) +(DEL|INS) >
  151. <!ELEMENT H1          - -  (%text;)+ >
  152. <!ELEMENT DIV1        O O  ((%block;)*, (H2,DIV2)* ) >
  153. <!ELEMENT H2          - -  (%text;)+ >
  154. <!ELEMENT DIV2        O O  ((%block;)*, (H3,DIV3)* ) >
  155. <!ELEMENT H3          - -  (%text;)+ >
  156. <!ELEMENT DIV3        O O  ((%block;)*, (H4,DIV4)* ) >
  157. <!ELEMENT H4          - -  (%text;)+ >
  158. <!ELEMENT DIV4        O O  ((%block;)*, (H5,DIV5)* ) >
  159. <!ELEMENT H5          - -  (%text;)+ >
  160. <!ELEMENT DIV5        O O  ((%block;)*, (H6,DIV6)* ) >
  161. <!ELEMENT H6          - -  (%text;)+ >
  162. <!ELEMENT DIV6        O O  ((%block;)*) >
  163.                  ]]>
  164. <!-- The following marked section is normative. -->
  165. <![ %NoPreparation; [
  166. <!ELEMENT BODY        - O  (%block;|H1|H2|H3|H4|H5|H6)+ +(DEL|INS) >
  167. <!ELEMENT (H1|H2|H3|H4|H5|H6) - - (%text;)+ >
  168.                    ]]>
  169. <!ELEMENT DIV         - -  %section.content; >
  170. <!ELEMENT ADDRESS     - -  (%text;)+ -(IMG|OBJECT|MAP) >
  171. <!ELEMENT P           - O  (%text;)+ >
  172. <!ELEMENT (OL|UL)     - -  (LI)+ >
  173. <!ELEMENT LI          - O  (%text; | %block;)+ >
  174. <!ELEMENT DL          - -  (DT|DD)+ >
  175. <!ELEMENT DT          - O  (%text;)+ >
  176. <!ELEMENT DD          - O  %section.content; -(ADDRESS) >
  177. <!ELEMENT PRE         - -  (%text;)+ -(IMG|MAP|OBJECT|SUB|SUP) >
  178. <!ELEMENT BLOCKQUOTE  - -  (%block;)+ >
  179. <!ELEMENT Q           - -  (%text;)+ >
  180. <!ELEMENT FORM        - -  %form.content; -(FORM) >
  181. <!-- #PCDATA required to absorb leading white space. -->
  182. <!ELEMENT FIELDSET    - -  (#PCDATA,LEGEND,%form.content;) -(FIELDSET) >
  183. <!ELEMENT INPUT       - O  EMPTY >
  184. <!ELEMENT BUTTON      - -  (%text;)+ -(A|FIELDSET|FORM|%form.fields;) >
  185. <!ELEMENT LABEL       - -  (%text;|%form.fields;)+ -(LABEL) >
  186. <!ELEMENT LEGEND      - -  (#PCDATA) >
  187. <!ELEMENT SELECT      - -  (OPTGROUP|OPTION)+ >
  188. <!ELEMENT OPTGROUP    - -  (OPTION)+ >
  189. <!ELEMENT OPTION      - O  (#PCDATA) >
  190. <!ELEMENT TEXTAREA    - -  (#PCDATA) >
  191. <!ELEMENT HR          - O  EMPTY >
  192. <!ELEMENT TABLE       - -  (CAPTION?, (COL*|COLGROUP*),
  193.                               THEAD?, TFOOT?, TBODY+) >
  194. <!ELEMENT CAPTION     - -  (%text;)+ >
  195. <!ELEMENT (THEAD,TFOOT,TBODY) - O  (TR)+ >
  196. <!ELEMENT COL         - O  EMPTY >
  197. <!ELEMENT COLGROUP    - O  (COL)* >
  198. <!ELEMENT TR          - O  (TH|TD)+ >
  199. <!ELEMENT (TH|TD)     - O  %table.content; >
  200. <!ELEMENT (%logical.styles;|%physical.styles;)
  201.                       - -  (%text;)+ >
  202. <!ELEMENT A           - -  (%text;)* -(A) >
  203. <!ELEMENT IMG         - O  EMPTY >
  204. <!ELEMENT OBJECT      - -  (PARAM | %section.content;)* >
  205. <!ELEMENT PARAM       - O  EMPTY >
  206. <!ELEMENT BR          - O  EMPTY >
  207. <!ELEMENT MAP         - -  (AREA)+ > <!-- (*) -->
  208. <!ELEMENT AREA        - O  EMPTY >
  209. <!ELEMENT SPAN        - -  (%text;)+ >
  210. <!ELEMENT (DEL|INS)   - -  (%text;)+ >
  211. <!ELEMENT BDO         - -  (%text;)+ >
  212.  
  213.                 <!-- Part 3. Attribute definition lists -->
  214.  
  215. <!--      ELEMENTS
  216.     NAME       VALUE       DEFAULT -->
  217. <!ATTLIST A
  218.   --Case shall not be taken into account when determining a match
  219.     between an ID value and a NAME value, between an ID value and
  220.     an HREF value or between a NAME value and an HREF value.
  221.     Comparisons should be made with the values folded to upper case.
  222.  
  223.     The NAME attribute value specification shall be processed as if the
  224.     declared value were NAME.
  225.  
  226.     It is recommended that authors of HTML documents give
  227.     preference to the ID attribute over the NAME attribute.
  228.     (*)
  229.   --
  230.     %core;                         -- Element CLASS, ID and TITLE --
  231.     %i18n;                         -- Internationalization DIR and LANG --
  232.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character --
  233.     CHARSET    %Charset;  #IMPLIED -- Character encoding as per RFC2045 --
  234.     HREF       %URI;      #IMPLIED -- Source anchor is URI of target --
  235.     HREFLANG   %LanguageCode; #IMPLIED -- Language code of resource --
  236.     NAME       %Name;     #IMPLIED -- Target anchor --
  237.     REL        %LinkTypes; #IMPLIED -- Forward link types --
  238.     REV        %LinkTypes; #IMPLIED -- Reverse link types --
  239.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  240.     TYPE       CDATA      #IMPLIED -- Advisory content type -->
  241.  
  242. <!ATTLIST ADDRESS
  243.     %core;                         -- Element CLASS, ID and TITLE --
  244.     %i18n;                         -- Internationalization DIR and LANG -->
  245.  
  246. <!ATTLIST AREA
  247.   --One of HREF or NOHREF shall be specified.
  248.  
  249.     COORDS shall not be specified if SHAPE has the value `default'.
  250.  
  251.     Authors are very strongly recommended to provide meaningful ALT
  252.     attributes to support interoperability with speech-based or text-only
  253.     agents.  The language and direction of the text provided by the ALT
  254.     attribute are defined by the containing elements.
  255.   --
  256.     %core;                         -- Element CLASS, ID and TITLE --
  257.     %i18n;                         -- Internationalization DIR and LANG --
  258.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character --
  259.     ALT        %Text;     #REQUIRED -- Description for text-only UAs --
  260.     COORDS     %Coords;   #IMPLIED -- Comma separated list of values --
  261.     HREF       %URI;      #IMPLIED -- This region acts as hypertext link --
  262.     NOHREF     (nohref)   #IMPLIED -- This region has no action --
  263.     SHAPE      %shape;        rect -- Control interpretation of coords --
  264.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order -->
  265.  
  266. <!ATTLIST BDO
  267.     %core;                         -- Element CLASS, ID and TITLE --
  268.     DIR        (ltr|rtl) #REQUIRED -- Direction of writing --
  269.     LANG       %LanguageCode; #IMPLIED -- RFC1766 language value -->
  270.  
  271. <!ATTLIST BLOCKQUOTE
  272.   --The contents of the BLOCKQUOTE element shall not be surrounded with
  273.     quotation marks.  These may be added by the user agent through the use
  274.     of a style sheet.
  275.   --
  276.     %core;                         -- Element CLASS, ID and TITLE --
  277.     %i18n;                         -- Internationalization DIR and LANG --
  278.     CITE       %URI;      #IMPLIED -- URI for source document or message -->
  279.  
  280. <!ATTLIST BODY
  281.     %core;                         -- Element CLASS, ID and TITLE --
  282.     %i18n;                         -- Internationalization DIR and LANG -->
  283.  
  284. <!ATTLIST BR
  285.     %core;                         -- Element CLASS, ID and TITLE -->
  286.  
  287. <!ATTLIST BUTTON
  288.   --The BUTTON element shall not contain the A, BUTTON, FIELDSET, FORM,
  289.     INPUT, LABEL, SELECT or TEXTAREA elements.
  290.  
  291.     If the BUTTON element contains an IMG element, the IMG shall not have
  292.     an ISMAP or USEMAP attribute.
  293.  
  294.     The TYPE attribute shall be provided, and when the TYPE is
  295.     specified as `submit', the NAME and VALUE attributes shall be provided.
  296.  
  297.     The NAME attribute is required if the TYPE attribute has the value
  298.     `submit'.
  299.  
  300.     If the TYPE attribute has value `reset', and the BUTTON is contained
  301.     in a FIELDSET, the reset action is limited to the contents of the
  302.     FIELDSET.
  303.  
  304.     The VALUE attribute is required if the TYPE attribute has the value
  305.     `submit' and specifies the value to be returned if the button
  306.     is selected.
  307.   --
  308.     %core;                         -- Element CLASS, ID and TITLE --
  309.     %i18n;                         -- Internationalization DIR and LANG --
  310.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character --
  311.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  312.     NAME       %Name;     #IMPLIED -- Required for all except submit, reset --
  313.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  314.     TYPE  (submit|reset)    submit -- For use as form submit/reset button --
  315.     VALUE      CDATA      #IMPLIED -- Passed to server when submitted -->
  316.  
  317. <!ATTLIST CAPTION
  318.     %core;                         -- Element CLASS, ID and TITLE --
  319.     %i18n;                         -- Internationalization DIR and LANG -->
  320.  
  321. <!ATTLIST COL
  322.     %core;                         -- Element CLASS, ID and TITLE --
  323.     %i18n;                         -- Internationalization DIR and LANG --
  324.     SPAN       NUMBER            1 -- Number of cols spanned -->
  325.  
  326. <!ATTLIST COLGROUP
  327.   --The SPAN attribute should only be used if the COLGROUP element
  328.     has no content.
  329.   --
  330.     %core;                         -- Element CLASS, ID and TITLE --
  331.     %i18n;                         -- Internationalization DIR and LANG --
  332.     SPAN       NUMBER            1 -- Number of cols spanned by group -->
  333.  
  334. <!ATTLIST DD
  335.     %core;                         -- Element CLASS, ID and TITLE --
  336.     %i18n;                         -- Internationalization DIR and LANG -->
  337.  
  338. <!ATTLIST DEL
  339.     %core;                         -- Element CLASS, ID and TITLE --
  340.     %i18n;                         -- Internationalization DIR and LANG --
  341.     CITE       %URI;      #IMPLIED -- Information on reason for change --
  342.     DATETIME   %Datetime; #IMPLIED -- When changed, subset of ISO/IEC 8601 -->
  343.  
  344. <!ATTLIST DIV
  345.     %core;                         -- Element CLASS, ID and TITLE --
  346.     %i18n;                         -- Internationalization DIR and LANG -->
  347.  
  348. <!ATTLIST DL
  349.     %core;                         -- Element CLASS, ID and TITLE --
  350.     %i18n;                         -- Internationalization DIR and LANG -->
  351.  
  352. <!ATTLIST DT
  353.     %core;                         -- Element CLASS, ID and TITLE --
  354.     %i18n;                         -- Internationalization DIR and LANG -->
  355.  
  356. <!ATTLIST FIELDSET
  357.     %core;                         -- Element CLASS, ID and TITLE --
  358.     %i18n;                         -- Internationalization DIR and LANG -->
  359.  
  360. <!ATTLIST FORM
  361.     %core;                         -- Element CLASS, ID and TITLE --
  362.     %i18n;                         -- Internationalization DIR and LANG --
  363.     ACCEPT     %Content-Types; #IMPLIED -- List of MIME types for file upload --
  364.     ACCEPT-CHARSET %Charsets;  #IMPLIED -- List of supported char sets --
  365.     ACTION     %URI;     #REQUIRED -- Server-side form handler --
  366.     ENCTYPE    %Content-Type; "application/x-www-form-urlencoded"
  367.     METHOD     %HTTP-Method;   get -- See HTTP specification -->
  368.  
  369. <!ATTLIST HEAD
  370.     %i18n;                         -- Internationalization DIR and LANG --
  371.     PROFILE    %URI;      #IMPLIED -- Named dictionary of meta info -->
  372.  
  373. <!ATTLIST HR
  374.     %core;                         -- Element CLASS, ID and TITLE --
  375.     %i18n;                         -- Internationalization DIR and LANG -->
  376.  
  377. <!ATTLIST HTML
  378.     %i18n;                         -- Internationalization DIR and LANG -->
  379.  
  380. <!ATTLIST (H1 | H2 | H3 | H4 | H5 | H6)
  381.   --The H1 element shall not be followed by an H3, H4, H5 or H6 element
  382.     without an intervening H2 element.
  383.  
  384.     The H2 element shall not be followed by an H4, H5 or H6 element
  385.     without an intervening H3 element.
  386.  
  387.     The H3 element shall not be followed by an H5 or H6 element without
  388.     an intervening H4 element.
  389.  
  390.     The H4 element shall not be followed by an H6 element without an
  391.     intervening H5 element.
  392.  
  393.     An H2 element shall be preceded by an H1 element.
  394.  
  395.     An H3 element shall be preceded by an H2 element.
  396.  
  397.     An H4 element shall be preceded by an H3 element.
  398.  
  399.     An H5 element shall be preceded by an H4 element.
  400.  
  401.     An H6 element shall be preceded by an H5 element.
  402.   --
  403.     %core;                         -- Element CLASS, ID and TITLE --
  404.     %i18n;                         -- Internationalization DIR and LANG -->
  405.  
  406. <!ATTLIST IMG
  407.   --If the IMG element is contained in a BUTTON element, the IMG shall not
  408.     have an ISMAP or USEMAP attribute.
  409.  
  410.     If the ISMAP attribute is present in an IMG element, that IMG element
  411.     shall be contained in an A element with an HREF attribute present.
  412.  
  413.     At most one of the attributes ISMAP and USEMAP may be provided.
  414.   --
  415.     %core;                         -- Element CLASS, ID and TITLE --
  416.     %i18n;                         -- Internationalization DIR and LANG --
  417.     ALT        %Text;     #REQUIRED -- Text for text-only user agent --
  418.     ISMAP      (ismap)    #IMPLIED -- Use server image map --
  419.     LONGDESC   %URI;      #IMPLIED -- Extended description for text UA --
  420.     SRC        %URI;     #REQUIRED -- URI of image to embed --
  421.     USEMAP     %URI;      #IMPLIED -- Use client-side image map -->
  422.  
  423. <!ATTLIST INPUT
  424.   --If the attribute TYPE has the value `checkbox', values shall be
  425.     provided for the the NAME and VALUE attributes.
  426.  
  427.     If the attribute TYPE has the value `file', a value shall be
  428.     provided for the NAME attribute; HTML interpreting agents should
  429.     request user confirmation of any default file names that might
  430.     be suggested, and fields specifying files shall not be hidden.
  431.  
  432.     If the attribute TYPE has the value `hidden', values shall be
  433.     provided for the NAME and VALUE attributes.
  434.  
  435.     If the attribute TYPE has the value `password', a value shall be
  436.     provided for the NAME attribute.
  437.  
  438.     If the attribute TYPE has the value `radio', values shall be
  439.     provided for the the NAME and VALUE attributes. At all times,
  440.     one and only one of the radio buttons shall be checked.
  441.     Initially, if none of the INPUT elements in a set of radio
  442.     buttons specifies CHECKED, then the user agent shall mark the
  443.     first radio button of the set as checked.
  444.  
  445.     If the attribute TYPE has the value `submit', and a value is
  446.     specified for the VALUE attribute, then a value shall be provided
  447.     for the NAME attribute.
  448.  
  449.     If the attribute TYPE has the value `text', values shall be
  450.     provided for the NAME and VALUE attributes.
  451.  
  452.     The MAXLENGTH and TABINDEX values shall be considered as integers
  453.     with any leading zeroes ignored.
  454.   --
  455.     %core;                         -- Element CLASS, ID and TITLE --
  456.     %i18n;                         -- Internationalization DIR and LANG --
  457.     ACCEPT     %Content-Types; #IMPLIED -- List of MIME types for file upload --
  458.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character --
  459.     CHECKED    (checked)  #IMPLIED -- For radio buttons, checkboxes --
  460.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  461.     MAXLENGTH  NUMBER     #IMPLIED -- Max chars for text fields --
  462.     NAME       %Name;     #IMPLIED -- Required for all except submit, reset --
  463.     READONLY   (READONLY) #IMPLIED -- For text --
  464.     SIZE       CDATA      #IMPLIED -- Specific to each type of field --
  465.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  466.     TYPE       %InputType;    text -- Widget --
  467.     VALUE      CDATA      #IMPLIED -- Required for radio, checkboxes -->
  468.  
  469. <!ATTLIST INS
  470.     %core;                         -- Element CLASS, ID and TITLE --
  471.     %i18n;                         -- Internationalization DIR and LANG --
  472.     CITE       %URI;      #IMPLIED -- Information on reason for change --
  473.     DATETIME   %Datetime; #IMPLIED -- When changed, subset of ISO/IEC 8601 -->
  474.  
  475. <!ATTLIST LABEL
  476.   --The LABEL element shall refer to a form field in the content of the
  477.     FORM element which contains the LABEL.
  478.   --
  479.     %core;                         -- Element CLASS, ID and TITLE --
  480.     %i18n;                         -- Internationalization DIR and LANG --
  481.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character --
  482.     FOR        IDREF      #IMPLIED -- Points to associated field -->
  483.  
  484. <!ATTLIST LEGEND
  485.     %core;                         -- Element CLASS, ID and TITLE --
  486.     %i18n;                         -- Internationalization DIR and LANG --
  487.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character -->
  488.  
  489. <!ATTLIST LI
  490.     %core;                         -- Element CLASS, ID and TITLE --
  491.     %i18n;                         -- Internationalization DIR and LANG -->
  492.  
  493. <!ATTLIST LINK
  494.     %core;                         -- Element CLASS, ID and TITLE --
  495.     %i18n;                         -- Internationalization DIR and LANG --
  496.     CHARSET    %Charset;  #IMPLIED -- Character encoding as per RFC2045 --
  497.     HREF       %URI;      #IMPLIED -- URI for link resource --
  498.     HREFLANG   %LanguageCode; #IMPLIED -- Language code of resource --
  499.     MEDIA      %MediaDesc; #IMPLIED -- Destination media of referenced doc --
  500.     REL        %LinkTypes; #IMPLIED -- Forward link types --
  501.     REV        %LinkTypes; #IMPLIED -- Reverse link types --
  502.     TYPE       CDATA      #IMPLIED -- Advisory Internet content type -->
  503.  
  504. <!ATTLIST MAP
  505.   --The value of the NAME attribute is case sensitive, and the attribute
  506.     value specification shall be processed as if the declared value were
  507.     NAME.
  508.   --
  509.     %core;                         -- Element CLASS, ID and TITLE --
  510.     %i18n;                         -- Internationalization DIR and LANG --
  511.     NAME       %Name;    #REQUIRED -- Referenced by USEMAP in <IMG> -->
  512.  
  513. <!ATTLIST META
  514.     %i18n;                         -- Internationalization DIR and LANG --
  515.     CONTENT    CDATA     #REQUIRED -- Associated information --
  516.     HTTP-EQUIV NAME       #IMPLIED -- HTTP response header name --
  517.     NAME       NAME       #IMPLIED -- Meta-information name --
  518.     SCHEME     CDATA      #IMPLIED -- Nature of content -->
  519.  
  520. <!ATTLIST OBJECT
  521.     %core;                         -- Element CLASS, ID and TITLE --
  522.     %i18n;                         -- Internationalization DIR and LANG --
  523.     CLASSID    %URI;      #IMPLIED -- Identifies implementation --
  524.     CODEBASE   %URI;      #IMPLIED -- Needed by some systems --
  525.     CODETYPE   CDATA      #IMPLIED -- Internet content type for code --
  526.     DATA       %URI;      #IMPLIED -- Reference to objects data --
  527.     DECLARE    (declare)  #IMPLIED -- Flag: declare but dont instantiate --
  528.     NAME       %Name;     #IMPLIED -- Submit as part of form --
  529.     STANDBY    %Text;     #IMPLIED -- Show this msg while loading --
  530.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  531.     TYPE       CDATA      #IMPLIED -- Internet content type for data --
  532.     USEMAP     %URI;      #IMPLIED -- Reference to image map -->
  533.  
  534. <!ATTLIST OL
  535.     %core;                         -- Element CLASS, ID and TITLE --
  536.     %i18n;                         -- Internationalization DIR and LANG -->
  537.  
  538. <!ATTLIST OPTGROUP
  539.     %core;                         -- Element CLASS, ID and TITLE --
  540.     %i18n;                         -- Internationalization DIR and LANG --
  541.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  542.     LABEL      %Text;     #REQUIRED -- For use in hierarchical menus -->
  543.  
  544. <!ATTLIST OPTION
  545.     %core;                         -- Element CLASS, ID and TITLE --
  546.     %i18n;                         -- Internationalization DIR and LANG --
  547.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  548.     LABEL      %Text;      #IMPLIED -- For use in hierarchical menus --
  549.     SELECTED   (selected) #IMPLIED -- Pre-selected option --
  550.     VALUE      CDATA      #IMPLIED -- Defaults to content -->
  551.  
  552. <!ATTLIST P
  553.     %core;                         -- Element CLASS, ID and TITLE --
  554.     %i18n;                         -- Internationalization DIR and LANG -->
  555.  
  556. <!ATTLIST PARAM
  557.     ID         ID         #IMPLIED -- Document-wide unique id --
  558.     NAME       %Name;    #REQUIRED -- Name of parameter --
  559.     TYPE       CDATA      #IMPLIED -- Internet Media Type --
  560.     VALUE      CDATA      #IMPLIED -- Value of parameter --
  561.     VALUETYPE  (data|ref|object)
  562.                               data -- Interpret value as -->
  563.  
  564. <!ATTLIST PRE
  565.     %core;                         -- Element CLASS, ID and TITLE --
  566.     %i18n;                         -- Internationalization DIR and LANG -->
  567.  
  568. <!ATTLIST Q
  569.   --The textual contents of the Q element shall not be surrounded with
  570.     quotation marks.  These may be added by the user agent through the
  571.     use of a style sheet.
  572.   --
  573.     %core;                         -- Element CLASS, ID and TITLE --
  574.     %i18n;                         -- Internationalization DIR and LANG --
  575.     CITE       %URI;      #IMPLIED -- URI for source document or message -->
  576.  
  577. <!ATTLIST SELECT
  578.     %core;                         -- Element CLASS, ID and TITLE --
  579.     %i18n;                         -- Internationalization DIR and LANG --
  580.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  581.     MULTIPLE   (multiple) #IMPLIED -- Default is single selection --
  582.     NAME       %Name;    #REQUIRED -- Field name --
  583.     SIZE       NUMBER     #IMPLIED -- Rows visible --
  584.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order -->
  585.  
  586. <!ATTLIST SPAN
  587.     %core;                         -- Element CLASS, ID and TITLE --
  588.     %i18n;                         -- Internationalization DIR and LANG -->
  589.  
  590. <!ATTLIST STYLE
  591.   --The STYLE element contains style sheet information which shall be
  592.     passed to the user agent's style manager.  Any style sheet language
  593.     may be used.  It is a user agent error to render the style sheet
  594.     information as if it were part of a document's text.
  595.   --
  596.     %i18n;                         -- Internationalization DIR and LANG --
  597.     MEDIA      %MediaDesc; #IMPLIED -- Designed for use with these media --
  598.     TITLE      %Text;      #IMPLIED -- Advisory title --
  599.     TYPE       CDATA     #REQUIRED -- Internet content type for style lang. -->
  600.  
  601. <!ATTLIST TABLE
  602.     %core;                         -- Element CLASS, ID and TITLE --
  603.     %i18n;                         -- Internationalization DIR and LANG --
  604.     SUMMARY    %Text;    #REQUIRED -- Purpose/structure for speech output -->
  605.  
  606. <!ATTLIST TBODY
  607.     %core;                         -- Element CLASS, ID and TITLE --
  608.     %i18n;                         -- Internationalization DIR and LANG -->
  609.  
  610. <!ATTLIST TD
  611.     %core;                         -- Element CLASS, ID and TITLE --
  612.     %i18n;                         -- Internationalization DIR and LANG --
  613.     ABBR       %Text;     #IMPLIED -- Abbreviation for header cell (*) --
  614.     AXIS       CDATA      #IMPLIED -- Names groups of related headers --
  615.     COLSPAN    NUMBER            1 -- Number of columns spanned by cell --
  616.     HEADERS    IDREFS     #IMPLIED -- List of ID's for header cells --
  617.     ROWSPAN    NUMBER            1 -- Number of rows spanned by cell --
  618.     SCOPE      (col|colgroup|row|rowgroup)
  619.                           #IMPLIED -- Scope covered by header cells -->
  620.  
  621. <!ATTLIST TEXTAREA
  622.     %core;                         -- Element CLASS, ID and TITLE --
  623.     %i18n;                         -- Internationalization DIR and LANG --
  624.     ACCESSKEY  %Character; #IMPLIED -- Accessibility key character --
  625.     COLS       NUMBER    #REQUIRED -- Number required in av char widths --
  626.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  627.     NAME       %Name;    #REQUIRED -- Name of form field --
  628.     READONLY   (readonly) #IMPLIED -- For text --
  629.     ROWS       NUMBER    #REQUIRED -- Number of rows required --
  630.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order -->
  631.  
  632. <!ATTLIST TFOOT
  633.     %core;                         -- Element CLASS, ID and TITLE --
  634.     %i18n;                         -- Internationalization DIR and LANG -->
  635.  
  636. <!ATTLIST TH
  637.     %core;                         -- Element CLASS, ID and TITLE --
  638.     %i18n;                         -- Internationalization DIR and LANG --
  639.     ABBR       %Text;     #IMPLIED -- Abbreviation for header cell (*) --
  640.     AXIS       CDATA      #IMPLIED -- Names groups of related headers --
  641.     COLSPAN    NUMBER            1 -- Number of columns spanned by cell --
  642.     HEADERS    IDREFS     #IMPLIED -- List of ID's for header cells --
  643.     ROWSPAN    NUMBER            1 -- Number of rows spanned by cell --
  644.     SCOPE      (col|colgroup|row|rowgroup)
  645.                           #IMPLIED -- Scope covered by header cells -->
  646.  
  647. <!ATTLIST THEAD
  648.     %core;                         -- Element CLASS, ID and TITLE --
  649.     %i18n;                         -- Internationalization DIR and LANG -->
  650.  
  651. <!ATTLIST TITLE
  652.     %i18n;                         -- Internationalization DIR and LANG -->
  653.  
  654. <!ATTLIST TR
  655.     %core;                         -- Element CLASS, ID and TITLE --
  656.     %i18n;                         -- Internationalization DIR and LANG -->
  657.  
  658. <!ATTLIST UL
  659.     %core;                         -- Element CLASS, ID and TITLE --
  660.     %i18n;                         -- Internationalization DIR and LANG -->
  661.  
  662.         <!-- Attribute group definition lists -->
  663.  
  664. <!ATTLIST (%physical.styles;)
  665.     %core;                         -- Element CLASS, ID and TITLE --
  666.     %i18n;                         -- Internationalization DIR and LANG -->
  667.  
  668. <!ATTLIST (%logical.styles;)
  669.     %core;                         -- Element CLASS, ID and TITLE --
  670.     %i18n;                         -- Internationalization DIR and LANG -->
  671.  
  672. <!-- End of file -->