topicDefn.ent 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!-- ============================================================= -->
  2. <!-- HEADER -->
  3. <!-- ============================================================= -->
  4. <!-- MODULE: DITA Topic Definitions -->
  5. <!-- VERSION: 1.1 -->
  6. <!-- DATE: November 2006 -->
  7. <!-- -->
  8. <!-- ============================================================= -->
  9. <!-- ============================================================= -->
  10. <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
  11. <!-- TYPICAL INVOCATION -->
  12. <!-- -->
  13. <!-- Refer to this file by the following public identifier or an
  14. PUBLIC"-//OASIS//ENTITIES DITA Topic Definitions//EN"
  15. Delivered as file "topicDefn.ent" -->
  16. <!-- ============================================================= -->
  17. <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
  18. <!-- -->
  19. <!-- PURPOSE: Declaring the topic definitions -->
  20. <!-- -->
  21. <!-- ORIGINAL CREATION DATE: -->
  22. <!-- March 2001 -->
  23. <!-- -->
  24. <!-- (C) Copyright OASIS Open 2005, 2006. -->
  25. <!-- (C) Copyright IBM Corporation 2001, 2004. -->
  26. <!-- All Rights Reserved. -->
  27. <!-- -->
  28. <!-- UPDATES: -->
  29. <!-- 2005.11.15 RDA: Removed old declarations for spanspec and -->
  30. <!-- tfoot entities -->
  31. <!-- 2005.11.15 RDA: Corrected the "Delivered as" system ID -->
  32. <!-- 2006.07.06 RDA: Moved common elements to the module -->
  33. <!-- commonElements.ent -->
  34. <!-- ============================================================= -->
  35. <!-- ============================================================= -->
  36. <!-- ELEMENT NAME ENTITIES -->
  37. <!-- ============================================================= -->
  38. <!ENTITY % topic "topic" >
  39. <!ENTITY % abstract "abstract" >
  40. <!ENTITY % body "body" >
  41. <!ENTITY % example "example" >
  42. <!ENTITY % link "link" >
  43. <!ENTITY % linkinfo "linkinfo" >
  44. <!ENTITY % linklist "linklist" >
  45. <!ENTITY % linkpool "linkpool" >
  46. <!ENTITY % linktext "linktext" >
  47. <!ENTITY % metadata "metadata" >
  48. <!ENTITY % navtitle "navtitle" >
  49. <!ENTITY % no-topic-nesting
  50. "no-topic-nesting" >
  51. <!ENTITY % prolog "prolog" >
  52. <!ENTITY % related-links
  53. "related-links" >
  54. <!ENTITY % searchtitle "searchtitle" >
  55. <!ENTITY % section "section" >
  56. <!ENTITY % shortdesc "shortdesc" >
  57. <!ENTITY % titlealts "titlealts" >
  58. <!-- Also include common elements used in topics
  59. and maps -->
  60. <!ENTITY % commonDefns PUBLIC
  61. "-//OASIS//ENTITIES DITA Common Elements//EN"
  62. "commonElements.ent" >
  63. %commonDefns;
  64. <!-- ================== End Topic Definitions Entities =========== -->