home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _3D88DE9684974C989AE3111C6A855A9B < prev    next >
Encoding:
Text File  |  2002-09-20  |  1.8 KB  |  57 lines

  1. <!--
  2.  | Copyright IBM Corporation, 2001, 2002
  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//ELEMENTS DITA Concept//EN"
  13.  |
  14.  | Release history (vrm):
  15.  |   1.0.0 Initial release on developerWorks, March 2001 (dita00.zip)
  16.  |   1.0.1 fix 1 on developerWorks, October 2001 (dita01.zip)
  17.  |   1.0.2 consolidated redesign December 2001
  18.  |   1.0.3 fix 1, dtd freeze for UCD-1 January 2002
  19.  |   1.1.0 Release 1 May 2002
  20.  *-->
  21.  
  22. <!ENTITY % DTDVersion '"V1.1.0"' >
  23.  
  24.  
  25. <!-- ============ Specialization of declared elements ============ -->
  26. <!ENTITY % conceptClasses SYSTEM "concept_class.ent">
  27. <!--%conceptClasses;-->
  28.  
  29. <!ENTITY % conbody "conbody">
  30.  
  31. <!ENTITY % concept-info-types "%info-types;">
  32. <!ENTITY included-domains "">
  33.  
  34. <!ELEMENT concept        (%title;, (%titlealts;)?, (%shortdesc;)?, (%prolog;)?, %conbody;, (%related-links;)?, (%concept-info-types;)* )>
  35. <!ATTLIST concept         id ID #REQUIRED
  36.                           conref CDATA #IMPLIED
  37.                           outputclass CDATA #IMPLIED
  38.                           xml:lang NMTOKEN #IMPLIED
  39.                           DTDVersion CDATA #FIXED %DTDVersion;
  40.                           domains CDATA "&included-domains;"
  41. >
  42.  
  43. <!ELEMENT conbody        ((%body.cnt;)*, (%section;)*) >
  44. <!ATTLIST conbody         %univ-atts;
  45.                           outputclass CDATA #IMPLIED
  46. >
  47.  
  48.  
  49. <!--specialization attributes-->
  50.  
  51. <!ATTLIST concept         class CDATA "- topic/topic concept/concept ">
  52. <!ATTLIST conbody         class CDATA "- topic/body  concept/conbody ">
  53.  
  54.  
  55.  
  56.  
  57.