home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _AEAD475A6A754C8B85C66020B124881B < prev    next >
Encoding:
Text File  |  2003-07-28  |  2.7 KB  |  70 lines

  1. <!--
  2.  | (C) Copyright IBM Corporation 2001, 2002, 2003. All Rights Reserved.
  3.  | This file is part of the DITA package on IBM's developerWorks site.
  4.  | See license.txt for disclaimers.
  5.  |
  6.  | The Darwin Information Typing Architecture (DITA) was orginated by
  7.  | IBM's XML Workgroup and ID Workbench tools team.
  8.  |
  9.  | Refer to this file by the following public identfier or an appropriate
  10.  | system identifier:
  11.  |
  12.  |   PUBLIC "-//IBM//DTD DITA Topic//EN"
  13.  |
  14.  | Release history (vrm):
  15.  |   1.0.0 Initial release on developerWorks, March 2001 (dita00.zip)
  16.  |   1.0.1 fix 1 on developerWorks, October 2001 (dita01.zip)
  17.  |   1.0.2 consolidated redesign December 2001
  18.  |   1.0.3 fix 1, dtd freeze for UCD-1 January 2002
  19.  |   1.1.0 Release 1 March 2002 (dita10.zip)
  20.  |   1.1.1 Release 1.1 December 2002
  21.  |   1.1.2 Release 1.2 June 2003
  22.  *-->
  23.  
  24.  
  25.  
  26.  
  27. <!--vocabulary declarations-->
  28. <!ENTITY % ui-d-dec PUBLIC "-//IBM//ENTITIES DITA User Interface Domain//EN" "ui-domain.ent">
  29.   %ui-d-dec;
  30. <!ENTITY % hi-d-dec PUBLIC "-//IBM//ENTITIES DITA Highlight Domain//EN" "highlight-domain.ent">
  31.   %hi-d-dec;
  32. <!ENTITY % pr-d-dec PUBLIC "-//IBM//ENTITIES DITA Programming Domain//EN" "programming-domain.ent">
  33.   %pr-d-dec;
  34. <!ENTITY % sw-d-dec PUBLIC "-//IBM//ENTITIES DITA Software Domain//EN" "software-domain.ent">
  35.   %sw-d-dec;
  36.  
  37.  
  38.  
  39. <!--vocabulary substitution (one for each extended base element,
  40.     with the name of the domain(s) in which the extension was declared)-->
  41. <!ENTITY % pre     "pre     | %pr-d-pre;     | %sw-d-pre;     | %ui-d-pre;">
  42. <!ENTITY % keyword "keyword | %pr-d-keyword; | %sw-d-keyword; | %ui-d-keyword;">
  43. <!ENTITY % ph      "ph      | %pr-d-ph;      | %sw-d-ph;      | %hi-d-ph; | %ui-d-ph;">
  44. <!ENTITY % fig     "fig     | %pr-d-fig;">
  45. <!ENTITY % dl      "dl      | %pr-d-dl;">
  46.  
  47.  
  48. <!--Redefine the infotype entity to exclude other topic types and disallow nesting-->
  49. <!ENTITY % topic-info-types "topic">
  50.  
  51. <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
  52. <!ENTITY included-domains "&ui-d-att; &hi-d-att; &pr-d-att; &sw-d-att;">
  53.  
  54. <!--Embed topic to get generic elements -->
  55. <!ENTITY % topic-type PUBLIC "-//IBM//ELEMENTS DITA Topic//EN" "topic.mod">
  56.   %topic-type;
  57.  
  58. <!--Embed specialized mods to get specific elements -->
  59.  
  60.  
  61. <!--vocabulary definitions-->
  62. <!ENTITY % ui-d-def PUBLIC "-//IBM//ELEMENTS DITA User Interface Domain//EN" "ui-domain.mod">
  63.   %ui-d-def;
  64. <!ENTITY % hi-d-def PUBLIC "-//IBM//ELEMENTS DITA Highlight Domain//EN" "highlight-domain.mod">
  65.   %hi-d-def;
  66. <!ENTITY % pr-d-def PUBLIC "-//IBM//ELEMENTS DITA Programming Domain//EN" "programming-domain.mod">
  67.   %pr-d-def;
  68. <!ENTITY % sw-d-def PUBLIC "-//IBM//ELEMENTS DITA Software Domain//EN" "software-domain.mod">
  69.   %sw-d-def;
  70.