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//ELEMENTS 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
- *-->
-
- <!ENTITY % DTDVersion '"V1.1.0"' >
-
-
- <!-- ============ Specialization of declared elements ============ -->
- <!ENTITY % conceptClasses SYSTEM "concept_class.ent">
- <!--%conceptClasses;-->
-
- <!ENTITY % conbody "conbody">
-
- <!ENTITY % concept-info-types "%info-types;">
- <!ENTITY included-domains "">
-
- <!ELEMENT concept (%title;, (%titlealts;)?, (%shortdesc;)?, (%prolog;)?, %conbody;, (%related-links;)?, (%concept-info-types;)* )>
- <!ATTLIST concept id ID #REQUIRED
- conref CDATA #IMPLIED
- outputclass CDATA #IMPLIED
- xml:lang NMTOKEN #IMPLIED
- DTDVersion CDATA #FIXED %DTDVersion;
- domains CDATA "&included-domains;"
- >
-
- <!ELEMENT conbody ((%body.cnt;)*, (%section;)*) >
- <!ATTLIST conbody %univ-atts;
- outputclass CDATA #IMPLIED
- >
-
-
- <!--specialization attributes-->
-
- <!ATTLIST concept class CDATA "- topic/topic concept/concept ">
- <!ATTLIST conbody class CDATA "- topic/body concept/conbody ">
-
-
-
-
-