home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _048B303868344AAFB44CE7F13215B5E0 < prev    next >
Encoding:
Text File  |  2002-09-20  |  2.9 KB  |  82 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 Software Domain//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.  
  23. <!ENTITY % msgph "msgph">
  24. <!ENTITY % msgblock "msgblock">
  25. <!ENTITY % msgnum "msgnum">
  26. <!ENTITY % cmdname "cmdname">
  27. <!ENTITY % varname "varname">
  28. <!ENTITY % filepath "filepath">
  29. <!ENTITY % userinput "userinput">
  30. <!ENTITY % systemoutput "systemoutput">
  31.  
  32.  
  33. <!-- software domain vocabulary -->
  34. <!ELEMENT msgph          (#PCDATA | %varname; | %msgnum;)* >
  35. <!ATTLIST msgph           %univ-atts;
  36.                           outputclass CDATA #IMPLIED
  37. >
  38. <!ELEMENT msgblock       (#PCDATA | %varname; | %msgnum;)* >
  39. <!ATTLIST msgblock        %display-atts;
  40.                           %univ-atts;
  41.                           spectitle CDATA #IMPLIED
  42.                           outputclass CDATA #IMPLIED
  43. >
  44. <!ELEMENT msgnum         (#PCDATA)>
  45. <!ATTLIST msgnum          keyref NMTOKEN #IMPLIED
  46.                           %univ-atts;
  47.                           outputclass CDATA #IMPLIED
  48. >
  49. <!ELEMENT cmdname        (#PCDATA)>
  50. <!ATTLIST cmdname         keyref NMTOKEN #IMPLIED
  51.                           %univ-atts;
  52.                           outputclass CDATA #IMPLIED
  53. >
  54. <!ELEMENT varname        (#PCDATA)>
  55. <!ATTLIST varname         keyref NMTOKEN #IMPLIED
  56.                           %univ-atts;
  57.                           outputclass CDATA #IMPLIED
  58. >
  59. <!ELEMENT filepath       (#PCDATA | %varname;)* >
  60. <!ATTLIST filepath        %univ-atts;
  61.                           outputclass CDATA #IMPLIED
  62. >
  63. <!ELEMENT userinput      (#PCDATA | %varname;)* >
  64. <!ATTLIST userinput       %univ-atts;
  65.                           outputclass CDATA #IMPLIED
  66. >
  67. <!ELEMENT systemoutput   (#PCDATA | %varname;)* >
  68. <!ATTLIST systemoutput    %univ-atts;
  69.                           outputclass CDATA #IMPLIED
  70. >
  71.  
  72.  
  73. <!ATTLIST msgph          class CDATA "+ topic/ph sw-d/msgph ">
  74. <!ATTLIST msgblock       class CDATA "+ topic/pre sw-d/msgblock ">
  75. <!ATTLIST msgnum         class CDATA "+ topic/keyword sw-d/msgnum ">
  76. <!ATTLIST cmdname        class CDATA "+ topic/keyword sw-d/cmdname ">
  77. <!ATTLIST varname        class CDATA "+ topic/keyword sw-d/varname ">
  78. <!ATTLIST filepath       class CDATA "+ topic/ph sw-d/filepath ">
  79. <!ATTLIST userinput      class CDATA "+ topic/ph sw-d/userinput ">
  80. <!ATTLIST systemoutput   class CDATA "+ topic/ph sw-d/systemoutput ">
  81.  
  82.