mapGroup.mod 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!-- ============================================================= -->
  2. <!-- HEADER -->
  3. <!-- ============================================================= -->
  4. <!-- MODULE: DITA Map Group Domain -->
  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. appropriate system identifier
  15. PUBLIC "-//OASIS//ELEMENTS DITA Map Group Domain//EN"
  16. Delivered as file "mapGroup.mod" -->
  17. <!-- ============================================================= -->
  18. <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
  19. <!-- -->
  20. <!-- PURPOSE: Define elements and specialization attributes -->
  21. <!-- for Map Group Domain -->
  22. <!-- -->
  23. <!-- ORIGINAL CREATION DATE: -->
  24. <!-- March 2001 -->
  25. <!-- -->
  26. <!-- (C) Copyright OASIS Open 2005, 2006. -->
  27. <!-- (C) Copyright IBM Corporation 2001, 2004. -->
  28. <!-- All Rights Reserved. -->
  29. <!-- -->
  30. <!-- UPDATES: -->
  31. <!-- 2005.11.15 RDA: Corrected the "Delivered as" system ID -->
  32. <!-- 2006.06.07 RDA: Make universal attributes universal -->
  33. <!-- (DITA 1.1 proposal #12) -->
  34. <!-- ============================================================= -->
  35. <!-- ============================================================= -->
  36. <!-- ELEMENT NAME ENTITIES -->
  37. <!-- ============================================================= -->
  38. <!ENTITY % topichead "topichead" >
  39. <!ENTITY % topicgroup "topicgroup" >
  40. <!-- ============================================================= -->
  41. <!-- ELEMENT DECLARATIONS -->
  42. <!-- ============================================================= -->
  43. <!-- LONG NAME: Topic Head -->
  44. <!ELEMENT topichead ((%topicmeta;)?,
  45. (%topicref; | %navref; | %anchor; |
  46. %data.elements.incl;)* ) >
  47. <!ATTLIST topichead
  48. navtitle CDATA #REQUIRED
  49. outputclass
  50. CDATA #IMPLIED
  51. %topicref-atts;
  52. %univ-atts; >
  53. <!-- LONG NAME: Topic Group -->
  54. <!ELEMENT topicgroup ((%topicmeta;)?,
  55. (%topicref; | %navref; | %anchor; |
  56. %data.elements.incl;)* ) >
  57. <!ATTLIST topicgroup
  58. outputclass
  59. CDATA #IMPLIED
  60. %topicref-atts;
  61. %univ-atts; >
  62. <!-- ============================================================= -->
  63. <!-- SPECIALIZATION ATTRIBUTE DECLARATIONS -->
  64. <!-- ============================================================= -->
  65. <!ATTLIST topichead %global-atts; class CDATA "+ map/topicref mapgroup-d/topichead ">
  66. <!ATTLIST topicgroup %global-atts; class CDATA "+ map/topicref mapgroup-d/topicgroup ">
  67. <!-- ================== DITA Map Group Domain =================== -->