home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _C6AAEDE26D184DE8A3D9D2431A7ABA36 < prev    next >
Encoding:
Text File  |  2002-09-20  |  3.9 KB  |  107 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 Reference//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 % referenceClasses SYSTEM "reference_class.ent">
  27. <!--%referenceClasses;-->
  28.  
  29. <!ENTITY % refbody "refbody">
  30. <!ENTITY % refsyn "refsyn">
  31. <!ENTITY % properties "properties">
  32. <!ENTITY % property "property">
  33. <!ENTITY % proptype "proptype">
  34. <!ENTITY % propvalue "propvalue">
  35. <!ENTITY % propdesc "propdesc">
  36.  
  37. <!ENTITY % reference-info-types "%info-types;">
  38. <!ENTITY included-domains "">
  39.  
  40. <!ELEMENT reference      (%title;, (%titlealts;)?, (%shortdesc;)?, (%prolog;)?, %refbody;, (%related-links;)?, (%reference-info-types;)* )>
  41. <!ATTLIST reference       id ID #REQUIRED
  42.                           conref CDATA #IMPLIED
  43.                           outputclass CDATA #IMPLIED
  44.                           xml:lang NMTOKEN #IMPLIED
  45.                           DTDVersion CDATA #FIXED %DTDVersion;
  46.                           domains CDATA "&included-domains;"
  47. >
  48.  
  49. <!ELEMENT refbody        ((%section; | %refsyn; | %example; | %table; | %simpletable; | %properties;)*)>
  50. <!ATTLIST refbody         %univ-atts;
  51.                           outputclass CDATA #IMPLIED
  52. >
  53.  
  54.  
  55.     <!-- unique sections:  -->
  56. <!ELEMENT refsyn         (%section.cnt;)* > <!-- syntax content -->
  57. <!ATTLIST refsyn          spectitle CDATA #IMPLIED
  58.                           %univ-atts;
  59.                           outputclass CDATA #IMPLIED
  60. >
  61.  
  62. <!ELEMENT properties     (%property;)+>
  63. <!ATTLIST properties      relcolwidth CDATA #IMPLIED
  64.                           keycol NMTOKEN #IMPLIED
  65.                           refcols NMTOKENS #IMPLIED
  66.                           %display-atts;
  67.                           %univ-atts;
  68.                           spectitle CDATA #IMPLIED
  69.                           outputclass CDATA #IMPLIED
  70. >
  71.  
  72. <!ELEMENT property       ((%proptype;)?, (%propvalue;)?, (%propdesc;)?)>
  73. <!ATTLIST property        %univ-atts;
  74.                           outputclass CDATA #IMPLIED
  75.  
  76. >
  77. <!ELEMENT proptype       (%ph.cnt;)*>
  78. <!ATTLIST proptype        %univ-atts;
  79.                           spectitle CDATA #IMPLIED
  80.                           outputclass CDATA #IMPLIED
  81. >
  82. <!ELEMENT propvalue      (%ph.cnt;)*>
  83. <!ATTLIST propvalue       %univ-atts;
  84.                           spectitle CDATA #IMPLIED
  85.                           outputclass CDATA #IMPLIED
  86. >
  87. <!ELEMENT propdesc       (%desc.cnt;)*>
  88. <!ATTLIST propdesc        %univ-atts;
  89.                           spectitle CDATA #IMPLIED
  90.                           outputclass CDATA #IMPLIED
  91. >
  92.  
  93.  
  94.  
  95.  
  96. <!--specialization attributes-->
  97.  
  98. <!ATTLIST reference   class  CDATA "- topic/topic       reference/reference ">
  99. <!ATTLIST refbody     class  CDATA "- topic/body        reference/refbody ">
  100. <!ATTLIST refsyn      class  CDATA "- topic/section     reference/refsyn ">
  101. <!ATTLIST properties  class  CDATA "- topic/simpletable reference/properties ">
  102. <!ATTLIST property    class  CDATA "- topic/strow       reference/property ">
  103. <!ATTLIST proptype    class  CDATA "- topic/stentry     reference/proptype ">
  104. <!ATTLIST propvalue   class  CDATA "- topic/stentry     reference/propvalue ">
  105. <!ATTLIST propdesc    class  CDATA "- topic/stentry     reference/propdesc ">
  106.  
  107.