home *** CD-ROM | disk | FTP | other *** search
- <!--
- | (C) Copyright IBM Corporation 2001, 2002, 2003. All Rights Reserved.
- | This file is part of the DITA package on IBM's developerWorks site.
- | See license.txt for disclaimers.
- |
- | The Darwin Information Typing Architecture (DITA) was orginated by
- | IBM's XML Workgroup and ID Workbench tools team.
- |
- | Refer to this file by the following public identfier or an appropriate
- | system identifier:
- |
- | Public: -//IBM//DTD DITA map 1.0//EN
- |
- | Release history (vrm):
- | 1.1.2 introduced with Release 1.2, June 2003
- |
- *-->
-
- <!-- declare each element as PE for domain specialization -->
-
- <!ENTITY % map "map">
- <!ENTITY % topicref "topicref">
-
-
- <!-- element declarations -->
-
- <!ELEMENT map (%topicref;)*>
- <!ATTLIST map title CDATA #IMPLIED
- id ID #IMPLIED
- >
-
- <!ELEMENT topicref (%topicref;)*>
- <!ATTLIST topicref
- navtitle CDATA #IMPLIED
- id ID #IMPLIED
- href CDATA #IMPLIED
- type CDATA #IMPLIED
- >
-
-
- <!--specialization attributes-->
-
- <!ATTLIST map class CDATA "- map/map ">
- <!ATTLIST topicref class CDATA "- map/topicref ">