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

  1. <!--
  2.  | Copyright IBM Corporation, 2001, 2002
  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 May 2002
  20.  *-->
  21.  
  22.  
  23.  
  24.  
  25. <!--vocabulary declarations-->
  26. <!ENTITY % ui-d-dec PUBLIC "-//IBM//ENTITIES DITA User Interface Domain//EN" "ui-domain.ent">
  27.   %ui-d-dec;
  28. <!ENTITY % hi-d-dec PUBLIC "-//IBM//ENTITIES DITA Highlight Domain//EN" "highlight-domain.ent">
  29.   %hi-d-dec;
  30. <!ENTITY % pr-d-dec PUBLIC "-//IBM//ENTITIES DITA Programming Domain//EN" "programming-domain.ent">
  31.   %pr-d-dec;
  32. <!ENTITY % sw-d-dec PUBLIC "-//IBM//ENTITIES DITA Software Domain//EN" "software-domain.ent">
  33.   %sw-d-dec;
  34.  
  35.  
  36.  
  37. <!--vocabulary substitution (one for each extended base element,
  38.     with the name of the domain(s) in which the extension was declared)-->
  39. <!ENTITY % pre     "pre     | %pr-d-pre;     | %sw-d-pre;">
  40. <!ENTITY % keyword "keyword | %pr-d-keyword; | %sw-d-keyword; | %ui-d-keyword;">
  41. <!ENTITY % ph      "ph      | %pr-d-ph;      | %sw-d-ph;      | %hi-d-ph; | %ui-d-ph;">
  42. <!ENTITY % fig     "fig     | %pr-d-fig;">
  43. <!ENTITY % dl      "dl      | %pr-d-dl;">
  44.  
  45.  
  46. <!--Redefine the infotype entity to exclude other topic types and disallow nesting-->
  47. <!ENTITY % topic-info-types "topic">
  48.  
  49. <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
  50. <!ENTITY included-domains "&ui-d-att; &hi-d-att; &pr-d-att; &sw-d-att;">
  51.  
  52. <!--Embed topic to get generic elements -->
  53. <!ENTITY % topic-type PUBLIC "-//IBM//ELEMENTS DITA Topic//EN" "topic.mod">
  54.   %topic-type;
  55.  
  56. <!--Embed specialized mods to get specific elements -->
  57.  
  58.  
  59. <!--vocabulary definitions-->
  60. <!ENTITY % ui-d-def PUBLIC "-//IBM//ELEMENTS DITA User Interface Domain//EN" "ui-domain.mod">
  61.   %ui-d-def;
  62. <!ENTITY % hi-d-def PUBLIC "-//IBM//ELEMENTS DITA Highlight Domain//EN" "highlight-domain.mod">
  63.   %hi-d-def;
  64. <!ENTITY % pr-d-def PUBLIC "-//IBM//ELEMENTS DITA Programming Domain//EN" "programming-domain.mod">
  65.   %pr-d-def;
  66. <!ENTITY % sw-d-def PUBLIC "-//IBM//ELEMENTS DITA Software Domain//EN" "software-domain.mod">
  67.   %sw-d-def;
  68.