home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _B6EC35C07BB94DC3A08C2A6B5431AAD3 < prev    next >
Encoding:
Text File  |  2002-09-20  |  2.7 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 Task//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. <!--vocabulary declarations-->
  25. <!ENTITY % ui-d-dec PUBLIC "-//IBM//ENTITIES DITA User Interface Domain//EN" "ui-domain.ent">
  26.   %ui-d-dec;
  27. <!ENTITY % hi-d-dec PUBLIC "-//IBM//ENTITIES DITA Highlight Domain//EN" "highlight-domain.ent">
  28.   %hi-d-dec;
  29. <!ENTITY % pr-d-dec PUBLIC "-//IBM//ENTITIES DITA Programming Domain//EN" "programming-domain.ent">
  30.   %pr-d-dec;
  31. <!ENTITY % sw-d-dec PUBLIC "-//IBM//ENTITIES DITA Software Domain//EN" "software-domain.ent">
  32.   %sw-d-dec;
  33.  
  34.  
  35.  
  36. <!--vocabulary substitution (one for each extended base element,
  37.     with the name of the domain(s) in which the extension was declared)-->
  38. <!ENTITY % pre     "pre     | %pr-d-pre;     | %sw-d-pre;">
  39. <!ENTITY % keyword "keyword | %pr-d-keyword; | %sw-d-keyword; | %ui-d-keyword;">
  40. <!ENTITY % ph      "ph      | %pr-d-ph;      | %sw-d-ph;      | %hi-d-ph; | %ui-d-ph;">
  41. <!ENTITY % fig     "fig     | %pr-d-fig;">
  42. <!ENTITY % dl      "dl      | %pr-d-dl;">
  43.  
  44.  
  45. <!--Redefine the infotype entity to exclude other topic types and disallow nesting-->
  46. <!ENTITY % task-info-types "task">
  47.  
  48. <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
  49. <!ENTITY included-domains "&ui-d-att; &hi-d-att; &pr-d-att; &sw-d-att;">
  50.  
  51. <!--Embed topic to get generic elements -->
  52. <!ENTITY % topic-type PUBLIC "-//IBM//ELEMENTS DITA Topic//EN" "topic.mod">
  53.   %topic-type;
  54.  
  55. <!--Embed task to get specific elements -->
  56. <!ENTITY % task-typemod PUBLIC "-//IBM//ELEMENTS DITA Task//EN" "task.mod">
  57.   %task-typemod;
  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.