home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _B6028F9AFE8D4A968419C1C04A732741 < prev    next >
Encoding:
Text File  |  2003-07-28  |  1.1 KB  |  44 lines

  1. <!--
  2.  | (C) Copyright IBM Corporation 2001, 2002, 2003. All Rights Reserved.
  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 map 1.0//EN
  13.  |
  14.  | Release history (vrm):
  15.  |   1.1.2 introduced with Release 1.2, June 2003
  16.  |
  17.  *-->
  18.  
  19. <!-- declare each element as PE for domain specialization -->
  20.  
  21. <!ENTITY % map "map">
  22. <!ENTITY % topicref "topicref">
  23.  
  24.  
  25. <!-- element declarations -->
  26.  
  27. <!ELEMENT map (%topicref;)*>
  28. <!ATTLIST map title     CDATA #IMPLIED
  29.               id        ID    #IMPLIED
  30. >
  31.  
  32. <!ELEMENT topicref (%topicref;)*>
  33. <!ATTLIST topicref
  34.   navtitle     CDATA     #IMPLIED
  35.   id           ID        #IMPLIED
  36.   href         CDATA     #IMPLIED
  37.   type         CDATA     #IMPLIED
  38. >
  39.  
  40.  
  41. <!--specialization attributes-->
  42.  
  43. <!ATTLIST map class CDATA "- map/map ">
  44. <!ATTLIST topicref class CDATA "- map/topicref ">