commonElements.ent 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <!-- ============================================================= -->
  2. <!-- HEADER -->
  3. <!-- ============================================================= -->
  4. <!-- MODULE: DITA Common Element Entities -->
  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 Common Elements//EN"
  15. Delivered as file "commonElements.ent" -->
  16. <!-- ============================================================= -->
  17. <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
  18. <!-- -->
  19. <!-- PURPOSE: Declaring the definitions for elements used in -->
  20. <!-- both maps and topics -->
  21. <!-- -->
  22. <!-- ORIGINAL CREATION DATE: -->
  23. <!-- June 2006 -->
  24. <!-- -->
  25. <!-- (C) Copyright OASIS Open 2005, 2006. -->
  26. <!-- (C) Copyright IBM Corporation 2001, 2004. -->
  27. <!-- All Rights Reserved. -->
  28. <!-- -->
  29. <!-- UPDATES: -->
  30. <!-- ============================================================= -->
  31. <!-- ============================================================= -->
  32. <!-- ELEMENT NAME ENTITIES -->
  33. <!-- ============================================================= -->
  34. <!-- Elements in commonElements.mod -->
  35. <!ENTITY % alt "alt" >
  36. <!ENTITY % boolean "boolean" >
  37. <!ENTITY % cite "cite" >
  38. <!ENTITY % data "data" >
  39. <!ENTITY % data-about "data-about" >
  40. <!ENTITY % dd "dd" >
  41. <!ENTITY % ddhd "ddhd" >
  42. <!ENTITY % desc "desc" >
  43. <!ENTITY % dl "dl" >
  44. <!ENTITY % dlentry "dlentry" >
  45. <!ENTITY % dlhead "dlhead" >
  46. <!ENTITY % draft-comment
  47. "draft-comment" >
  48. <!ENTITY % dt "dt" >
  49. <!ENTITY % dthd "dthd" >
  50. <!ENTITY % fig "fig" >
  51. <!ENTITY % figgroup "figgroup" >
  52. <!ENTITY % fn "fn" >
  53. <!ENTITY % foreign "foreign" >
  54. <!ENTITY % image "image" >
  55. <!ENTITY % indexterm "indexterm" >
  56. <!ENTITY % index-base "index-base" >
  57. <!ENTITY % indextermref "indextermref" >
  58. <!ENTITY % itemgroup "itemgroup" >
  59. <!ENTITY % keyword "keyword" >
  60. <!ENTITY % li "li" >
  61. <!ENTITY % lines "lines" >
  62. <!ENTITY % lq "lq" >
  63. <!ENTITY % note "note" >
  64. <!ENTITY % object "object" >
  65. <!ENTITY % ol "ol" >
  66. <!ENTITY % p "p" >
  67. <!ENTITY % param "param" >
  68. <!ENTITY % ph "ph" >
  69. <!ENTITY % pre "pre" >
  70. <!ENTITY % q "q" >
  71. <!ENTITY % required-cleanup
  72. "required-cleanup" >
  73. <!ENTITY % sl "sl" >
  74. <!ENTITY % sli "sli" >
  75. <!ENTITY % simpletable "simpletable" >
  76. <!ENTITY % state "state" >
  77. <!ENTITY % stentry "stentry" >
  78. <!ENTITY % sthead "sthead" >
  79. <!ENTITY % strow "strow" >
  80. <!ENTITY % term "term" >
  81. <!ENTITY % title "title" >
  82. <!ENTITY % tm "tm" >
  83. <!ENTITY % ul "ul" >
  84. <!ENTITY % unknown "unknown" >
  85. <!ENTITY % xref "xref" >
  86. <!-- Elements in tblDecl.mod -->
  87. <!ENTITY % table "table" >
  88. <!ENTITY % colspec "colspec" >
  89. <!ENTITY % entry "entry" >
  90. <!ENTITY % row "row" >
  91. <!ENTITY % tbody "tbody" >
  92. <!ENTITY % tgroup "tgroup" >
  93. <!ENTITY % thead "thead" >
  94. <!-- Elements in metaDecl.mod -->
  95. <!ENTITY % audience "audience" >
  96. <!ENTITY % author "author" >
  97. <!ENTITY % brand "brand" >
  98. <!ENTITY % category "category" >
  99. <!ENTITY % component "component" >
  100. <!ENTITY % copyrholder "copyrholder" >
  101. <!ENTITY % copyright "copyright" >
  102. <!ENTITY % copyryear "copyryear" >
  103. <!ENTITY % created "created" >
  104. <!ENTITY % critdates "critdates" >
  105. <!ENTITY % featnum "featnum" >
  106. <!ENTITY % keywords "keywords" >
  107. <!ENTITY % othermeta "othermeta" >
  108. <!ENTITY % permissions "permissions" >
  109. <!ENTITY % platform "platform" >
  110. <!ENTITY % prodinfo "prodinfo" >
  111. <!ENTITY % prodname "prodname" >
  112. <!ENTITY % prognum "prognum" >
  113. <!ENTITY % publisher "publisher" >
  114. <!ENTITY % resourceid "resourceid" >
  115. <!ENTITY % revised "revised" >
  116. <!ENTITY % series "series" >
  117. <!ENTITY % source "source" >
  118. <!ENTITY % vrm "vrm" >
  119. <!ENTITY % vrmlist "vrmlist" >
  120. <!-- ================== End Common Element Entities ============== -->