home *** CD-ROM | disk | FTP | other *** search
- <!--
- | Copyright IBM Corporation, 2001, 2002
- | 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 Concept//EN"
- |
- | Release history (vrm):
- | 1.0.0 Initial release on developerWorks, March 2001 (dita00.zip)
- | 1.0.1 fix 1 on developerWorks, October 2001 (dita01.zip)
- | 1.0.2 consolidated redesign December 2001
- | 1.0.3 fix 1, dtd freeze for UCD-1 January 2002
- | 1.1.0 Release 1 May 2002
- *-->
-
-
-
- <!--vocabulary declarations-->
- <!ENTITY % ui-d-dec PUBLIC "-//IBM//ENTITIES DITA User Interface Domain//EN" "ui-domain.ent">
- %ui-d-dec;
- <!ENTITY % hi-d-dec PUBLIC "-//IBM//ENTITIES DITA Highlight Domain//EN" "highlight-domain.ent">
- %hi-d-dec;
- <!ENTITY % pr-d-dec PUBLIC "-//IBM//ENTITIES DITA Programming Domain//EN" "programming-domain.ent">
- %pr-d-dec;
- <!ENTITY % sw-d-dec PUBLIC "-//IBM//ENTITIES DITA Software Domain//EN" "software-domain.ent">
- %sw-d-dec;
-
-
-
- <!--vocabulary substitution (one for each extended base element,
- with the name of the domain(s) in which the extension was declared)-->
- <!ENTITY % pre "pre | %pr-d-pre; | %sw-d-pre;">
- <!ENTITY % keyword "keyword | %pr-d-keyword; | %sw-d-keyword; | %ui-d-keyword;">
- <!ENTITY % ph "ph | %pr-d-ph; | %sw-d-ph; | %hi-d-ph; | %ui-d-ph;">
- <!ENTITY % fig "fig | %pr-d-fig;">
- <!ENTITY % dl "dl | %pr-d-dl;">
-
-
- <!--Redefine the infotype entity to exclude other topic types and disallow nesting-->
- <!ENTITY % concept-info-types "concept">
-
- <!--vocabulary attributes (must be declared ahead of the dtds, which puts @domains first in order) -->
- <!ENTITY included-domains "&ui-d-att; &hi-d-att; &pr-d-att; &sw-d-att;">
-
- <!--Embed topic to get generic elements -->
- <!ENTITY % topic-type PUBLIC "-//IBM//ELEMENTS DITA Topic//EN" "topic.mod">
- %topic-type;
-
- <!--Embed concept to get specific elements -->
- <!ENTITY % concept-typemod PUBLIC "-//IBM//ELEMENTS DITA Concept//EN" "concept.mod">
- %concept-typemod;
-
-
- <!--vocabulary definitions-->
- <!ENTITY % ui-d-def PUBLIC "-//IBM//ELEMENTS DITA User Interface Domain//EN" "ui-domain.mod">
- %ui-d-def;
- <!ENTITY % hi-d-def PUBLIC "-//IBM//ELEMENTS DITA Highlight Domain//EN" "highlight-domain.mod">
- %hi-d-def;
- <!ENTITY % pr-d-def PUBLIC "-//IBM//ELEMENTS DITA Programming Domain//EN" "programming-domain.mod">
- %pr-d-def;
- <!ENTITY % sw-d-def PUBLIC "-//IBM//ELEMENTS DITA Software Domain//EN" "software-domain.mod">
- %sw-d-def;
-
-