home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _A872990E647E40D190B6F243F6C1B235 < prev    next >
Encoding:
Text File  |  2002-09-20  |  3.1 KB  |  79 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 Composite//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
  20.  *-->
  21.  
  22.  
  23. <!--vocabulary declarations-->
  24. <!ENTITY % ui-d-dec PUBLIC "-//IBM//ENTITIES DITA User Interface Domain//EN" "ui-domain.ent">
  25.   %ui-d-dec;
  26. <!ENTITY % hi-d-dec PUBLIC "-//IBM//ENTITIES DITA Highlight Domain//EN" "highlight-domain.ent">
  27.   %hi-d-dec;
  28. <!ENTITY % pr-d-dec PUBLIC "-//IBM//ENTITIES DITA Programming Domain//EN" "programming-domain.ent">
  29.   %pr-d-dec;
  30. <!ENTITY % sw-d-dec PUBLIC "-//IBM//ENTITIES DITA Software Domain//EN" "software-domain.ent">
  31.   %sw-d-dec;
  32.  
  33.  
  34.  
  35. <!--vocabulary substitution (one for each extended base element,
  36.     with the name of the domain(s) in which the extension was declared)-->
  37. <!ENTITY % pre     "pre     | %pr-d-pre;     | %sw-d-pre;">
  38. <!ENTITY % keyword "keyword | %pr-d-keyword; | %sw-d-keyword; | %ui-d-keyword;">
  39. <!ENTITY % ph      "ph      | %pr-d-ph;      | %sw-d-ph;      | %hi-d-ph; | %ui-d-ph;">
  40. <!ENTITY % fig     "fig     | %pr-d-fig;">
  41. <!ENTITY % dl      "dl      | %pr-d-dl;">
  42.  
  43.  
  44. <!--Redefine the infotype entity to exclude other topic types but allow nesting-->
  45. <!ENTITY % info-types "topic | concept | task | reference">
  46.  
  47. <!-- define a containment for topics for editor support -->
  48. <!ELEMENT dita (%info-types;)+>
  49.  
  50. <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
  51. <!ENTITY included-domains "&ui-d-att; &hi-d-att; &pr-d-att; &sw-d-att;">
  52.  
  53. <!--Embed topic to get generic elements -->
  54. <!ENTITY % topic-type PUBLIC "-//IBM//ELEMENTS DITA Topic//EN" "topic.mod">
  55.   %topic-type;
  56.  
  57. <!--Embed concept to get specific elements -->
  58. <!ENTITY % concept-typemod PUBLIC "-//IBM//ELEMENTS DITA Concept//EN" "concept.mod">
  59.   %concept-typemod;
  60.  
  61. <!--Embed task to get specific elements -->
  62. <!ENTITY % task-typemod PUBLIC "-//IBM//ELEMENTS DITA Task//EN" "task.mod">
  63.   %task-typemod;
  64.  
  65. <!--Embed reference to get specific elements -->
  66. <!ENTITY % reference-typemod PUBLIC "-//IBM//ELEMENTS DITA Reference//EN" "reference.mod">
  67.   %reference-typemod;
  68.  
  69.  
  70. <!--vocabulary definitions-->
  71. <!ENTITY % ui-d-def PUBLIC "-//IBM//ELEMENTS DITA User Interface Domain//EN" "ui-domain.mod">
  72.   %ui-d-def;
  73. <!ENTITY % hi-d-def PUBLIC "-//IBM//ELEMENTS DITA Highlight Domain//EN" "highlight-domain.mod">
  74.   %hi-d-def;
  75. <!ENTITY % pr-d-def PUBLIC "-//IBM//ELEMENTS DITA Programming Domain//EN" "programming-domain.mod">
  76.   %pr-d-def;
  77. <!ENTITY % sw-d-def PUBLIC "-//IBM//ELEMENTS DITA Software Domain//EN" "software-domain.mod">
  78.   %sw-d-def;
  79.