home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _73AFF0284BF34D888B395B8056DFCEB0 < prev    next >
Encoding:
Text File  |  2002-09-20  |  75.8 KB  |  2,320 lines

  1. <!-- ............................................................... -->
  2. <!-- XML specification DTD ......................................... -->
  3. <!-- ............................................................... -->
  4. <!-- $Id: xmlspec.dtd,v 1.1.2.1 2002/09/20 17:29:10 jdj Exp $ -->
  5. <!--
  6. TYPICAL INVOCATION:
  7. #  <!DOCTYPE spec PUBLIC
  8. #       "-//W3C//DTD Specification V2.2//EN"
  9. #       "http://www.w3.org/XML/1998/06/xmlspec-v22.dtd">
  10.  
  11. PURPOSE:
  12.   This XML DTD is for W3C specifications and other technical reports.
  13.   It is based in part on the TEI Lite and Sweb DTDs.
  14.  
  15. DEPENDENCIES:
  16.   None.
  17.  
  18. CHANGE HISTORY:
  19.   The list of changes is at the end of the DTD.
  20.  
  21.   For all details, see the design report at:
  22.  
  23. #   <http://www.w3.org/XML/1998/06/xmlspec-report-v21.htm>
  24.  
  25. #2001-10-08: nwalsh: Added local.arg.att and local.proto.att
  26.  
  27. #2002-08-14: nwalsh: Published V2.2
  28.  
  29.   Added marked sections around element and attlist declarations and
  30.   added the altlocs element
  31.  
  32.   Search this file for "#" in the first column to see change history
  33.   comments.  To find changes made this time, search for "2000-03-07".
  34.  
  35. MAINTAINERS:
  36.   Norman Walsh
  37.   Sun Microsystems, Inc.
  38.   Norman.Walsh@Sun.COM
  39.   voice: +1 413 256 6985
  40.   fax:   +1 413 256 6985
  41.  
  42.   Eve Maler
  43.   Sun Microsystems, Inc.
  44.   elm@east.sun.com
  45.   voice: +1 781 442 3190
  46.   fax:   +1 781 442 1437
  47. -->
  48. <!-- ............................................................... -->
  49. <!-- Entities for characters and symbols ........................... -->
  50. <!-- ............................................................... -->
  51. <!--
  52. #1998-03-10: maler: Added “ and ”.
  53. #                   Used 8879:1986-compatible decimal character
  54. #                   references.
  55. #                   Merged charent.mod file back into main file.
  56. #1998-05-14: maler: Fixed ldquo and rdquo.  Gave mdash a real number.
  57. #1998-12-03: maler: Escaped the leading ampersands.
  58. -->
  59. <!ENTITY lt "&#60;">
  60. <!ENTITY gt ">">
  61. <!ENTITY amp "&#38;">
  62. <!ENTITY apos "'">
  63. <!ENTITY quot """>
  64. <!ENTITY nbsp " ">
  65. <!ENTITY mdash "&#x2014;">
  66. <!ENTITY ldquo "&#x201C;">
  67. <!ENTITY rdquo "&#x201D;">
  68. <!-- ............................................................... -->
  69. <!-- Entities for classes of standalone elements ................... -->
  70. <!-- ............................................................... -->
  71. <!--
  72. #1997-10-16: maler: Added table to %illus.class;.
  73. #1997-11-28: maler: Added htable to %illus.class;.
  74. #1997-12-29: maler: IGNOREd table.
  75. #1998-03-10: maler: Removed SGML Open-specific %illus.class;.
  76. #                   Added "local" entities for customization.
  77. #1998-05-14: maler: Added issue to %note.class;.
  78. #                   Removed %[local.]statusp.class;.
  79. #1998-05-21: maler: Added constraintnote to %note.class;.
  80. #1998-08-22: maler: Changed htable to table in %illus.class;.
  81. #                   Added definitions to %illus.class;.
  82. #2000-03-07: maler: Added proto and example to %illus.class;.
  83. -->
  84. <!ENTITY % local.p.class "">
  85. <!ENTITY % p.class "p
  86.                                 %local.p.class;">
  87. <!ENTITY % local.list.class "">
  88. <!ENTITY % list.class "ulist|olist|slist|glist
  89.                                 %local.list.class;">
  90. <!ENTITY % local.speclist.class "">
  91. <!ENTITY % speclist.class "orglist|blist
  92.                                 %local.speclist.class;">
  93. <!ENTITY % local.note.class "">
  94. <!ENTITY % note.class "note|issue|wfcnote|vcnote
  95.                                 |constraintnote %local.note.class;">
  96. <!ENTITY % local.illus.class "">
  97. <!ENTITY % illus.class "eg|graphic|scrap|table|definitions
  98.                                 |proto|example
  99.                                 %local.illus.class;">
  100. <!-- ............................................................... -->
  101. <!-- Entities for classes of phrase-level elements ................. -->
  102. <!-- ............................................................... -->
  103. <!--
  104. #1997-12-29: maler: Added xspecref to %ref.class;.
  105. #1998-03-10: maler: Added %ednote.class;.
  106. #                   Added "local" entities for customization.
  107. #2000-03-07: maler: Added function, var, el, att, and attval to
  108. #                   %tech.class;.
  109. #                   Added sub, sup, and phrase to %emph.class;.
  110. -->
  111. <!ENTITY % local.annot.class "">
  112. <!ENTITY % annot.class "footnote
  113.                                 %local.annot.class;">
  114. <!ENTITY % local.termdef.class "">
  115. <!ENTITY % termdef.class "termdef|term
  116.                                 %local.termdef.class;">
  117. <!ENTITY % local.emph.class "">
  118. <!ENTITY % emph.class "emph|phrase|quote|sub|sup
  119.                                 %local.emph.class;">
  120. <!ENTITY % local.ref.class "">
  121. <!ENTITY % ref.class "bibref|specref|termref|titleref
  122.                                 |xspecref|xtermref
  123.                                 %local.ref.class;">
  124. <!ENTITY % local.loc.class "">
  125. <!ENTITY % loc.class "loc
  126.                                 %local.loc.class;">
  127. <!ENTITY % local.tech.class "">
  128. <!ENTITY % tech.class "kw|nt|xnt|code|function|var
  129.                                 |el|att|attval
  130.                                 %local.tech.class;">
  131. <!ENTITY % local.ednote.class "">
  132. <!ENTITY % ednote.class "ednote
  133.                                 %local.ednote.class;">
  134. <!-- ............................................................... -->
  135. <!-- Entities for mixtures of standalone elements .................. -->
  136. <!-- ............................................................... -->
  137. <!--
  138. #1997-09-30: maler: Created %p.mix; to eliminate p from self.
  139. #1997-09-30: maler: Added %speclist.class; to %obj.mix; and %p.mix;.
  140. #1997-09-30: maler: Added %note.class; to %obj.mix; and %p.mix;.
  141. #1997-10-16: maler: Created %entry.mix;.  Note that some elements
  142. #                   left out here are still allowed in termdef,
  143. #                   which entry can contain through %p.pcd.mix;.
  144. #1997-11-28: maler: Added %p.class; to %statusobj.mix;.
  145. #1998-03-10: maler: Added %ednote.class; to all mixtures, except
  146. #                   %p.mix; and %statusobj.mix;, because paragraphs
  147. #                   and status paragraphs will contain ednote
  148. #                   through %p.pcd.mix;.
  149. #1998-03-23: maler: Added %termdef.mix; (broken out from
  150. #                    %termdef.pcd.mix;).
  151. #1998-05-14: maler: Removed %statusobj.mix; and all mentions of
  152. #                   %statusp.mix;.
  153. -->
  154. <!ENTITY % div.mix "%p.class;|%list.class;|%speclist.class;|%note.class;
  155.         |%illus.class;|%ednote.class;">
  156. <!ENTITY % obj.mix "%p.class;|%list.class;|%speclist.class;|%note.class;
  157.         |%illus.class;|%ednote.class;">
  158. <!ENTITY % p.mix "%list.class;|%speclist.class;|%note.class;|%illus.class;">
  159. <!ENTITY % entry.mix "%list.class;|note|eg|graphic|%ednote.class;">
  160. <!ENTITY % hdr.mix "%p.class;|%list.class;|%ednote.class;">
  161. <!ENTITY % termdef.mix "%note.class;|%illus.class;">
  162. <!-- ............................................................... -->
  163. <!-- Entities for mixtures of #PCDATA and phrase-level elements .... -->
  164. <!-- ............................................................... -->
  165. <!--    Note that %termdef.pcd.mix contains %note.class;
  166.         and %illus.class;, considered standalone elements. -->
  167. <!--
  168. #1997-09-30: maler: Added scrap and %note.class; to %termdef.pcd.mix;.
  169. #1997-11-28: maler: Added %loc.class; to %p.pcd.mix;.
  170. #1998-03-10: maler: Added %ednote.class; to all mixtures.
  171. #1998-03-23: maler: Moved some %termdef.pcd.mix; stuff out to
  172. #                   %termdef.mix;.
  173. #1998-05-14: maler: Removed %statusp.pcd.mix;.
  174. #1998-05-21: maler: Added constraint element to %eg.pcd.mix;.
  175. #1999-07-02: maler: Added %loc.class; to %head.pcd.mix;,
  176. #                   %label.pcd.mix;, %eg.pcd.mix;, %termdef.pcd.mix;,
  177. #                   %tech.pcd.mix; (net: all PCD mixes have it).
  178. #                   Removed unused %loc.pcd.mix;.
  179. -->
  180. <!ENTITY % p.pcd.mix "#PCDATA|%annot.class;|%termdef.class;|%emph.class;
  181.         |%ref.class;|%tech.class;|%loc.class;|%ednote.class;">
  182. <!ENTITY % head.pcd.mix "#PCDATA|%annot.class;|%emph.class;|%tech.class;
  183.         |%loc.class;|%ednote.class;">
  184. <!ENTITY % label.pcd.mix "#PCDATA|%annot.class;|%termdef.class;|%emph.class;
  185.         |%tech.class;|%loc.class;|%ednote.class;">
  186. <!ENTITY % eg.pcd.mix "#PCDATA|%annot.class;|%emph.class;|%loc.class;
  187.         |%ednote.class;|constraint">
  188. <!ENTITY % termdef.pcd.mix "#PCDATA|term|%emph.class;|%ref.class;|%tech.class;
  189.         |%loc.class;|%ednote.class;">
  190. <!ENTITY % bibl.pcd.mix "#PCDATA|%emph.class;|%ref.class;|%loc.class;|%ednote.class;">
  191. <!ENTITY % tech.pcd.mix "#PCDATA|%loc.class;|%ednote.class;">
  192. <!-- ............................................................... -->
  193. <!-- Entities for customizable content models ...................... -->
  194. <!-- ............................................................... -->
  195. <!--
  196. #1998-03-10: maler: Added customization entities.
  197. #1998-05-14: maler: Allowed prevlocs and latestloc in either order.
  198. #1999-07-02: maler: Made version optional; added copyright element.
  199. #2000-03-07: maler: Allowed status and abstract in opposite order.
  200. -->
  201. <!ENTITY % spec.mdl "header, front?, body, back?">
  202. <!ENTITY % header.mdl "title, subtitle?, version?, w3c-designation, w3c-doctype,
  203.         pubdate, notice*, publoc, altlocs?, ((prevlocs, latestloc?) |
  204.         (latestloc, prevlocs?))?, authlist, copyright?,
  205.         ((status, abstract) | (abstract, status)), pubstmt?,
  206.         sourcedesc?, langusage, revisiondesc">
  207. <!ENTITY % pubdate.mdl "day?, month, year">
  208. <!-- ............................................................... -->
  209. <!-- Entities for common attributes ................................ -->
  210. <!-- ............................................................... -->
  211. <!--
  212. #2000-03-07: maler: Added %argtypes;.
  213. -->
  214. <!--    argtypes:
  215.         Values for function prototype argument datatypes. -->
  216. <!ENTITY % argtypes '(boolean
  217.          |expression
  218.          |location-set
  219.          |node-set
  220.          |number
  221.          |object
  222.          |point
  223.          |range
  224.          |string)'>
  225. <!--    key attribute:
  226.         Optionally provides a sorting or indexing key, for cases when
  227.         the element content is inappropriate for this purpose. -->
  228. <!ENTITY % key.att 'key                    CDATA           #IMPLIED'>
  229. <!--    def attribute:
  230.         Points to the element where the relevant definition can be
  231.         found, using the IDREF mechanism.  %def.att; is for optional
  232.         def attributes, and %def-req.att; is for required def
  233.         attributes. -->
  234. <!ENTITY % def.att 'def                    IDREF           #IMPLIED'>
  235. <!ENTITY % def-req.att 'def                    IDREF           #REQUIRED'>
  236. <!--    ref attribute:
  237.         Points to the element where more information can be found,
  238.         using the IDREF mechanism.  %ref.att; is for optional
  239.         ref attributes, and %ref-req.att; is for required ref
  240.         attributes. -->
  241. <!ENTITY % ref.att 'ref                    IDREF           #IMPLIED'>
  242. <!ENTITY % ref-req.att 'ref                    IDREF           #REQUIRED'>
  243. <!--
  244. #1998-03-23: maler: Added show and actuate attributes to href.
  245. #                   Added semi-common xml:space attribute.
  246. #1998-08-22: maler: Used new xlink:form and #IMPLIED features.
  247. #1999-07-02: maler: Reorganized XLink-related entities completely;
  248. #                   added xmlns:xlink attribute to the mix.
  249. #2000-03-07: maler: Updated XLink usage to February 2000 draft,
  250. #                   except that href still has no namespace prefix.
  251. -->
  252. <!--    xmlns:xlink and xlink:type attributes:
  253.         xmlns:xlink declares the association of the xlink prefix
  254.         with the namespace created by the XLink specification.
  255.         xlink:type identifies an element as an XLink "simple" linking
  256.         element. -->
  257. <!ENTITY % simple-xlink.att 'xmlns:xlink            CDATA   #FIXED
  258.                                         "http://www.w3.org/1999/xlink"
  259.         xlink:type              CDATA   #FIXED "simple" '>
  260. <!--    href attributes:
  261.         The href attribute locates the remote-resource half of a
  262.         simple link; the element on which the href appears is the
  263.         local-resource half.  Some elements are usable links only if
  264.         the author chooses to supply a functional href.  The attribute
  265.         name should really be xlink:href, but is kept without the
  266.         prefix for now in order to be backwards-compatible. -->
  267. <!ENTITY % href.att 'href                   CDATA           #IMPLIED '>
  268. <!ENTITY % href-req.att 'href                   CDATA           #REQUIRED '>
  269. <!--    xlink:show and xlink:actuate attributes:
  270.         These attributes offer instructions to the display engine
  271.         about how to handle traversal to resource indicated by an
  272.         href locator. -->
  273. <!ENTITY % auto-embed.att 'xlink:show             CDATA           #FIXED "embed"
  274.         xlink:actuate           CDATA           #FIXED "onLoad" '>
  275. <!ENTITY % user-replace.att 'xlink:show             CDATA           #FIXED "replace"
  276.         xlink:actuate           CDATA           #FIXED "onRequest" '>
  277. <!ENTITY % user-new.att 'xlink:show             CDATA           #FIXED "new"
  278.         xlink:actuate           CDATA           #FIXED "onRequest" '>
  279. <!--    xml:space attribute:
  280.         Indicates that the element contains whitespace that the
  281.         formatter or other application should retain, as appropriate
  282.         to its function. -->
  283. <!ENTITY % xmlspace.att 'xml:space              (default
  284.                                 |preserve)      #FIXED "preserve" '>
  285. <!--
  286. #2000-03-07: maler: Added common diff attribute.  Made %role.att;.
  287. -->
  288. <!--    diff attribute:
  289.         Indicates in what way the element has changed.  When a value
  290.         is not provided, that subelement should inherit a value from
  291.         its parent.  If the root element has no value supplied,
  292.         assume "off". -->
  293. <!ENTITY % diff.att 'diff                   (chg
  294.                                 |add
  295.                                 |del
  296.                                 |off)           #IMPLIED'>
  297. <!--    role attribute:
  298.         Extends the useful life of the DTD by allowing authors to
  299.         make a subtype of any element.  No default. -->
  300. <!ENTITY % role.att 'role                   NMTOKEN         #IMPLIED'>
  301. <!--    Common attributes:
  302.         Every element has an ID attribute for links, a role
  303.         attribute, and a diff attribute. %common.att; is for
  304.         common attributes where the ID is optional, and
  305.         %common-idreq.att; is for common attributes where the
  306.         ID is required. -->
  307. <!ENTITY % common.att 'id                     ID              #IMPLIED
  308.         %role.att;
  309.         %diff.att;'>
  310. <!ENTITY % common-idreq.att 'id                     ID              #REQUIRED
  311.         %role.att;
  312.         %diff.att;'>
  313. <!-- ............................................................... -->
  314. <!-- Common elements ............................................... -->
  315. <!-- ............................................................... -->
  316. <!--    head: Title on divisions, productions, and the like -->
  317. <!ENTITY % head.element "INCLUDE">
  318. <![%head.element;[
  319. <!ELEMENT head (%head.pcd.mix;)*>
  320. ]]>
  321. <!ENTITY % head.attlist "INCLUDE">
  322. <![%head.attlist;[
  323. <!ATTLIST head %common.att;>
  324. ]]>
  325. <!-- ............................................................... -->
  326. <!-- Major specification structure ................................. -->
  327. <!-- ............................................................... -->
  328. <!--
  329. #1998-03-10: maler: Made spec content model easily customizable.
  330. #1999-07-02: maler: Added doctype atts and status att.
  331. #2000-03-07: maler: Added cr, issues, and dispcmts to w3c-doctype.
  332. -->
  333. <!ENTITY % spec.element "INCLUDE">
  334. <![%spec.element;[
  335. <!ELEMENT spec (%spec.mdl;)>
  336. ]]>
  337. <!--    w3c-doctype attributes:
  338.         Indicates the type of document, so that the appropriate
  339.         stylesheet or workflow routing can be applied.  Should
  340.         *not* generate any text (such as the "REC-" or "NOTE-"
  341.         prefix on the W3C designation content).  No default.  If
  342.         w3c-doctype is "other", other-doctype should be filled in.
  343.  
  344.         status attribute:
  345.         Indicates the stage of review of the document.  May affect
  346.         the stylesheet's treatment of ednotes (e.g., whether to
  347.         output them).  No default. -->
  348. <!ENTITY % local.spec.att "">
  349. <!ENTITY % spec.attlist "INCLUDE">
  350. <![%spec.attlist;[
  351. <!ATTLIST spec
  352.         %common.att;
  353.         %local.spec.att;
  354.         w3c-doctype     (cr
  355.                         |dispcmts
  356.                         |issues
  357.                         |note
  358.                         |other
  359.                         |pr
  360.                         |rec
  361.                         |wd)                    #IMPLIED
  362.         other-doctype   CDATA                   #IMPLIED
  363.         status          (int-review
  364.                         |ext-review
  365.                         |final)                 #IMPLIED
  366. >
  367. ]]>
  368. <!ENTITY % front.element "INCLUDE">
  369. <![%front.element;[
  370. <!ELEMENT front (div1+)>
  371. ]]>
  372. <!ENTITY % front.attlist "INCLUDE">
  373. <![%front.attlist;[
  374. <!ATTLIST front %common.att;>
  375. ]]>
  376. <!ENTITY % body.element "INCLUDE">
  377. <![%body.element;[
  378. <!ELEMENT body (div1+)>
  379. ]]>
  380. <!ENTITY % body.attlist "INCLUDE">
  381. <![%body.attlist;[
  382. <!ATTLIST body %common.att;>
  383. ]]>
  384. <!--
  385. #1997-09-30: maler: Added inform-div1 to back content.
  386. -->
  387. <!ENTITY % back.element "INCLUDE">
  388. <![%back.element;[
  389. <!ELEMENT back ((div1+, inform-div1*) | inform-div1+)>
  390. ]]>
  391. <!ENTITY % back.attlist "INCLUDE">
  392. <![%back.attlist;[
  393. <!ATTLIST back %common.att;>
  394. ]]>
  395. <!ENTITY % div1.element "INCLUDE">
  396. <![%div1.element;[
  397. <!ELEMENT div1 (head, (%div.mix;)*, div2*)>
  398. ]]>
  399. <!ENTITY % div1.attlist "INCLUDE">
  400. <![%div1.attlist;[
  401. <!ATTLIST div1 %common.att;>
  402. ]]>
  403. <!--
  404. #1997-09-30: maler: Added inform-div1 declarations.
  405. #2000-03-07: maler: Added div5 level.
  406. -->
  407. <!--    inform-div1: Non-normative division in back matter -->
  408. <!ENTITY % inform-div1.element "INCLUDE">
  409. <![%inform-div1.element;[
  410. <!ELEMENT inform-div1 (head, (%div.mix;)*, div2*)>
  411. ]]>
  412. <!ENTITY % inform-div1.attlist "INCLUDE">
  413. <![%inform-div1.attlist;[
  414. <!ATTLIST inform-div1 %common.att;>
  415. ]]>
  416. <!ENTITY % div2.element "INCLUDE">
  417. <![%div2.element;[
  418. <!ELEMENT div2 (head, (%div.mix;)*, div3*)>
  419. ]]>
  420. <!ENTITY % div2.attlist "INCLUDE">
  421. <![%div2.attlist;[
  422. <!ATTLIST div2 %common.att;>
  423. ]]>
  424. <!ENTITY % div3.element "INCLUDE">
  425. <![%div3.element;[
  426. <!ELEMENT div3 (head, (%div.mix;)*, div4*)>
  427. ]]>
  428. <!ENTITY % div3.attlist "INCLUDE">
  429. <![%div3.attlist;[
  430. <!ATTLIST div3 %common.att;>
  431. ]]>
  432. <!ENTITY % div4.element "INCLUDE">
  433. <![%div4.element;[
  434. <!ELEMENT div4 (head, (%div.mix;)*, div5*)>
  435. ]]>
  436. <!ENTITY % div4.attlist "INCLUDE">
  437. <![%div4.attlist;[
  438. <!ATTLIST div4 %common.att;>
  439. ]]>
  440. <!ENTITY % div5.element "INCLUDE">
  441. <![%div5.element;[
  442. <!ELEMENT div5 (head, (%div.mix;)*)>
  443. ]]>
  444. <!ENTITY % div5.attlist "INCLUDE">
  445. <![%div5.attlist;[
  446. <!ATTLIST div5 %common.att;>
  447. ]]>
  448. <!-- ............................................................... -->
  449. <!-- Specification header .......................................... -->
  450. <!-- ............................................................... -->
  451. <!--
  452. #1998-03-10: maler: Made header content model easily customizable.
  453. -->
  454. <!ENTITY % header.element "INCLUDE">
  455. <![%header.element;[
  456. <!ELEMENT header (%header.mdl;)>
  457. ]]>
  458. <!ENTITY % header.attlist "INCLUDE">
  459. <![%header.attlist;[
  460. <!ATTLIST header %common.att;>
  461. ]]>
  462. <!--    Example of title: "Extensible Cheese Language (XCL)" -->
  463. <!ENTITY % title.element "INCLUDE">
  464. <![%title.element;[
  465. <!ELEMENT title (#PCDATA)>
  466. ]]>
  467. <!ENTITY % title.attlist "INCLUDE">
  468. <![%title.attlist;[
  469. <!ATTLIST title %common.att;>
  470. ]]>
  471. <!--    Example of subtitle: "A Cheesy Specification" -->
  472. <!ENTITY % subtitle.element "INCLUDE">
  473. <![%subtitle.element;[
  474. <!ELEMENT subtitle (#PCDATA)>
  475. ]]>
  476. <!ENTITY % subtitle.attlist "INCLUDE">
  477. <![%subtitle.attlist;[
  478. <!ATTLIST subtitle %common.att;>
  479. ]]>
  480. <!--    Example of version: "Version 666.0" -->
  481. <!ENTITY % version.element "INCLUDE">
  482. <![%version.element;[
  483. <!ELEMENT version (#PCDATA)>
  484. ]]>
  485. <!ENTITY % version.attlist "INCLUDE">
  486. <![%version.attlist;[
  487. <!ATTLIST version %common.att;>
  488. ]]>
  489. <!--    Example of w3c-designation: "WD-xcl-19991231" -->
  490. <!ENTITY % w3c-designation.element "INCLUDE">
  491. <![%w3c-designation.element;[
  492. <!ELEMENT w3c-designation (#PCDATA)>
  493. ]]>
  494. <!ENTITY % w3c-designation.attlist "INCLUDE">
  495. <![%w3c-designation.attlist;[
  496. <!ATTLIST w3c-designation %common.att;>
  497. ]]>
  498. <!--    Example of w3c-doctype: "W3C Working Draft" -->
  499. <!ENTITY % w3c-doctype.element "INCLUDE">
  500. <![%w3c-doctype.element;[
  501. <!ELEMENT w3c-doctype (#PCDATA)>
  502. ]]>
  503. <!ENTITY % w3c-doctype.attlist "INCLUDE">
  504. <![%w3c-doctype.attlist;[
  505. <!ATTLIST w3c-doctype %common.att;>
  506. ]]>
  507. <!--
  508. #1998-03-10: maler: Made pubdate content model easily customizable.
  509. -->
  510. <!ENTITY % pubdate.element "INCLUDE">
  511. <![%pubdate.element;[
  512. <!ELEMENT pubdate (%pubdate.mdl;)>
  513. ]]>
  514. <!ENTITY % pubdate.attlist "INCLUDE">
  515. <![%pubdate.attlist;[
  516. <!ATTLIST pubdate %common.att;>
  517. ]]>
  518. <!ENTITY % day.element "INCLUDE">
  519. <![%day.element;[
  520. <!ELEMENT day (#PCDATA)>
  521. ]]>
  522. <!ENTITY % day.attlist "INCLUDE">
  523. <![%day.attlist;[
  524. <!ATTLIST day %common.att;>
  525. ]]>
  526. <!ENTITY % month.element "INCLUDE">
  527. <![%month.element;[
  528. <!ELEMENT month (#PCDATA)>
  529. ]]>
  530. <!ENTITY % month.attlist "INCLUDE">
  531. <![%month.attlist;[
  532. <!ATTLIST month %common.att;>
  533. ]]>
  534. <!ENTITY % year.element "INCLUDE">
  535. <![%year.element;[
  536. <!ELEMENT year (#PCDATA)>
  537. ]]>
  538. <!ENTITY % year.attlist "INCLUDE">
  539. <![%year.attlist;[
  540. <!ATTLIST year %common.att;>
  541. ]]>
  542. <!--
  543. #1999-07-02: maler: Declared copyright element.
  544. -->
  545. <!ENTITY % copyright.element "INCLUDE">
  546. <![%copyright.element;[
  547. <!ELEMENT copyright (%hdr.mix;)+>
  548. ]]>
  549. <!ENTITY % copyright.attlist "INCLUDE">
  550. <![%copyright.attlist;[
  551. <!ATTLIST copyright %common.att;>
  552. ]]>
  553. <!--    Example of notice: "This draft is for public comment..." -->
  554. <!ENTITY % notice.element "INCLUDE">
  555. <![%notice.element;[
  556. <!ELEMENT notice (%hdr.mix;)+>
  557. ]]>
  558. <!ENTITY % notice.attlist "INCLUDE">
  559. <![%notice.attlist;[
  560. <!ATTLIST notice %common.att;>
  561. ]]>
  562. <!--
  563. #2000-03-07: maler: Broadened models of *loc to %p.pcd.mix;.
  564. -->
  565. <!ENTITY % publoc.element "INCLUDE">
  566. <![%publoc.element;[
  567. <!ELEMENT publoc (%p.pcd.mix;)*>
  568. ]]>
  569. <!ENTITY % publoc.attlist "INCLUDE">
  570. <![%publoc.attlist;[
  571. <!ATTLIST publoc %common.att;>
  572. ]]>
  573. <!--
  574. #2002-08-15: nwalsh: Added altlocs element.
  575.   The semantics of the altlocs are equivalent to the Dublin Core relation element
  576.   with type="hasVersion". Each of the loc elements inside altlocs should identify
  577.   an alternate version of the resource described by the document, for example
  578.   HTML, XML, and PDF forms.
  579. -->
  580. <!ENTITY % altlocs.element "INCLUDE">
  581. <![%altlocs.element;[
  582. <!ELEMENT altlocs (loc+)>
  583. ]]>
  584. <!ENTITY % altlocs.attlist "INCLUDE">
  585. <![%altlocs.attlist;[
  586. <!ATTLIST altlocs %common.att;>
  587. ]]>
  588. <!ENTITY % prevlocs.element "INCLUDE">
  589. <![%prevlocs.element;[
  590. <!ELEMENT prevlocs (%p.pcd.mix;)*>
  591. ]]>
  592. <!ENTITY % prevlocs.attlist "INCLUDE">
  593. <![%prevlocs.attlist;[
  594. <!ATTLIST prevlocs %common.att;>
  595. ]]>
  596. <!ENTITY % latestloc.element "INCLUDE">
  597. <![%latestloc.element;[
  598. <!ELEMENT latestloc (%p.pcd.mix;)*>
  599. ]]>
  600. <!ENTITY % latestloc.attlist "INCLUDE">
  601. <![%latestloc.attlist;[
  602. <!ATTLIST latestloc %common.att;>
  603. ]]>
  604. <!--      loc (defined in "Phrase-level elements" below) -->
  605. <!ENTITY % authlist.element "INCLUDE">
  606. <![%authlist.element;[
  607. <!ELEMENT authlist (author+)>
  608. ]]>
  609. <!ENTITY % authlist.attlist "INCLUDE">
  610. <![%authlist.attlist;[
  611. <!ATTLIST authlist %common.att;>
  612. ]]>
  613. <!--
  614. #1997-09-30: maler: Made affiliation optional.
  615. #1998-03-10: maler: Made email optional.
  616. -->
  617. <!ENTITY % author.element "INCLUDE">
  618. <![%author.element;[
  619. <!ELEMENT author (name, affiliation?, email?)>
  620. ]]>
  621. <!ENTITY % author.attlist "INCLUDE">
  622. <![%author.attlist;[
  623. <!ATTLIST author %common.att;>
  624. ]]>
  625. <!ENTITY % name.element "INCLUDE">
  626. <![%name.element;[
  627. <!ELEMENT name (#PCDATA)>
  628. ]]>
  629. <!ENTITY % name.attlist "INCLUDE">
  630. <![%name.attlist;[
  631. <!ATTLIST name
  632.         %common.att;
  633.         %key.att;>
  634. ]]>
  635. <!ENTITY % affiliation.element "INCLUDE">
  636. <![%affiliation.element;[
  637. <!ELEMENT affiliation (#PCDATA)>
  638. ]]>
  639. <!ENTITY % affiliation.attlist "INCLUDE">
  640. <![%affiliation.attlist;[
  641. <!ATTLIST affiliation %common.att;>
  642. ]]>
  643. <!--
  644. #1999-07-02: maler: Added show/actuate attributes and default values.
  645. -->
  646. <!ENTITY % email.element "INCLUDE">
  647. <![%email.element;[
  648. <!ELEMENT email (#PCDATA)>
  649. ]]>
  650. <!--    href attribute:
  651.         email functions as a hypertext reference through this
  652.         required attribute.  Typically the reference would use
  653.         the mailto: scheme.  E.g.:
  654.  
  655. <email href="mailto:elm@arbortext.com">elm@arbortext.com</email>
  656.         -->
  657. <!ENTITY % email.attlist "INCLUDE">
  658. <![%email.attlist;[
  659. <!ATTLIST email
  660.         %common.att;
  661.         %simple-xlink.att;
  662.         %href-req.att;
  663.         %user-new.att;>
  664. ]]>
  665. <!--
  666. #1998-05-15: maler: Changed status content from %statusobj.mix;
  667. #                   to plain %obj.mix;.  statusp is obsolete.
  668. -->
  669. <!ENTITY % status.element "INCLUDE">
  670. <![%status.element;[
  671. <!ELEMENT status (%obj.mix;)+>
  672. ]]>
  673. <!ENTITY % status.attlist "INCLUDE">
  674. <![%status.attlist;[
  675. <!ATTLIST status %common.att;>
  676. ]]>
  677. <!ENTITY % abstract.element "INCLUDE">
  678. <![%abstract.element;[
  679. <!ELEMENT abstract (%hdr.mix;)*>
  680. ]]>
  681. <!ENTITY % abstract.attlist "INCLUDE">
  682. <![%abstract.attlist;[
  683. <!ATTLIST abstract %common.att;>
  684. ]]>
  685. <!ENTITY % pubstmt.element "INCLUDE">
  686. <![%pubstmt.element;[
  687. <!ELEMENT pubstmt (%hdr.mix;)+>
  688. ]]>
  689. <!ENTITY % pubstmt.attlist "INCLUDE">
  690. <![%pubstmt.attlist;[
  691. <!ATTLIST pubstmt %common.att;>
  692. ]]>
  693. <!ENTITY % sourcedesc.element "INCLUDE">
  694. <![%sourcedesc.element;[
  695. <!ELEMENT sourcedesc (%hdr.mix;)+>
  696. ]]>
  697. <!ENTITY % sourcedesc.attlist "INCLUDE">
  698. <![%sourcedesc.attlist;[
  699. <!ATTLIST sourcedesc %common.att;>
  700. ]]>
  701. <!ENTITY % langusage.element "INCLUDE">
  702. <![%langusage.element;[
  703. <!ELEMENT langusage (language+)>
  704. ]]>
  705. <!ENTITY % langusage.attlist "INCLUDE">
  706. <![%langusage.attlist;[
  707. <!ATTLIST langusage %common.att;>
  708. ]]>
  709. <!ENTITY % language.element "INCLUDE">
  710. <![%language.element;[
  711. <!ELEMENT language (#PCDATA)>
  712. ]]>
  713. <!ENTITY % language.attlist "INCLUDE">
  714. <![%language.attlist;[
  715. <!ATTLIST language %common.att;>
  716. ]]>
  717. <!ENTITY % revisiondesc.element "INCLUDE">
  718. <![%revisiondesc.element;[
  719. <!ELEMENT revisiondesc (%hdr.mix;)+>
  720. ]]>
  721. <!ENTITY % revisiondesc.attlist "INCLUDE">
  722. <![%revisiondesc.attlist;[
  723. <!ATTLIST revisiondesc %common.att;>
  724. ]]>
  725. <!-- ............................................................... -->
  726. <!-- Paragraph ..................................................... -->
  727. <!-- ............................................................... -->
  728. <!--
  729. #1997-09-30: maler: Changed from %obj.mix; to %p.mix;.
  730. #1997-12-29: maler: Changed order of %p.mix; and %p.pcd.mix;
  731. #                   references.
  732. #1997-12-29: maler: Changed order of %statusobj.mix; and
  733. #                   %statusp.pcd.mix; references.
  734. #1998-05-14: maler: Removed statusp declarations.
  735. -->
  736. <!ENTITY % p.element "INCLUDE">
  737. <![%p.element;[
  738. <!ELEMENT p (%p.pcd.mix;|%p.mix;)*>
  739. ]]>
  740. <!ENTITY % p.attlist "INCLUDE">
  741. <![%p.attlist;[
  742. <!ATTLIST p %common.att;>
  743. ]]>
  744. <!-- ............................................................... -->
  745. <!-- Regular lists ................................................. -->
  746. <!-- ............................................................... -->
  747. <!--    ulist: Unordered list, typically bulleted. -->
  748. <!ENTITY % ulist.element "INCLUDE">
  749. <![%ulist.element;[
  750. <!ELEMENT ulist (item+)>
  751. ]]>
  752. <!--    spacing attribute:
  753.         Use "normal" to get normal vertical spacing for items;
  754.         use "compact" to get less spacing.  The default is dependent
  755.         on the stylesheet. -->
  756. <!ENTITY % ulist.attlist "INCLUDE">
  757. <![%ulist.attlist;[
  758. <!ATTLIST ulist
  759.         %common.att;
  760.         spacing         (normal|compact)        #IMPLIED>
  761. ]]>
  762. <!--    olist: Ordered list, typically numbered. -->
  763. <!ENTITY % olist.element "INCLUDE">
  764. <![%olist.element;[
  765. <!ELEMENT olist (item+)>
  766. ]]>
  767. <!--    spacing attribute:
  768.         Use "normal" to get normal vertical spacing for items;
  769.         use "compact" to get less spacing.  The default is dependent
  770.         on the stylesheet. -->
  771. <!ENTITY % olist.attlist "INCLUDE">
  772. <![%olist.attlist;[
  773. <!ATTLIST olist
  774.         %common.att;
  775.         spacing         (normal|compact)        #IMPLIED>
  776. ]]>
  777. <!ENTITY % item.element "INCLUDE">
  778. <![%item.element;[
  779. <!ELEMENT item (%obj.mix;)+>
  780. ]]>
  781. <!ENTITY % item.attlist "INCLUDE">
  782. <![%item.attlist;[
  783. <!ATTLIST item %common.att;>
  784. ]]>
  785. <!--    slist: Simple list, typically with no mark. -->
  786. <!ENTITY % slist.element "INCLUDE">
  787. <![%slist.element;[
  788. <!ELEMENT slist (sitem+)>
  789. ]]>
  790. <!ENTITY % slist.attlist "INCLUDE">
  791. <![%slist.attlist;[
  792. <!ATTLIST slist %common.att;>
  793. ]]>
  794. <!ENTITY % sitem.element "INCLUDE">
  795. <![%sitem.element;[
  796. <!ELEMENT sitem (%p.pcd.mix;)*>
  797. ]]>
  798. <!ENTITY % sitem.attlist "INCLUDE">
  799. <![%sitem.attlist;[
  800. <!ATTLIST sitem %common.att;>
  801. ]]>
  802. <!--    glist: Glossary list, typically two-column. -->
  803. <!ENTITY % glist.element "INCLUDE">
  804. <![%glist.element;[
  805. <!ELEMENT glist (gitem+)>
  806. ]]>
  807. <!ENTITY % glist.attlist "INCLUDE">
  808. <![%glist.attlist;[
  809. <!ATTLIST glist %common.att;>
  810. ]]>
  811. <!ENTITY % gitem.element "INCLUDE">
  812. <![%gitem.element;[
  813. <!ELEMENT gitem (label, def)>
  814. ]]>
  815. <!ENTITY % gitem.attlist "INCLUDE">
  816. <![%gitem.attlist;[
  817. <!ATTLIST gitem %common.att;>
  818. ]]>
  819. <!ENTITY % label.element "INCLUDE">
  820. <![%label.element;[
  821. <!ELEMENT label (%label.pcd.mix;)*>
  822. ]]>
  823. <!ENTITY % label.attlist "INCLUDE">
  824. <![%label.attlist;[
  825. <!ATTLIST label %common.att;>
  826. ]]>
  827. <!ENTITY % def.element "INCLUDE">
  828. <![%def.element;[
  829. <!ELEMENT def (%obj.mix;)*>
  830. ]]>
  831. <!ENTITY % def.attlist "INCLUDE">
  832. <![%def.attlist;[
  833. <!ATTLIST def %common.att;>
  834. ]]>
  835. <!-- ............................................................... -->
  836. <!-- Special lists ................................................. -->
  837. <!-- ............................................................... -->
  838. <!--    blist: Bibliography list. -->
  839. <!ENTITY % blist.element "INCLUDE">
  840. <![%blist.element;[
  841. <!ELEMENT blist (bibl+)>
  842. ]]>
  843. <!ENTITY % blist.attlist "INCLUDE">
  844. <![%blist.attlist;[
  845. <!ATTLIST blist %common.att;>
  846. ]]>
  847. <!--
  848. #1999-07-02: maler: Added show/actuate attributes and default values.
  849. -->
  850. <!ENTITY % bibl.element "INCLUDE">
  851. <![%bibl.element;[
  852. <!ELEMENT bibl (%bibl.pcd.mix;)*>
  853. ]]>
  854. <!--    href attribute:
  855.         bibl optionally functions as a hypertext reference to the
  856.         referred-to resource through this attribute.  E.g.:
  857.  
  858.         <bibl href="http://www.my.com/doc.htm">My Document</bibl>
  859.         -->
  860. <!ENTITY % bibl.attlist "INCLUDE">
  861. <![%bibl.attlist;[
  862. <!ATTLIST bibl
  863.         %common.att;
  864.         %simple-xlink.att;
  865.         %href.att;
  866.         %user-replace.att;
  867.         %key.att;>
  868. ]]>
  869. <!--    orglist: Organization member list. -->
  870. <!ENTITY % orglist.element "INCLUDE">
  871. <![%orglist.element;[
  872. <!ELEMENT orglist (member+)>
  873. ]]>
  874. <!ENTITY % orglist.attlist "INCLUDE">
  875. <![%orglist.attlist;[
  876. <!ATTLIST orglist %common.att;>
  877. ]]>
  878. <!--
  879. #1997-09-30: maler: Added optional affiliation.
  880. -->
  881. <!ENTITY % member.element "INCLUDE">
  882. <![%member.element;[
  883. <!ELEMENT member (name, affiliation?, role?)>
  884. ]]>
  885. <!ENTITY % member.attlist "INCLUDE">
  886. <![%member.attlist;[
  887. <!ATTLIST member %common.att;>
  888. ]]>
  889. <!--      name (defined in "Specification header" above) -->
  890. <!--      affiliation (defined in "Specification header" above) -->
  891. <!ENTITY % role.element "INCLUDE">
  892. <![%role.element;[
  893. <!ELEMENT role (#PCDATA)>
  894. ]]>
  895. <!ENTITY % role.attlist "INCLUDE">
  896. <![%role.attlist;[
  897. <!ATTLIST role %common.att;>
  898. ]]>
  899. <!-- ............................................................... -->
  900. <!-- Notes ......................................................... -->
  901. <!-- ............................................................... -->
  902. <!ENTITY % note.element "INCLUDE">
  903. <![%note.element;[
  904. <!ELEMENT note (%obj.mix;)+>
  905. ]]>
  906. <!ENTITY % note.attlist "INCLUDE">
  907. <![%note.attlist;[
  908. <!ATTLIST note %common.att;>
  909. ]]>
  910. <!--
  911. #1998-05-14: maler: Declared issue element.
  912. #2000-03-07: maler: Added head, source, resolution, and status.
  913. -->
  914. <!ENTITY % issue.element "INCLUDE">
  915. <![%issue.element;[
  916. <!ELEMENT issue (head?, source*, (%obj.mix;)+, resolution?)>
  917. ]]>
  918. <!--    status attribute:
  919.         Indicates whether the issue is open or closed.  Note that
  920.         the lack of a resolution element does not necessarily mean
  921.         that the issue is still open. -->
  922. <!ENTITY % issue.attlist "INCLUDE">
  923. <![%issue.attlist;[
  924. <!ATTLIST issue
  925.         id              ID              #REQUIRED
  926.         %role.att;
  927.         %diff.att;
  928.         status          (open
  929.                         |closed)        "open"
  930. >
  931. ]]>
  932. <!ENTITY % source.element "INCLUDE">
  933. <![%source.element;[
  934. <!ELEMENT source (%p.pcd.mix;)*>
  935. ]]>
  936. <!ENTITY % source.attlist "INCLUDE">
  937. <![%source.attlist;[
  938. <!ATTLIST source
  939.         %common.att;>
  940. ]]>
  941. <!ENTITY % resolution.element "INCLUDE">
  942. <![%resolution.element;[
  943. <!ELEMENT resolution (%obj.mix;)+>
  944. ]]>
  945. <!ENTITY % resolution.attlist "INCLUDE">
  946. <![%resolution.attlist;[
  947. <!ATTLIST resolution %common.att;>
  948. ]]>
  949. <!--    wfcnote: Well-formedness constraint note. -->
  950. <!ENTITY % wfcnote.element "INCLUDE">
  951. <![%wfcnote.element;[
  952. <!ELEMENT wfcnote (head, (%obj.mix;)+)>
  953. ]]>
  954. <!--    ID attribute:
  955.         wfcnote must have an ID so that it can be pointed to
  956.         from a wfc element in a production. -->
  957. <!ENTITY % wfcnote.attlist "INCLUDE">
  958. <![%wfcnote.attlist;[
  959. <!ATTLIST wfcnote
  960.         %common-idreq.att;>
  961. ]]>
  962. <!--    vcnote: Validity constraint note. -->
  963. <!ENTITY % vcnote.element "INCLUDE">
  964. <![%vcnote.element;[
  965. <!ELEMENT vcnote (head, (%obj.mix;)+)>
  966. ]]>
  967. <!--    ID attribute:
  968.         vcnote must have an ID so that it can be pointed to
  969.         from a vc element in a production. -->
  970. <!ENTITY % vcnote.attlist "INCLUDE">
  971. <![%vcnote.attlist;[
  972. <!ATTLIST vcnote
  973.         %common-idreq.att;>
  974. ]]>
  975. <!--
  976. #1998-05-21: maler: Declared generic constraintnote element.
  977. -->
  978. <!--    constraintnote: Generic constraint note. -->
  979. <!ENTITY % constraintnote.element "INCLUDE">
  980. <![%constraintnote.element;[
  981. <!ELEMENT constraintnote (head, (%obj.mix;)+)>
  982. ]]>
  983. <!--    ID attribute:
  984.         constraintnote must have an ID so that it can be
  985.         pointed to from a constraint element in a production. -->
  986. <!--    type attribute:
  987.         constraintnote must have a type value keyword so that
  988.         it can be correctly characterized in the specification. -->
  989. <!ENTITY % constraintnote.attlist "INCLUDE">
  990. <![%constraintnote.attlist;[
  991. <!ATTLIST constraintnote
  992.         %common-idreq.att;
  993.         type            NMTOKEN         #REQUIRED>
  994. ]]>
  995. <!-- ............................................................... -->
  996. <!-- Basic display elements ........................................ -->
  997. <!-- ............................................................... -->
  998. <!--
  999. #1998-03-23: maler: Added xml:space attribute.
  1000. -->
  1001. <!--    eg: Example element, with whitespace respected. -->
  1002. <!ENTITY % eg.element "INCLUDE">
  1003. <![%eg.element;[
  1004. <!ELEMENT eg (%eg.pcd.mix;)*>
  1005. ]]>
  1006. <!ENTITY % eg.attlist "INCLUDE">
  1007. <![%eg.attlist;[
  1008. <!ATTLIST eg
  1009.         %common.att;
  1010.         %xmlspace.att;>
  1011. ]]>
  1012. <!--
  1013. #2000-03-07: maler: Removed the xml:attributes attribute.
  1014. #                   Added %local.graphic.att;.
  1015. -->
  1016. <!--    graphic: Displayed graphic.  Graphic data should be
  1017.         displayed at the point where it is referenced.  Not
  1018.         actually conforming to XLink right now. -->
  1019. <!ENTITY % graphic.element "INCLUDE">
  1020. <![%graphic.element;[
  1021. <!ELEMENT graphic EMPTY>
  1022. ]]>
  1023. <!--    source attribute:
  1024.         The graphic data must reside at the location pointed to. -->
  1025. <!ENTITY % local.graphic.att "">
  1026. <!ENTITY % graphic.attlist "INCLUDE">
  1027. <![%graphic.attlist;[
  1028. <!ATTLIST graphic
  1029.         %common.att;
  1030.         %simple-xlink.att;
  1031.         source                  CDATA           #REQUIRED
  1032.         %auto-embed.att;
  1033.         alt                     CDATA           #IMPLIED
  1034.         %local.graphic.att;>
  1035. ]]>
  1036. <!--
  1037. #2000-03-07: maler: Added proto element structure.
  1038. -->
  1039. <!--    proto: Function prototype, in the XPath/XPointer style. -->
  1040. <!ENTITY % proto.element "INCLUDE">
  1041. <![%proto.element;[
  1042. <!ELEMENT proto (arg*)>
  1043. ]]>
  1044. <!ENTITY % local.proto.att "">
  1045. <!ENTITY % proto.attlist "INCLUDE">
  1046. <![%proto.attlist;[
  1047. <!ATTLIST proto
  1048.         %common.att;
  1049.     %local.proto.att;
  1050.         name            NMTOKEN         #REQUIRED
  1051.         return-type     %argtypes;      #REQUIRED
  1052. >
  1053. ]]>
  1054. <!ENTITY % local.arg.att "">
  1055. <!ENTITY % arg.element "INCLUDE">
  1056. <![%arg.element;[
  1057. <!ELEMENT arg EMPTY>
  1058. ]]>
  1059. <!ENTITY % arg.attlist "INCLUDE">
  1060. <![%arg.attlist;[
  1061. <!ATTLIST arg
  1062.         %common.att;
  1063.     %local.arg.att;
  1064.         type            %argtypes;      #REQUIRED
  1065.         occur           (opt|req)       #IMPLIED
  1066. >
  1067. ]]>
  1068. <!--
  1069. #2000-03-07: maler: Added example element.
  1070. -->
  1071. <!ENTITY % example.element "INCLUDE">
  1072. <![%example.element;[
  1073. <!ELEMENT example (head?, (%obj.mix;)+)>
  1074. ]]>
  1075. <!ENTITY % example.attlist "INCLUDE">
  1076. <![%example.attlist;[
  1077. <!ATTLIST example %common.att;>
  1078. ]]>
  1079. <!-- ............................................................... -->
  1080. <!-- EBNF .......................................................... -->
  1081. <!-- ............................................................... -->
  1082. <!--
  1083. #1997-11-28: maler: Added prodgroup to scrap and defined it.
  1084. #1998-05-21: maler: Added constraint to prod.
  1085. #1999-07-02: maler: Added prodrecap to scrap; broadened scrap model.
  1086. #                   Added headstyle attribute to scrap.
  1087. -->
  1088. <!--    scrap: Collection of EBNF language productions. -->
  1089. <!ENTITY % scrap.element "INCLUDE">
  1090. <![%scrap.element;[
  1091. <!ELEMENT scrap (head, (prodgroup | prod | bnf | prodrecap)+)>
  1092. ]]>
  1093. <!--    lang attribute:
  1094.         The scrap can link to a description of the language used,
  1095.         found in a language element in the header.
  1096.         headstyle attribute:
  1097.         Allows a scrap title to be suppressed from output.  To be
  1098.         used only when a scrap title directly next to a section
  1099.         title is distracting or repetetive. -->
  1100. <!ENTITY % scrap.attlist "INCLUDE">
  1101. <![%scrap.attlist;[
  1102. <!ATTLIST scrap
  1103.         %common.att;
  1104.         lang            IDREF           #IMPLIED
  1105.         headstyle       (show|suppress) "show"
  1106. >
  1107. ]]>
  1108. <!--    prodgroup: Sub-collection of productions, needed for
  1109.         formatting reasons. -->
  1110. <!ENTITY % prodgroup.element "INCLUDE">
  1111. <![%prodgroup.element;[
  1112. <!ELEMENT prodgroup (prod+)>
  1113. ]]>
  1114. <!--    pcw<n> attributes:
  1115.         Presentational attributes to control the width
  1116.         of the "pseudo-table" columns used to output
  1117.         groups of productions. -->
  1118. <!ENTITY % prodgroup.attlist "INCLUDE">
  1119. <![%prodgroup.attlist;[
  1120. <!ATTLIST prodgroup
  1121.         %common.att;
  1122.         pcw1            CDATA           #IMPLIED
  1123.         pcw2            CDATA           #IMPLIED
  1124.         pcw3            CDATA           #IMPLIED
  1125.         pcw4            CDATA           #IMPLIED
  1126.         pcw5            CDATA           #IMPLIED
  1127. >
  1128. ]]>
  1129. <!--    prod: EBNF language production. -->
  1130. <!ENTITY % prod.element "INCLUDE">
  1131. <![%prod.element;[
  1132. <!ELEMENT prod (lhs, (rhs, (com|wfc|vc|constraint)*)+)>
  1133. ]]>
  1134. <!--    ID attribute:
  1135.         The production must have an ID so that cross-references
  1136.         (specref) and mentions of nonterminals (nt) can link to
  1137.         it. -->
  1138. <!ENTITY % prod.attlist "INCLUDE">
  1139. <![%prod.attlist;[
  1140. <!ATTLIST prod
  1141.         %common-idreq.att;>
  1142. ]]>
  1143. <!--    lhs: Left-hand side of production. -->
  1144. <!ENTITY % lhs.element "INCLUDE">
  1145. <![%lhs.element;[
  1146. <!ELEMENT lhs (#PCDATA)>
  1147. ]]>
  1148. <!ENTITY % lhs.attlist "INCLUDE">
  1149. <![%lhs.attlist;[
  1150. <!ATTLIST lhs %common.att;>
  1151. ]]>
  1152. <!--    rhs: Right-hand side of production; may have many
  1153.         "right-hand sides," one to a line. -->
  1154. <!ENTITY % rhs.element "INCLUDE">
  1155. <![%rhs.element;[
  1156. <!ELEMENT rhs (#PCDATA|nt|xnt|com)*>
  1157. ]]>
  1158. <!ENTITY % rhs.attlist "INCLUDE">
  1159. <![%rhs.attlist;[
  1160. <!ATTLIST rhs %common.att;>
  1161. ]]>
  1162. <!--      nt and xnt (defined in "Phrase-level elements" below) -->
  1163. <!--
  1164. #1997-11-28: maler: Added loc and bibref to com content.
  1165. -->
  1166. <!--    com: Production comment. -->
  1167. <!ENTITY % com.element "INCLUDE">
  1168. <![%com.element;[
  1169. <!ELEMENT com (#PCDATA|loc|bibref)*>
  1170. ]]>
  1171. <!ENTITY % com.attlist "INCLUDE">
  1172. <![%com.attlist;[
  1173. <!ATTLIST com %common.att;>
  1174. ]]>
  1175. <!--    wfc: Reference to a well-formedness constraint; should
  1176.         generate the head of the wfcnote pointed to. -->
  1177. <!ENTITY % wfc.element "INCLUDE">
  1178. <![%wfc.element;[
  1179. <!ELEMENT wfc EMPTY>
  1180. ]]>
  1181. <!--    def attribute:
  1182.         Each well formedness tagline in a production must link to the
  1183.         wfcnote that defines it. -->
  1184. <!ENTITY % wfc.attlist "INCLUDE">
  1185. <![%wfc.attlist;[
  1186. <!ATTLIST wfc
  1187.         %def-req.att;
  1188.         %common.att;>
  1189. ]]>
  1190. <!--    vc: Reference to a validity constraint; should generate
  1191.         the head of the vcnote pointed to. -->
  1192. <!ENTITY % vc.element "INCLUDE">
  1193. <![%vc.element;[
  1194. <!ELEMENT vc EMPTY>
  1195. ]]>
  1196. <!--    def attribute:
  1197.         Each validity tagline in a production must link to the vcnote
  1198.         that defines it. -->
  1199. <!ENTITY % vc.attlist "INCLUDE">
  1200. <![%vc.attlist;[
  1201. <!ATTLIST vc
  1202.         %def-req.att;
  1203.         %common.att;>
  1204. ]]>
  1205. <!--
  1206. #1998-05-21: maler: Declared generic constraint element.
  1207. -->
  1208. <!--    constraint: Reference to a generic constraint; should
  1209.         generate the head of the constraintnote pointed to. -->
  1210. <!ENTITY % constraint.element "INCLUDE">
  1211. <![%constraint.element;[
  1212. <!ELEMENT constraint EMPTY>
  1213. ]]>
  1214. <!--    def attribute:
  1215.         Each constraint tagline in a production must link to the
  1216.         constraint note that defines it. -->
  1217. <!ENTITY % constraint.attlist "INCLUDE">
  1218. <![%constraint.attlist;[
  1219. <!ATTLIST constraint
  1220.         %def-req.att;
  1221.         %common.att;>
  1222. ]]>
  1223. <!--
  1224. #1998-03-23: maler: Added xml:space attribute.
  1225. -->
  1226. <!--    bnf: Un-marked-up EBNF production, with whitespace
  1227.         respected. -->
  1228. <!ENTITY % bnf.element "INCLUDE">
  1229. <![%bnf.element;[
  1230. <!ELEMENT bnf (%eg.pcd.mix;)*>
  1231. ]]>
  1232. <!ENTITY % bnf.attlist "INCLUDE">
  1233. <![%bnf.attlist;[
  1234. <!ATTLIST bnf
  1235.         %common.att;
  1236.         %xmlspace.att;>
  1237. ]]>
  1238. <!--
  1239. #1999-07-02: maler: Declared prodrecap.
  1240. -->
  1241. <!--    prodrecap: Reference to production or bnf that appears
  1242.         in its "normative" form elsewhere in the spec; should
  1243.         generate a copy of the original production, without
  1244.         a production number next to it. -->
  1245. <!ENTITY % prodrecap.element "INCLUDE">
  1246. <![%prodrecap.element;[
  1247. <!ELEMENT prodrecap EMPTY>
  1248. ]]>
  1249. <!ENTITY % prodrecap.attlist "INCLUDE">
  1250. <![%prodrecap.attlist;[
  1251. <!ATTLIST prodrecap
  1252.         %common.att;
  1253.         %ref-req.att;>
  1254. ]]>
  1255. <!-- ............................................................... -->
  1256. <!-- Table ......................................................... -->
  1257. <!-- ............................................................... -->
  1258. <!--
  1259. #1997-10-16: maler: Added table mechanism.
  1260. #1997-11-28: maler: Added non-null system ID to entity declaration.
  1261. #                   Added HTML table module.
  1262. #1997-12-29: maler: IGNOREd SGML Open table model.
  1263. #1998-03-10: maler: Removed SGML Open table model.
  1264. #                   Merged html-tbl.mod file into main file.
  1265. #                   Added %common.att; to all HTML table elements.
  1266. #1998-05-14: maler: Replaced table model with full HTML 4.0 model.
  1267. #                   Removed htable in favor of table.
  1268. #                   Removed htbody in favor of tbody.
  1269. -->
  1270. <!ENTITY % cellhalign.att 'align          (left|center
  1271.                         |right|justify
  1272.                         |char)          #IMPLIED
  1273.         char            CDATA           #IMPLIED
  1274.         charoff         CDATA           #IMPLIED'>
  1275. <!ENTITY % cellvalign.att 'valign         (top|middle
  1276.                         |bottom
  1277.                         |baseline)      #IMPLIED'>
  1278. <!ENTITY % thtd.att 'abbr           CDATA           #IMPLIED
  1279.         axis            CDATA           #IMPLIED
  1280.         headers         IDREFS          #IMPLIED
  1281.         scope           (row
  1282.                         |col
  1283.                         |rowgroup
  1284.                         |colgroup)      #IMPLIED
  1285.         rowspan         NMTOKEN         "1"
  1286.         colspan         NMTOKEN         "1"'>
  1287. <!ENTITY % width.att 'width          CDATA           #IMPLIED'>
  1288. <!ENTITY % span.att 'span           NMTOKEN         "1"'>
  1289. <!--    table: HTML-based geometric table model. -->
  1290. <!ENTITY % table.element "INCLUDE">
  1291. <![%table.element;[
  1292. <!ELEMENT table
  1293.         (caption?, (col*|colgroup*), thead?, tfoot?, tbody+)>
  1294. ]]>
  1295. <!ENTITY % table.attlist "INCLUDE">
  1296. <![%table.attlist;[
  1297. <!ATTLIST table
  1298.         %common.att;
  1299.         %width.att;
  1300.         summary         CDATA           #IMPLIED
  1301.         border          CDATA           #IMPLIED
  1302.         frame           (void|above
  1303.                         |below|hsides
  1304.                         |lhs|rhs
  1305.                         |vsides|box
  1306.                         |border)        #IMPLIED
  1307.         rules           (none|groups
  1308.                         |rows|cols
  1309.                         |all)           #IMPLIED
  1310.         cellspacing     CDATA           #IMPLIED
  1311.         cellpadding     CDATA           #IMPLIED>
  1312. ]]>
  1313. <!ENTITY % caption.element "INCLUDE">
  1314. <![%caption.element;[
  1315. <!ELEMENT caption (%p.pcd.mix;)*>
  1316. ]]>
  1317. <!ENTITY % caption.attlist "INCLUDE">
  1318. <![%caption.attlist;[
  1319. <!ATTLIST caption %common.att;>
  1320. ]]>
  1321. <!ENTITY % col.element "INCLUDE">
  1322. <![%col.element;[
  1323. <!ELEMENT col EMPTY>
  1324. ]]>
  1325. <!ENTITY % col.attlist "INCLUDE">
  1326. <![%col.attlist;[
  1327. <!ATTLIST col
  1328.         %common.att;
  1329.         %span.att;
  1330.         %width.att;
  1331.         %cellhalign.att;
  1332.         %cellvalign.att;>
  1333. ]]>
  1334. <!ENTITY % colgroup.element "INCLUDE">
  1335. <![%colgroup.element;[
  1336. <!ELEMENT colgroup (col)*>
  1337. ]]>
  1338. <!ENTITY % colgroup.attlist "INCLUDE">
  1339. <![%colgroup.attlist;[
  1340. <!ATTLIST colgroup
  1341.         %common.att;
  1342.         %span.att;
  1343.         %width.att;
  1344.         %cellhalign.att;
  1345.         %cellvalign.att;>
  1346. ]]>
  1347. <!ENTITY % thead.element "INCLUDE">
  1348. <![%thead.element;[
  1349. <!ELEMENT thead (tr)+>
  1350. ]]>
  1351. <!ENTITY % thead.attlist "INCLUDE">
  1352. <![%thead.attlist;[
  1353. <!ATTLIST thead
  1354.         %common.att;
  1355.         %cellhalign.att;
  1356.         %cellvalign.att;>
  1357. ]]>
  1358. <!ENTITY % tfoot.element "INCLUDE">
  1359. <![%tfoot.element;[
  1360. <!ELEMENT tfoot (tr)+>
  1361. ]]>
  1362. <!ENTITY % tfoot.attlist "INCLUDE">
  1363. <![%tfoot.attlist;[
  1364. <!ATTLIST tfoot
  1365.         %common.att;
  1366.         %cellhalign.att;
  1367.         %cellvalign.att;>
  1368. ]]>
  1369. <!ENTITY % tbody.element "INCLUDE">
  1370. <![%tbody.element;[
  1371. <!ELEMENT tbody (tr)+>
  1372. ]]>
  1373. <!ENTITY % tbody.attlist "INCLUDE">
  1374. <![%tbody.attlist;[
  1375. <!ATTLIST tbody
  1376.         %common.att;
  1377.         %cellhalign.att;
  1378.         %cellvalign.att;>
  1379. ]]>
  1380. <!ENTITY % tr.element "INCLUDE">
  1381. <![%tr.element;[
  1382. <!ELEMENT tr (th|td)+>
  1383. ]]>
  1384. <!ENTITY % tr.attlist "INCLUDE">
  1385. <![%tr.attlist;[
  1386. <!ATTLIST tr
  1387.         %common.att;
  1388.         %cellhalign.att;
  1389.         %cellvalign.att;>
  1390. ]]>
  1391. <!ENTITY % th.element "INCLUDE">
  1392. <![%th.element;[
  1393. <!ELEMENT th (%p.pcd.mix;|%p.mix;)*>
  1394. ]]>
  1395. <!ENTITY % th.attlist "INCLUDE">
  1396. <![%th.attlist;[
  1397. <!ATTLIST th
  1398.         %common.att;
  1399.         %thtd.att;
  1400.         %cellhalign.att;
  1401.         %cellvalign.att;>
  1402. ]]>
  1403. <!ENTITY % td.element "INCLUDE">
  1404. <![%td.element;[
  1405. <!ELEMENT td (%p.pcd.mix;|%p.mix;)*>
  1406. ]]>
  1407. <!ENTITY % td.attlist "INCLUDE">
  1408. <![%td.attlist;[
  1409. <!ATTLIST td
  1410.         %common.att;
  1411.         %thtd.att;
  1412.         %cellhalign.att;
  1413.         %cellvalign.att;>
  1414. ]]>
  1415. <!-- ............................................................... -->
  1416. <!-- IDL structures for DOM specifications ......................... -->
  1417. <!-- ............................................................... -->
  1418. <!-- ............................................................... -->
  1419. <!-- Specialized entities for classes .............................. -->
  1420. <!ENTITY % idl-desc.class "p|note">
  1421. <!ENTITY % idl-tdef.class "typedef|constant|exception|reference|group">
  1422. <!ENTITY % idl-mod.class "module|interface">
  1423. <!ENTITY % idl-struct.class "struct|enum|sequence|union|typename">
  1424. <!ENTITY % idl-meth.class "method|attribute">
  1425. <!-- ............................................................... -->
  1426. <!-- Specialized entities for mixtures ............................. -->
  1427. <!--    Quick reference to content model mixtures:
  1428.  
  1429.                         desc tdef mod struct meth
  1430. group                     x    x   x    x      x
  1431. definitions, module       x    x   x
  1432. interface                 x    x               x
  1433. typedef, case, component                x
  1434. -->
  1435. <!ENTITY % idl-grp.mix "%idl-desc.class;|%idl-tdef.class;|%idl-mod.class;
  1436.         |%idl-struct.class;|%idl-meth.class;">
  1437. <!ENTITY % idl-defn.mix "%idl-desc.class;|%idl-tdef.class;|%idl-mod.class;">
  1438. <!ENTITY % idl-intfc.mix "%idl-desc.class;|%idl-tdef.class;|%idl-meth.class;">
  1439. <!ENTITY % idl-type.mix "%idl-struct.class;">
  1440. <!-- ............................................................... -->
  1441. <!-- Specialized entities for common attributes .................... -->
  1442. <!--    name attribute:
  1443.         Provides a name.  Required. -->
  1444. <!ENTITY % idl-name.att 'name                   CDATA           #REQUIRED'>
  1445. <!--    type attribute:
  1446.         Provides a type.  Required. -->
  1447. <!ENTITY % idl-type.att 'type                   CDATA           #REQUIRED'>
  1448. <!-- ............................................................... -->
  1449. <!-- Common IDL element ............................................ -->
  1450. <!ENTITY % descr.element "INCLUDE">
  1451. <![%descr.element;[
  1452. <!ELEMENT descr ((%obj.mix;)*)>
  1453. ]]>
  1454. <!ENTITY % descr.attlist "INCLUDE">
  1455. <![%descr.attlist;[
  1456. <!ATTLIST descr %common.att;>
  1457. ]]>
  1458. <!-- ............................................................... -->
  1459. <!-- IDL definition elements ....................................... -->
  1460. <!--    definitions: Top-level element for definitions. -->
  1461. <!ENTITY % definitions.element "INCLUDE">
  1462. <![%definitions.element;[
  1463. <!ELEMENT definitions (%idl-defn.mix;)+>
  1464. ]]>
  1465. <!ENTITY % definitions.attlist "INCLUDE">
  1466. <![%definitions.attlist;[
  1467. <!ATTLIST definitions %common.att;>
  1468. ]]>
  1469. <!--    group: Element used to group a set of definitions. -->
  1470. <!ENTITY % group.element "INCLUDE">
  1471. <![%group.element;[
  1472. <!ELEMENT group (descr, (%idl-grp.mix;)*)>
  1473. ]]>
  1474. <!ENTITY % group.attlist "INCLUDE">
  1475. <![%group.attlist;[
  1476. <!ATTLIST group
  1477.         %common.att;
  1478.         %idl-name.att;>
  1479. ]]>
  1480. <!--    interface: Definition of an interface. -->
  1481. <!ENTITY % interface.element "INCLUDE">
  1482. <![%interface.element;[
  1483. <!ELEMENT interface (descr, (%idl-intfc.mix;)*)>
  1484. ]]>
  1485. <!ENTITY % interface.attlist "INCLUDE">
  1486. <![%interface.attlist;[
  1487. <!ATTLIST interface
  1488.         %common.att;
  1489.         %idl-name.att;
  1490.         inherits        CDATA           #IMPLIED>
  1491. ]]>
  1492. <!--    module: Definition of a module. -->
  1493. <!ENTITY % module.element "INCLUDE">
  1494. <![%module.element;[
  1495. <!ELEMENT module (descr, (%idl-defn.mix;)*)>
  1496. ]]>
  1497. <!ENTITY % module.attlist "INCLUDE">
  1498. <![%module.attlist;[
  1499. <!ATTLIST module
  1500.         %common.att;
  1501.         %idl-name.att;>
  1502. ]]>
  1503. <!--    reference: Reference to some other declaration. -->
  1504. <!ENTITY % reference.element "INCLUDE">
  1505. <![%reference.element;[
  1506. <!ELEMENT reference EMPTY>
  1507. ]]>
  1508. <!ENTITY % reference.attlist "INCLUDE">
  1509. <![%reference.attlist;[
  1510. <!ATTLIST reference
  1511.         %common.att;
  1512.         declaration     IDREF           #REQUIRED>
  1513. ]]>
  1514. <!--    typedef: Definition of a named type. -->
  1515. <!ENTITY % typedef.element "INCLUDE">
  1516. <![%typedef.element;[
  1517. <!ELEMENT typedef (descr, (%idl-type.mix;))>
  1518. ]]>
  1519. <!ENTITY % typedef.attlist "INCLUDE">
  1520. <![%typedef.attlist;[
  1521. <!ATTLIST typedef
  1522.         %common.att;
  1523.         %idl-name.att;
  1524.         array.size      NMTOKEN         #IMPLIED>
  1525. ]]>
  1526. <!--    struct: Declaration of a struct type. -->
  1527. <!ENTITY % struct.element "INCLUDE">
  1528. <![%struct.element;[
  1529. <!ELEMENT struct (descr, component+)>
  1530. ]]>
  1531. <!ENTITY % struct.attlist "INCLUDE">
  1532. <![%struct.attlist;[
  1533. <!ATTLIST struct
  1534.         %common.att;
  1535.         %idl-name.att;>
  1536. ]]>
  1537. <!--    component: Declaration of a structural member. -->
  1538. <!ENTITY % component.element "INCLUDE">
  1539. <![%component.element;[
  1540. <!ELEMENT component (%idl-type.mix;)>
  1541. ]]>
  1542. <!ENTITY % component.attlist "INCLUDE">
  1543. <![%component.attlist;[
  1544. <!ATTLIST component
  1545.         %common.att;
  1546.         %idl-name.att;>
  1547. ]]>
  1548. <!--    union: Declaration of a union type. -->
  1549. <!ENTITY % union.element "INCLUDE">
  1550. <![%union.element;[
  1551. <!ELEMENT union (descr, case+)>
  1552. ]]>
  1553. <!ENTITY % union.attlist "INCLUDE">
  1554. <![%union.attlist;[
  1555. <!ATTLIST union
  1556.         %common.att;
  1557.         %idl-name.att;
  1558.         switch.type     CDATA           #REQUIRED>
  1559. ]]>
  1560. <!ENTITY % case.element "INCLUDE">
  1561. <![%case.element;[
  1562. <!ELEMENT case (descr, (%idl-type.mix;))>
  1563. ]]>
  1564. <!ENTITY % case.attlist "INCLUDE">
  1565. <![%case.attlist;[
  1566. <!ATTLIST case
  1567.         %common.att;
  1568.         labels          CDATA           #REQUIRED>
  1569. ]]>
  1570. <!--    enum: Declaration of an enum type. -->
  1571. <!ENTITY % enum.element "INCLUDE">
  1572. <![%enum.element;[
  1573. <!ELEMENT enum (descr, enumerator+)>
  1574. ]]>
  1575. <!ENTITY % enum.attlist "INCLUDE">
  1576. <![%enum.attlist;[
  1577. <!ATTLIST enum
  1578.         %common.att;
  1579.         %idl-name.att;>
  1580. ]]>
  1581. <!ENTITY % enumerator.element "INCLUDE">
  1582. <![%enumerator.element;[
  1583. <!ELEMENT enumerator (descr)>
  1584. ]]>
  1585. <!ENTITY % enumerator.attlist "INCLUDE">
  1586. <![%enumerator.attlist;[
  1587. <!ATTLIST enumerator
  1588.         %common.att;
  1589.         %idl-name.att;>
  1590. ]]>
  1591. <!--    sequence: Declaration of a sequence type (not named). -->
  1592. <!ENTITY % sequence.element "INCLUDE">
  1593. <![%sequence.element;[
  1594. <!ELEMENT sequence (sequence*)>
  1595. ]]>
  1596. <!ENTITY % sequence.attlist "INCLUDE">
  1597. <![%sequence.attlist;[
  1598. <!ATTLIST sequence
  1599.         %common.att;
  1600.         %idl-type.att;
  1601.         size            NMTOKEN         #IMPLIED>
  1602. ]]>
  1603. <!--    constant: Declaration of a named constant. -->
  1604. <!ENTITY % constant.element "INCLUDE">
  1605. <![%constant.element;[
  1606. <!ELEMENT constant (descr)>
  1607. ]]>
  1608. <!ENTITY % constant.attlist "INCLUDE">
  1609. <![%constant.attlist;[
  1610. <!ATTLIST constant
  1611.         %common.att;
  1612.         %idl-name.att;
  1613.         %idl-type.att;
  1614.         value           CDATA           #REQUIRED>
  1615. ]]>
  1616. <!--    exception: Declaration of an exception. -->
  1617. <!ENTITY % exception.element "INCLUDE">
  1618. <![%exception.element;[
  1619. <!ELEMENT exception (descr, component*)>
  1620. ]]>
  1621. <!ENTITY % exception.attlist "INCLUDE">
  1622. <![%exception.attlist;[
  1623. <!ATTLIST exception
  1624.         %common.att;
  1625.         %idl-name.att;>
  1626. ]]>
  1627. <!-- component (defined under struct, above)-->
  1628. <!--    attribute: Declaration of an attribute (data member). -->
  1629. <!ENTITY % attribute.element "INCLUDE">
  1630. <![%attribute.element;[
  1631. <!ELEMENT attribute (descr)>
  1632. ]]>
  1633. <!ENTITY % attribute.attlist "INCLUDE">
  1634. <![%attribute.attlist;[
  1635. <!ATTLIST attribute
  1636.         %common.att;
  1637.         %idl-name.att;
  1638.         %idl-type.att;
  1639.         readonly        (yes
  1640.                         |no)            "no">
  1641. ]]>
  1642. <!--    method: Declaration of a method. -->
  1643. <!ENTITY % method.element "INCLUDE">
  1644. <![%method.element;[
  1645. <!ELEMENT method (descr, parameters, returns, raises)>
  1646. ]]>
  1647. <!ENTITY % method.attlist "INCLUDE">
  1648. <![%method.attlist;[
  1649. <!ATTLIST method
  1650.         %common.att;
  1651.         %idl-name.att;>
  1652. ]]>
  1653. <!ENTITY % parameters.element "INCLUDE">
  1654. <![%parameters.element;[
  1655. <!ELEMENT parameters (param*)>
  1656. ]]>
  1657. <!ENTITY % parameters.attlist "INCLUDE">
  1658. <![%parameters.attlist;[
  1659. <!ATTLIST parameters %common.att;>
  1660. ]]>
  1661. <!ENTITY % param.element "INCLUDE">
  1662. <![%param.element;[
  1663. <!ELEMENT param (descr)>
  1664. ]]>
  1665. <!ENTITY % param.attlist "INCLUDE">
  1666. <![%param.attlist;[
  1667. <!ATTLIST param
  1668.         %common.att;
  1669.         %idl-name.att;
  1670.         %idl-type.att;
  1671.         attr            (in
  1672.                         |out
  1673.                         |inout)         "inout">
  1674. ]]>
  1675. <!ENTITY % returns.element "INCLUDE">
  1676. <![%returns.element;[
  1677. <!ELEMENT returns (descr)>
  1678. ]]>
  1679. <!ENTITY % returns.attlist "INCLUDE">
  1680. <![%returns.attlist;[
  1681. <!ATTLIST returns
  1682.         %common.att;
  1683.         %idl-type.att;>
  1684. ]]>
  1685. <!ENTITY % raises.element "INCLUDE">
  1686. <![%raises.element;[
  1687. <!ELEMENT raises (exception*)>
  1688. ]]>
  1689. <!-- exception (defined under constant, above)-->
  1690. <!ENTITY % typename.element "INCLUDE">
  1691. <![%typename.element;[
  1692. <!ELEMENT typename (#PCDATA)>
  1693. ]]>
  1694. <!ENTITY % typename.attlist "INCLUDE">
  1695. <![%typename.attlist;[
  1696. <!ATTLIST typename %common.att;>
  1697. ]]>
  1698. <!-- ............................................................... -->
  1699. <!-- Phrase-level elements ......................................... -->
  1700. <!-- ............................................................... -->
  1701. <!--
  1702. #2000-03-07: maler: Added att and attval elements.
  1703. -->
  1704. <!--    att: Attribute name. -->
  1705. <!ENTITY % att.element "INCLUDE">
  1706. <![%att.element;[
  1707. <!ELEMENT att (%tech.pcd.mix;)*>
  1708. ]]>
  1709. <!ENTITY % att.attlist "INCLUDE">
  1710. <![%att.attlist;[
  1711. <!ATTLIST att %common.att;>
  1712. ]]>
  1713. <!--    attval: Attribute value. -->
  1714. <!ENTITY % attval.element "INCLUDE">
  1715. <![%attval.element;[
  1716. <!ELEMENT attval (%tech.pcd.mix;)*>
  1717. ]]>
  1718. <!ENTITY % attval.attlist "INCLUDE">
  1719. <![%attval.attlist;[
  1720. <!ATTLIST attval %common.att;>
  1721. ]]>
  1722. <!--    bibref: Reference to a bibliography list entry; should
  1723.         generate, in square brackets, "key" on bibl. -->
  1724. <!ENTITY % bibref.element "INCLUDE">
  1725. <![%bibref.element;[
  1726. <!ELEMENT bibref EMPTY>
  1727. ]]>
  1728. <!--    ref attribute:
  1729.         A bibliography reference must link to the bibl element that
  1730.         describes the resource. -->
  1731. <!ENTITY % bibref.attlist "INCLUDE">
  1732. <![%bibref.attlist;[
  1733. <!ATTLIST bibref
  1734.         %common.att;
  1735.         %ref-req.att;>
  1736. ]]>
  1737. <!ENTITY % code.element "INCLUDE">
  1738. <![%code.element;[
  1739. <!ELEMENT code (%tech.pcd.mix;)*>
  1740. ]]>
  1741. <!ENTITY % code.attlist "INCLUDE">
  1742. <![%code.attlist;[
  1743. <!ATTLIST code %common.att;>
  1744. ]]>
  1745. <!--
  1746. #1998-03-10: maler: Declared ednote and related elements.
  1747. #1999-07-02: maler: Changed edtext content from #PCDATA to %p.pcd.mix;.
  1748. -->
  1749. <!--    ednote: Editorial note for communication among editors. -->
  1750. <!ENTITY % ednote.element "INCLUDE">
  1751. <![%ednote.element;[
  1752. <!ELEMENT ednote (name?, date?, edtext)>
  1753. ]]>
  1754. <!ENTITY % ednote.attlist "INCLUDE">
  1755. <![%ednote.attlist;[
  1756. <!ATTLIST ednote %common.att;>
  1757. ]]>
  1758. <!ENTITY % date.element "INCLUDE">
  1759. <![%date.element;[
  1760. <!ELEMENT date (#PCDATA)>
  1761. ]]>
  1762. <!ENTITY % date.attlist "INCLUDE">
  1763. <![%date.attlist;[
  1764. <!ATTLIST date %common.att;>
  1765. ]]>
  1766. <!ENTITY % edtext.element "INCLUDE">
  1767. <![%edtext.element;[
  1768. <!ELEMENT edtext (%p.pcd.mix;)*>
  1769. ]]>
  1770. <!ENTITY % edtext.attlist "INCLUDE">
  1771. <![%edtext.attlist;[
  1772. <!ATTLIST edtext %common.att;>
  1773. ]]>
  1774. <!--
  1775. #2000-03-07: maler: Added el element.
  1776. -->
  1777. <!--    el: Element type name (GI). -->
  1778. <!ENTITY % el.element "INCLUDE">
  1779. <![%el.element;[
  1780. <!ELEMENT el (%tech.pcd.mix;)*>
  1781. ]]>
  1782. <!ENTITY % el.attlist "INCLUDE">
  1783. <![%el.attlist;[
  1784. <!ATTLIST el %common.att;>
  1785. ]]>
  1786. <!--
  1787. #2000-03-07: maler: Expanded emph to %p.pcd.mix;.
  1788. -->
  1789. <!ENTITY % emph.element "INCLUDE">
  1790. <![%emph.element;[
  1791. <!ELEMENT emph (%p.pcd.mix;)*>
  1792. ]]>
  1793. <!ENTITY % emph.attlist "INCLUDE">
  1794. <![%emph.attlist;[
  1795. <!ATTLIST emph %common.att;>
  1796. ]]>
  1797. <!--    footnote: Both footnote content and call to footnote. -->
  1798. <!ENTITY % footnote.element "INCLUDE">
  1799. <![%footnote.element;[
  1800. <!ELEMENT footnote (%obj.mix;)+>
  1801. ]]>
  1802. <!ENTITY % footnote.attlist "INCLUDE">
  1803. <![%footnote.attlist;[
  1804. <!ATTLIST footnote %common.att;>
  1805. ]]>
  1806. <!--
  1807. #2000-03-07: maler: Added function and gave it content of
  1808. #                   %tech.pcd.mix; instead of XPath's #PCDATA.
  1809. -->
  1810. <!ENTITY % function.element "INCLUDE">
  1811. <![%function.element;[
  1812. <!ELEMENT function (%tech.pcd.mix;)*>
  1813. ]]>
  1814. <!ENTITY % function.attlist "INCLUDE">
  1815. <![%function.attlist;[
  1816. <!ATTLIST function %common.att;>
  1817. ]]>
  1818. <!ENTITY % kw.element "INCLUDE">
  1819. <![%kw.element;[
  1820. <!ELEMENT kw (%tech.pcd.mix;)*>
  1821. ]]>
  1822. <!ENTITY % kw.attlist "INCLUDE">
  1823. <![%kw.attlist;[
  1824. <!ATTLIST kw %common.att;>
  1825. ]]>
  1826. <!--
  1827. #1999-07-02: maler: Added show/actuate attributes and default values.
  1828. -->
  1829. <!--    loc: Generic link to a Web resource, similar to HTML's A. -->
  1830. <!ENTITY % loc.element "INCLUDE">
  1831. <![%loc.element;[
  1832. <!ELEMENT loc (#PCDATA)>
  1833. ]]>
  1834. <!--    href attribute:
  1835.         The purpose of a loc element is to function as a A-like
  1836.         hypertext link to a resource.  (Ideally, the content of loc
  1837.         will also mention the URI of the resource, so that readers of
  1838.         the printed version will be able to locate the resource.) E.g.:
  1839.  
  1840. <loc href="http://www.my.com/doc.htm">http://www.my.com/doc.htm</loc>
  1841.         -->
  1842. <!ENTITY % loc.attlist "INCLUDE">
  1843. <![%loc.attlist;[
  1844. <!ATTLIST loc
  1845.         %common.att;
  1846.         %simple-xlink.att;
  1847.         %href-req.att;
  1848.         %user-replace.att;>
  1849. ]]>
  1850. <!--    nt: Mention of a nonterminal in text, along with a link to
  1851.         the production in the current document that defines it. -->
  1852. <!ENTITY % nt.element "INCLUDE">
  1853. <![%nt.element;[
  1854. <!ELEMENT nt (#PCDATA)>
  1855. ]]>
  1856. <!--    def attribute:
  1857.         The nonterminal must link to the production that defines
  1858.         it. -->
  1859. <!ENTITY % nt.attlist "INCLUDE">
  1860. <![%nt.attlist;[
  1861. <!ATTLIST nt
  1862.         %common.att;
  1863.         %def-req.att;>
  1864. ]]>
  1865. <!--
  1866. #2000-03-07: maler: Declared phrase.
  1867. -->
  1868. <!--    phrase: "Attribute hanger" for small bits of (e.g.) differenced
  1869.         text in a paragraph or similar, when another element isn't handy.
  1870.         Beware that its content model may allow more nested elements than
  1871.         would normally be allowed in some contexts. -->
  1872. <!ENTITY % phrase.element "INCLUDE">
  1873. <![%phrase.element;[
  1874. <!ELEMENT phrase (%p.pcd.mix;)*>
  1875. ]]>
  1876. <!ENTITY % phrase.attlist "INCLUDE">
  1877. <![%phrase.attlist;[
  1878. <!ATTLIST phrase %common.att;>
  1879. ]]>
  1880. <!--
  1881. #1998-03-10: maler: Declared quote.
  1882. -->
  1883. <!--    quote: Scare quotes and other purely presentational quotes. -->
  1884. <!ENTITY % quote.element "INCLUDE">
  1885. <![%quote.element;[
  1886. <!ELEMENT quote (%p.pcd.mix;)*>
  1887. ]]>
  1888. <!ENTITY % quote.attlist "INCLUDE">
  1889. <![%quote.attlist;[
  1890. <!ATTLIST quote %common.att;>
  1891. ]]>
  1892. <!--    specref: Reference to a div, olist item, prod, or issue
  1893.         in the current document; should generate italic "[n.n],
  1894.         Section Title" for div, "n" for numbered item, "[n]" for
  1895.         production, or "Issue id" for issue. -->
  1896. <!ENTITY % specref.element "INCLUDE">
  1897. <![%specref.element;[
  1898. <!ELEMENT specref EMPTY>
  1899. ]]>
  1900. <!--    ref attribute:
  1901.         The purpose of a specref element is to link to a div, item
  1902.         in an olist, or production in the current spec. -->
  1903. <!ENTITY % specref.attlist "INCLUDE">
  1904. <![%specref.attlist;[
  1905. <!ATTLIST specref
  1906.         %common.att;
  1907.         %ref-req.att;>
  1908. ]]>
  1909. <!--
  1910. #2000-03-07: maler: Added sub and sup.
  1911. -->
  1912. <!--    sub: Subscript. -->
  1913. <!ENTITY % sub.element "INCLUDE">
  1914. <![%sub.element;[
  1915. <!ELEMENT sub (#PCDATA)>
  1916. ]]>
  1917. <!ENTITY % sub.attlist "INCLUDE">
  1918. <![%sub.attlist;[
  1919. <!ATTLIST sub %common.att;>
  1920. ]]>
  1921. <!--    sup: Superscript. -->
  1922. <!ENTITY % sup.element "INCLUDE">
  1923. <![%sup.element;[
  1924. <!ELEMENT sup (#PCDATA)>
  1925. ]]>
  1926. <!ENTITY % sup.attlist "INCLUDE">
  1927. <![%sup.attlist;[
  1928. <!ATTLIST sup %common.att;>
  1929. ]]>
  1930. <!--    term: The term in text that is being defined in text. -->
  1931. <!ENTITY % term.element "INCLUDE">
  1932. <![%term.element;[
  1933. <!ELEMENT term (#PCDATA)>
  1934. ]]>
  1935. <!ENTITY % term.attlist "INCLUDE">
  1936. <![%term.attlist;[
  1937. <!ATTLIST term %common.att;>
  1938. ]]>
  1939. <!--    termdef: Definition of a term in text. -->
  1940. <!ENTITY % termdef.element "INCLUDE">
  1941. <![%termdef.element;[
  1942. <!ELEMENT termdef (%termdef.pcd.mix;|%termdef.mix;)*>
  1943. ]]>
  1944. <!--    ID attribute:
  1945.         A term definition must have an ID so that it can be linked
  1946.         to from termref elements. -->
  1947. <!--    term attribute:
  1948.         The canonical form of the term or phrase being defined must
  1949.         appear in this attribute, even if the term or phrase also
  1950.         appears in the element content in identical form (e.g., in
  1951.         the term element). -->
  1952. <!ENTITY % termdef.attlist "INCLUDE">
  1953. <![%termdef.attlist;[
  1954. <!ATTLIST termdef
  1955.         %common-idreq.att;
  1956.         term            CDATA           #REQUIRED>
  1957. ]]>
  1958. <!--    termref: Mention of a term, along with a link to the
  1959.         definition in the current document. -->
  1960. <!ENTITY % termref.element "INCLUDE">
  1961. <![%termref.element;[
  1962. <!ELEMENT termref (#PCDATA)>
  1963. ]]>
  1964. <!--    ref attribute:
  1965.         A term reference must link to the termdef element that
  1966.         defines the term. -->
  1967. <!ENTITY % termref.attlist "INCLUDE">
  1968. <![%termref.attlist;[
  1969. <!ATTLIST termref
  1970.         %common.att;
  1971.         %def-req.att;>
  1972. ]]>
  1973. <!--
  1974. #1999-07-02: maler: Added show/actuate attributes and default values.
  1975. -->
  1976. <!--    titleref: Citation of another document, which can also
  1977.         link to that document if it is a Web resource. -->
  1978. <!ENTITY % titleref.element "INCLUDE">
  1979. <![%titleref.element;[
  1980. <!ELEMENT titleref (#PCDATA)>
  1981. ]]>
  1982. <!--    href attribute:
  1983.         A title reference can optionally function as a hypertext
  1984.         link to the resource with this title.  E.g.:
  1985.  
  1986. <loc href="http://www.my.com/doc.htm">http://www.my.com/doc.htm</loc>
  1987.         -->
  1988. <!ENTITY % titleref.attlist "INCLUDE">
  1989. <![%titleref.attlist;[
  1990. <!ATTLIST titleref
  1991.         %common.att;
  1992.         %simple-xlink.att;
  1993.         %href.att;
  1994.         %user-new.att;>
  1995. ]]>
  1996. <!--
  1997. #2000-03-07: maler: Added var.
  1998. -->
  1999. <!--    var: String standing for a variable value that the user
  2000.         or system will supply.  For example: "For each node
  2001.         <var>x</var> in this node-set..." -->
  2002. <!ENTITY % var.element "INCLUDE">
  2003. <![%var.element;[
  2004. <!ELEMENT var (%tech.pcd.mix;)*>
  2005. ]]>
  2006. <!ENTITY % var.attlist "INCLUDE">
  2007. <![%var.attlist;[
  2008. <!ATTLIST var %common.att;>
  2009. ]]>
  2010. <!--
  2011. #1999-07-02: maler: Added show/actuate attributes and default values.
  2012. -->
  2013. <!--    xnt: Mention of a nonterminal in text, along with a link to
  2014.         the production in another document that defines it. -->
  2015. <!ENTITY % xnt.element "INCLUDE">
  2016. <![%xnt.element;[
  2017. <!ELEMENT xnt (#PCDATA)>
  2018. ]]>
  2019. <!--    href attribute:
  2020.         The nonterminal must hyperlink to a resource that serves
  2021.         to define it (e.g., a production in a related XML
  2022.         specification).  E.g.:
  2023.  
  2024. <xnt href="http://www.w3.org/TR/spec.htm#prod3">Name</xnt>
  2025.         -->
  2026. <!ENTITY % xnt.attlist "INCLUDE">
  2027. <![%xnt.attlist;[
  2028. <!ATTLIST xnt
  2029.         %common.att;
  2030.         %simple-xlink.att;
  2031.         %href-req.att;
  2032.         %user-new.att;>
  2033. ]]>
  2034. <!--
  2035. #1997-12-29: maler: Declared xspecref.
  2036. #1999-07-02: maler: Added show/actuate attributes and default values.
  2037. -->
  2038. <!--    xspecref: Reference to a div, olist item, prod, or issue
  2039.         in a related specification document; should generate
  2040.         no special text. -->
  2041. <!ENTITY % xspecref.element "INCLUDE">
  2042. <![%xspecref.element;[
  2043. <!ELEMENT xspecref (#PCDATA)>
  2044. ]]>
  2045. <!--    href attribute:
  2046.         The spec reference must hyperlink to the resource to
  2047.         cross-refer to (e.g., a section in a related XML
  2048.         specification).  E.g.:
  2049.  
  2050. <xspecref href="http://www.w3.org/TR/spec.htm#sec2">
  2051. the section on constraints</xspecref>
  2052.         -->
  2053. <!ENTITY % xspecref.attlist "INCLUDE">
  2054. <![%xspecref.attlist;[
  2055. <!ATTLIST xspecref
  2056.         %common.att;
  2057.         %simple-xlink.att;
  2058.         %href-req.att;
  2059.         %user-new.att;>
  2060. ]]>
  2061. <!--
  2062. #1999-07-02: maler: Added show/actuate attributes and default values.
  2063. -->
  2064. <!--    termref: Mention of a term, along with a link to the
  2065.         definition in a related document. -->
  2066. <!ENTITY % xtermref.element "INCLUDE">
  2067. <![%xtermref.element;[
  2068. <!ELEMENT xtermref (#PCDATA)>
  2069. ]]>
  2070. <!--    href attribute:
  2071.         The term reference must hyperlink to the resource that
  2072.         serves to define the term (e.g., a term definition in
  2073.         a related XML specification).  E.g.:
  2074.  
  2075. <xtermref href="http://www.w3.org/TR/spec.htm#term5">
  2076. entity
  2077. </xtermref>
  2078.         -->
  2079. <!ENTITY % xtermref.attlist "INCLUDE">
  2080. <![%xtermref.attlist;[
  2081. <!ATTLIST xtermref
  2082.         %common.att;
  2083.         %simple-xlink.att;
  2084.         %href-req.att;
  2085.         %user-new.att;>
  2086. ]]>
  2087. <!-- ............................................................... -->
  2088. <!-- Unused elements for ADEPT ..................................... -->
  2089. <!-- ............................................................... -->
  2090. <!--
  2091. #1997-09-30: maler: Added unusued elements.
  2092. #1997-10-14: maler: Fixed div to move nested div to the mixture.
  2093. #1998-05-14: maler: Added key-term, htable, and htbody.
  2094. #1998-11-30: maler: Added para, listitem, itemizedlist, and orderedlist.
  2095. -->
  2096. <!--    The following elements are purposely declared but never
  2097.         referenced.  Declaring them allows them to be pasted from
  2098.         an HTML document, an earlier version of an XMLspec document,
  2099.         or a DocBook document into a document using this DTD in ADEPT.
  2100.         The ATD Context Transformation mechanism will try to convert
  2101.         them to the appropriate element for this DTD.  While this
  2102.         conversion will not work for all fragments, it does allow many
  2103.         cases to work reasonably well. -->
  2104. <!ENTITY % div.element "INCLUDE">
  2105. <![%div.element;[
  2106. <!ELEMENT div
  2107.         (head?, (%div.mix;|ul|ol|h1|h2|h3|h4|h5|h6|div)*)>
  2108. ]]>
  2109. <!ENTITY % h1.element "INCLUDE">
  2110. <![%h1.element;[
  2111. <!ELEMENT h1 (%head.pcd.mix;|em|a)*>
  2112. ]]>
  2113. <!ENTITY % h2.element "INCLUDE">
  2114. <![%h2.element;[
  2115. <!ELEMENT h2 (%head.pcd.mix;|em|a)*>
  2116. ]]>
  2117. <!ENTITY % h3.element "INCLUDE">
  2118. <![%h3.element;[
  2119. <!ELEMENT h3 (%head.pcd.mix;|em|a)*>
  2120. ]]>
  2121. <!ENTITY % h4.element "INCLUDE">
  2122. <![%h4.element;[
  2123. <!ELEMENT h4 (%head.pcd.mix;|em|a)*>
  2124. ]]>
  2125. <!ENTITY % h5.element "INCLUDE">
  2126. <![%h5.element;[
  2127. <!ELEMENT h5 (%head.pcd.mix;|em|a)*>
  2128. ]]>
  2129. <!ENTITY % h6.element "INCLUDE">
  2130. <![%h6.element;[
  2131. <!ELEMENT h6 (%head.pcd.mix;|em|a)*>
  2132. ]]>
  2133. <!ENTITY % pre.element "INCLUDE">
  2134. <![%pre.element;[
  2135. <!ELEMENT pre (%eg.pcd.mix;|em)*>
  2136. ]]>
  2137. <!ENTITY % ul.element "INCLUDE">
  2138. <![%ul.element;[
  2139. <!ELEMENT ul (item|li)*>
  2140. ]]>
  2141. <!ENTITY % ol.element "INCLUDE">
  2142. <![%ol.element;[
  2143. <!ELEMENT ol (item|li)*>
  2144. ]]>
  2145. <!ENTITY % li.element "INCLUDE">
  2146. <![%li.element;[
  2147. <!ELEMENT li (#PCDATA|%obj.mix;)*>
  2148. ]]>
  2149. <!ENTITY % em.element "INCLUDE">
  2150. <![%em.element;[
  2151. <!ELEMENT em (#PCDATA)>
  2152. ]]>
  2153. <!ENTITY % a.element "INCLUDE">
  2154. <![%a.element;[
  2155. <!ELEMENT a (#PCDATA)>
  2156. ]]>
  2157. <!ENTITY % key-term.element "INCLUDE">
  2158. <![%key-term.element;[
  2159. <!ELEMENT key-term (#PCDATA)>
  2160. ]]>
  2161. <!ENTITY % htable.element "INCLUDE">
  2162. <![%htable.element;[
  2163. <!ELEMENT htable
  2164.         (caption?, (col*|colgroup*), thead?, tfoot?, tbody+)>
  2165. ]]>
  2166. <!ENTITY % htbody.element "INCLUDE">
  2167. <![%htbody.element;[
  2168. <!ELEMENT htbody (tr)+>
  2169. ]]>
  2170. <!ENTITY % statusp.element "INCLUDE">
  2171. <![%statusp.element;[
  2172. <!ELEMENT statusp (%p.pcd.mix;|%p.mix;)*>
  2173. ]]>
  2174. <!ENTITY % itemizedlist.element "INCLUDE">
  2175. <![%itemizedlist.element;[
  2176. <!ELEMENT itemizedlist (listitem*)>
  2177. ]]>
  2178. <!ENTITY % orderedlist.element "INCLUDE">
  2179. <![%orderedlist.element;[
  2180. <!ELEMENT orderedlist (listitem*)>
  2181. ]]>
  2182. <!ENTITY % listitem.element "INCLUDE">
  2183. <![%listitem.element;[
  2184. <!ELEMENT listitem (para*)>
  2185. ]]>
  2186. <!ENTITY % para.element "INCLUDE">
  2187. <![%para.element;[
  2188. <!ELEMENT para (#PCDATA)>
  2189. ]]>
  2190. <!-- ............................................................... -->
  2191. <!-- Change history ................................................ -->
  2192. <!-- ............................................................... -->
  2193. <!--
  2194. #1997-08-18: maler
  2195. #- Did a major revision.
  2196. #1997-09-10: maler
  2197. #- Updated FPI.
  2198. #- Removed namekey element and put key attribute on name element.
  2199. #- Made statusp element and supporting entities.
  2200. #- Added slist element with sitem+ content.
  2201. #- Required head on scrap and added new bnf subelement.
  2202. #- Added an xnt element and allowed it and nt in regular text and rhs.
  2203. #- Removed the ntref element.
  2204. #- Added back the com element to the content of rhs.
  2205. #- Added a key attribute to bibl.
  2206. #- Removed the ident element.
  2207. #- Added a term element to be used inside termdef.
  2208. #- Added an xtermref element parallel to termref.
  2209. #- Beefed up DTD comments.
  2210. #1997-09-12: maler
  2211. #- Allowed term element in general text.
  2212. #- Changed bibref to EMPTY.
  2213. #- Added ref.class to termdef.pcd.mix.
  2214. #1997-09-14: maler
  2215. #- Changed main attribute of xtermref from def to href.
  2216. #- Added termdef.class to label contents.
  2217. #1997-09-30: maler
  2218. #- Added character entity module and added new entities.
  2219. #- Removed p from appearing directly in self; created %p.mix;.
  2220. #- Added inform-div (non-normative division) element.
  2221. #- Fixed xtermref comment to mention href, not ref.
  2222. #- Extended orglist model to allow optional affiliation.
  2223. #- Modified author to make affiliation optional.
  2224. #- Added %speclist.class; and %note.class; to %obj.mix; and %p.mix;.
  2225. #- Added %note.class; and %illus.class; to %termdef.pcd.mix;.
  2226. #- Added unused HTML elements.
  2227. #- Put empty system ID next to public ID in entity declarations.
  2228. #1997-10-14: maler
  2229. #- Fixed "unused" div content model to move nested div to mixture.
  2230. #1997-10-16: maler
  2231. #- Added SGML Open Exchange tables.
  2232. #1997-11-28: maler
  2233. #- Added support for prodgroup and its attributes.
  2234. #- Added support for HTML tables.
  2235. #- Added loc and bibref to content of com.
  2236. #- Added loc to general p content models.
  2237. #- Allowed p as alternative to statusp in status.
  2238. #- Added non-null system IDs to external parameter entity declarations.
  2239. #- (Modified the SGML Open table module to make it XML-compliant.)
  2240. #- (Modified the character entity module.)
  2241. #1997-12-29: maler
  2242. #- Moved #PCDATA occurrences to come before GIs in content models.
  2243. #- Removed use of the SGML Open table module.
  2244. #- Added xspecref element.
  2245. #- Ensured that all FPIs contain 4-digit year.
  2246. #- (Modified the character entity module.)
  2247. #1998-03-10: maler
  2248. #- Merged the character entity and table modules into the main file.
  2249. #- Added ldquo and rdquo entities.
  2250. #- Added common attributes to prodgroup.
  2251. #- Made the email element in header optional.
  2252. #- Removed reference to the SGML Open table model.
  2253. #- Added ednote element.
  2254. #- Added quote element.
  2255. #- Updated XLink usage to reflect 3 March 1998 WD.
  2256. #- Added "local" entities to the class entities for customization.
  2257. #- Parameterized several content models to allow for customization.
  2258. #1998-03-23: maler
  2259. #- Cleaned up some comments and removed some others.
  2260. #- Added xml:space semi-common attribute to eg and bnf elements.
  2261. #- Added show and embed attributes on all the uses of href.
  2262. #- Added %common.att; to all HTML table elements.
  2263. #- Added a real URI to the "typical invocation" comment.
  2264. #1998-05-14: maler
  2265. #- Fixed mdash, ldquo, and rdquo character entities.
  2266. #- Switched to the full HTML 4.0 table model.
  2267. #- Removed htable/htbody elements and replaced them with table/tbody.
  2268. #- Added issue element to %note.class; and declared it.
  2269. #- Allowed prevlocs and latestloc in either order.
  2270. #- Added key-term, htable, htbody, and statusp as unused elements.
  2271. #- Removed real statusp element in favor of plain p.
  2272. #1998-05-21: maler
  2273. #- Declared generic constraint and constraintnote elements.
  2274. #- Added constraintnote to %note.class;.
  2275. #- Added constraint to %eg.pcd.mix; and prod content model.
  2276. #1998-08-22: maler
  2277. #- Fixed %illus.class; to mention table instead of htable.
  2278. #- Added definitions to %illus.class; for DOM model.
  2279. #- Added DOM definitions element and its substructure.
  2280. #- Updated XLink usage in %href.att; to use xlink:form and #IMPLIED.
  2281. #- Added clarifying comments to href-using elements.
  2282. #1998-11-30: maler
  2283. #- Added new unused elements to support DocBook translation.
  2284. #- Updated maler phone numbers.
  2285. #1998-12-3: maler
  2286. #- Fixed character entities with respect to escaping of ampersands.
  2287. #- Added many more explanatory comments.
  2288. #1999-07-02: maler
  2289. #- Added %loc.class; to all PCD mixes that didn't already have it.
  2290. #- Removed unused %loc.pcd.mix;.
  2291. #- Made version in spec header optional.
  2292. #- Added three new attributes to spec.
  2293. #- Broadened content of edtext.
  2294. #- Added optional copyright element to header.
  2295. #- Reorganized XLink-related parameter entities; added xmlns:xlink.
  2296. #- Changed edtext content from #PCDATA to %p.pcd.mix;.
  2297. #- Added show/actuate atts and default values to all href elements.
  2298. #- Changed versioning scheme from 8-digit dates to version numbers.
  2299. #- Added w3c-doctype, other-doctype, status atts to spec element.
  2300. #- Added prodrecap element inside scrap.
  2301. #- Added headstyle attribute to scrap.
  2302. #2000-03-07: maler
  2303. #- Added proto element, its arg subelement, and the %argtypes; entity.
  2304. #- Added function, var, sub, sup, phrase, el, att, attval elements.
  2305. #- Expanded emph to %p.pcd.mix;.
  2306. #- Allowed status and abstract to appear in the opposite order.
  2307. #- Updated XLink usage to the latest WD, except for href and source.
  2308. #- Removed the xml:attributes attribute from graphic.
  2309. #- Added %local.graphic.att; to graphic.
  2310. #- Added common diff attribute.
  2311. #- Added div5 element.
  2312. #- Broadened content models of publoc, prevlocs, and latestloc.
  2313. #- Added head, source, resolution, and status attribute to issue.
  2314. #- Added cr, issues, and dispcmts to w3c-doctype attribute on spec.
  2315. #- Added example element.
  2316. -->
  2317. <!-- ............................................................... -->
  2318. <!-- End of XML specification DTD .................................. -->
  2319. <!-- ............................................................... -->
  2320.